{"id":17686270,"url":"https://github.com/tale/daview","last_synced_at":"2026-01-20T20:33:13.065Z","repository":{"id":160690234,"uuid":"635282771","full_name":"tale/daview","owner":"tale","description":"Proxy a WebDAV instance with a nicer UI and custom authentication","archived":false,"fork":false,"pushed_at":"2023-10-07T20:01:19.000Z","size":343,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T07:36:10.743Z","etag":null,"topics":["fileserver","ftp","webdav"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-02T11:14:53.000Z","updated_at":"2024-06-13T01:08:51.000Z","dependencies_parsed_at":"2024-10-24T13:10:09.442Z","dependency_job_id":"b9688907-abde-4534-9981-a96d4f0c5dbe","html_url":"https://github.com/tale/daview","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tale/daview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tale%2Fdaview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tale%2Fdaview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tale%2Fdaview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tale%2Fdaview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tale","download_url":"https://codeload.github.com/tale/daview/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tale%2Fdaview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28612956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fileserver","ftp","webdav"],"created_at":"2024-10-24T10:44:15.985Z","updated_at":"2026-01-20T20:33:13.050Z","avatar_url":"https://github.com/tale.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# daview\n\u003e A WebDAV client for the web\n\nThis is a very simple implementation of a WebDAV client for the web. It is based on the [webdav](https://npmjs.org/package/webdav) package.\nIt only supports connecting to a WebDAV backend and viewing the files. Additionally, you may configure auth to allow file downloads.\n\nView a [Live Demo](https://files.tale.me) here.\n\n## Configuration\nThis project can be run using the `us-east4-docker.pkg.dev/aarnavtale/library/daview` docker image.\nBe sure to forward the appropriate ports for the container based on your configuration.\nWhen running the container, you may use the following environment variables:\n```\nHOST=0.0.0.0\nPORT=3000\nPROXY_ENDPOINT=\"https://my-webdav.acme.com\"\nPROXY_LOGIN=\"dav_user:dav_password\"\nPROXY_USERS=\"user1:pass1,user2:pass2\"\nPROXY_SECRET=\"my_secret_cookie_encryption_value\"\n```\n\nPlease keep in mind that `PROXY_LOGIN` is the credentials for the WebDAV interface that you want to connect to and proxy with **daview**.\n`PROXY_USERS` is the usernames and passwords that can be used to authenticate and download on the proxy.\n\n*They do not need to be actual users on your WebDAV instance.*\n*All authentication to the WebDAV instance is done through the `PROXY_LOGIN` credentials!*\n\n### Kubernetes\nIf you plan to deploy this on Kubernetes like I've done, then reference the files in the `k8s/` directory.\u003cbr\u003e\nYou'll need to create your own secret with all the values so that they can be mounted as environment variables.\n```yaml\napiVersion: v1\nkind: Secret\nmetadata:\n  name: daview-env\ntype: Opaque\nstringData:\n  PROXY_ENDPOINT: 'https://my-webdav.acme.com'\n  PROXY_LOGIN: 'dav_user:dav_password'\n  PROXY_USERS: 'user1:pass1,user2:pass2'\n  PROXY_SECRET: 'my_secret_cookie_encryption_value'\n```\n\n\u003e Copyright (c) 2023 Aarnav Tale\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftale%2Fdaview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftale%2Fdaview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftale%2Fdaview/lists"}