Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T08:28:56.000Z (4 months ago)
- Last Synced: 2024-10-12T02:51:50.236Z (3 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
![GitHub release (latest by date)](https://img.shields.io/github/v/release/bfren/docker-nginx-webdav) ![Docker Pulls](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fpulls%2Fnginx-webdav) ![Docker Image Size](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fsize%2Fnginx-webdav) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bfren/docker-nginx-webdav/dev.yml?branch=main)
[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-2024 [bfren](https://bfren.dev) (unless otherwise stated)