Sign inSign up

bfren/nginx-webdav

By bfren

Updated 2 months ago

Nginx image based on Alpine Linux, with WebDAV extensions installed.

Image
2

10K+

bfren/nginx-webdav repository overview

Docker Nginx WebDAV

GitHub release (latest by date) Docker Pulls Docker Image Size GitHub Workflow Status

Docker Repository - bfren ecosystem

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

  • 80 (from base image)

Environment Variables

VariableValuesDescriptionDefault
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_METHODSstringFor full write access set to 'PUT DELETE MKCOL COPY MOVE'.off

Licence

Copyright (c) 2020-2026 bfren (unless otherwise stated)

Tag summary

Content type

Image

Digest

sha256:41c7a9774

Size

33.7 MB

Last updated

2 months ago

docker pull bfren/nginx-webdav