{"id":21222225,"url":"https://github.com/lostintime/nginx-webdav","last_synced_at":"2026-01-02T02:03:35.121Z","repository":{"id":148217542,"uuid":"127789030","full_name":"lostintime/nginx-webdav","owner":"lostintime","description":"Simple Nginx WebDAV host configuration for attached docker volume","archived":false,"fork":false,"pushed_at":"2018-04-02T17:34:39.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T17:14:14.886Z","etag":null,"topics":["nginx-webdav","webdav","webdav-server"],"latest_commit_sha":null,"homepage":null,"language":null,"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/lostintime.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":"2018-04-02T17:27:10.000Z","updated_at":"2018-04-17T09:36:18.000Z","dependencies_parsed_at":"2023-05-19T11:00:15.602Z","dependency_job_id":null,"html_url":"https://github.com/lostintime/nginx-webdav","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostintime%2Fnginx-webdav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostintime%2Fnginx-webdav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostintime%2Fnginx-webdav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostintime%2Fnginx-webdav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lostintime","download_url":"https://codeload.github.com/lostintime/nginx-webdav/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243668234,"owners_count":20328042,"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":["nginx-webdav","webdav","webdav-server"],"created_at":"2024-11-20T22:42:13.645Z","updated_at":"2026-01-02T02:03:30.087Z","avatar_url":"https://github.com/lostintime.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Nginx WebDAV\n============\n\nSimple Nginx WebDAV host configuration for attached docker volume.\n\n## Usage\n\nCreate a volume:\n\n```\ndocker volume create --driver \"local\" davtest\n```\n\nStart nginx webdav server:\n\n```\ndocker run -p 127.0.0.1:8080:80 -v davtest:/data --name dav lostintime/nginx-webdav:1.12.2-alpine\n```\n\nWhere `davtest` is the name of \n\n### Create/Update\n\n```\ncurl -X PUT \\\n  http://127.0.0.1:8080/hello.json \\\n  -H 'Content-Type: application/json' \\\n  -d '{\n\t\"message\": \"Hello world!\"\n}'\n```\n\n### Get\n\n```\ncurl -X GET http://127.0.0.1:8080/hello.json\n```\n\n### Copy\n\n```\ncurl -X COPY http://127.0.0.1:8080/hello.json \\\n  -H 'Destination: /hello2.json'\n```\n\n### Move\n\n```\ncurl -X MOVE http://127.0.0.1:8080/hello2.json \\\n  -H 'Destination: /hello3.json'\n```\n\n### Delete\n\n```\ncurl -X DELETE http://127.0.0.1:8080/hello3.json\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostintime%2Fnginx-webdav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flostintime%2Fnginx-webdav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostintime%2Fnginx-webdav/lists"}