Skip to content

ztsubaki/apache2-webdav-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache2 WebDAV docker

Use

sudo docker run -p 8443:443 -v /home/ztsubaki/webdav:/data --rm -e SSL=on -e SERVERNAME=test t

The woring directory as below

❯ tree webdav
webdav
├── apache
│   └── apache2
│       ├── error.log
│       └── other_vhosts_access.log
├── cert
│   ├── cert.pem
│   └── private.key
├── passwd
│   └── test
└── webdav
    └── 5G.big

Each file in passwd represents a web user and the passwd is in the file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors