https://github.com/realorangeone/docker-webdav
Webdav server, powered by Nginx
https://github.com/realorangeone/docker-webdav
Last synced: about 1 year ago
JSON representation
Webdav server, powered by Nginx
- Host: GitHub
- URL: https://github.com/realorangeone/docker-webdav
- Owner: RealOrangeOne
- License: apache-2.0
- Created: 2021-03-13T23:04:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T02:06:27.000Z (over 1 year ago)
- Last Synced: 2025-02-10T12:43:07.562Z (over 1 year ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/theorangeone/webdav
- Size: 28.3 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-webdav
[](https://github.com/RealOrangeOne/docker-webdav/actions/workflows/ci.yml)
Webdav server, powered by Nginx
## Usage
Mount your files at `/srv`.
To modify the user serving files, set the `$PUID` environment variable. By default, it's user id `1000`.
By default, the credentials are `user:password`. To add your own, mount a valid `.htpasswd` file at `/etc/nginx/.htpasswd`.
If you'd rather add some additional configuration yourself, you can mount an additional nginx config at `/etc/nginx/extra.conf`, which will be included in the primary config.