https://github.com/bfren/docker-nginx-webdav
Docker Nginx WebDAV image.
https://github.com/bfren/docker-nginx-webdav
docker docker-nginx docker-webdav nginx webdav
Last synced: 2 months ago
JSON representation
Docker Nginx WebDAV image.
- Host: GitHub
- URL: https://github.com/bfren/docker-nginx-webdav
- Owner: bfren
- License: mit
- Created: 2020-12-06T17:08:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T08:28:56.000Z (8 months ago)
- Last Synced: 2024-10-12T02:51:50.236Z (8 months ago)
- Topics: docker, docker-nginx, docker-webdav, nginx, webdav
- Language: Nushell
- Homepage:
- Size: 151 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Docker Nginx WebDAV
   
[Docker Repository](https://hub.docker.com/r/bfren/nginx-webdav) - [bfren ecosystem](https://github.com/bfren/docker)
Very Simple WebDAV server - serves files mounted in `/www`. There is **no** authentication, so this should be used behind a reverse proxy, and local only, unless you know what you are doing.
By default files are served read-only - change two environment variables to enable full write access as well.
If you wish to add custom Nginx configuration, map a file to `/etc/nginx/sites/custom.conf`. This is included last, so anything you add here will override default values.
## Contents
* [Ports](#ports)
* [Environment Variables](#environment-variables)
* [Licence / Copyright](#licence)## Ports
* 80 (from base image)
## Environment Variables
| Variable | Values | Description | Default |
| ------------------------- | ----------- | ------------------------------------------------------------------------ | ------- |
| `BF_NGINX_WEBDAV_ACCESS` | 'r' or 'rw' | Set to 'r' for read-only or 'rw' for read/write access (without quotes). | r |
| `BF_NGINX_WEBDAV_METHODS` | string | For full write access set to 'PUT DELETE MKCOL COPY MOVE'. | off |## Licence
> [MIT](https://mit.bfren.dev/2020)
## Copyright
> Copyright (c) 2020-2025 [bfren](https://bfren.dev) (unless otherwise stated)