/caddy-docker

My Caddy docker with something, This is my toy.

Primary LanguageDockerfile

caddy-docker with webdav

https://www.example.com {
    webdav {
        root /path
    }
    tls /path/ssl.crt /path/ssl.key
    
    # caddy hash-password
    basicauth {
        bai ......
    }
}