{"id":13563731,"url":"https://github.com/ViRb3/webdav-server","last_synced_at":"2025-04-03T20:31:34.495Z","repository":{"id":38722549,"uuid":"204222268","full_name":"ViRb3/webdav-server","owner":"ViRb3","description":"A simple WebDAV server in Go","archived":true,"fork":false,"pushed_at":"2024-07-23T22:46:45.000Z","size":162,"stargazers_count":31,"open_issues_count":13,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-27T13:06:47.831Z","etag":null,"topics":["server","webdav"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ViRb3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-08-24T23:07:25.000Z","updated_at":"2024-08-06T20:47:20.000Z","dependencies_parsed_at":"2024-01-16T18:57:13.005Z","dependency_job_id":"d309651b-c85a-4857-88db-a9dafc4216f6","html_url":"https://github.com/ViRb3/webdav-server","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViRb3%2Fwebdav-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViRb3%2Fwebdav-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViRb3%2Fwebdav-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViRb3%2Fwebdav-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ViRb3","download_url":"https://codeload.github.com/ViRb3/webdav-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223030691,"owners_count":17076481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["server","webdav"],"created_at":"2024-08-01T13:01:22.718Z","updated_at":"2024-11-04T16:31:12.440Z","avatar_url":"https://github.com/ViRb3.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# WebDAV Server\nA simple WebDAV server in Go\n\n## Usage\nRun with argument `-h` or `--help`:\n```\n  -dir string\n        Directory to serve from. Default: CWD\n  -port int\n        Port to serve on. Default: 80 (default 80)\n  -prefix string\n        URL to strip from resource paths. None by default\n  -url string\n        Root url to handle. Default: / (default \"/\")\n```\n\n## Optimization\nIf you are running `nginx` or any other reverse proxy in front, you may want to let it handle `GET` requests instead of this server to save resources.\n\n### Example nginx configuration\n```nginx\n# must be same as webdav server root\nroot /mnt;\n# don't limit big uploads\nclient_max_body_size 0;\n\nlocation / {\n    if ($request_method != GET) {\n        # pass webdav handling\n        proxy_pass http://webdav:8080;\n    }\n    # handle GET requests directly\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FViRb3%2Fwebdav-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FViRb3%2Fwebdav-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FViRb3%2Fwebdav-server/lists"}