Comment on

Xanza@lemmy.world ⁨5⁩ ⁨hours⁩ ago

Caddy.

{
    order webdav before file_server
}

webdav.example.com {
    root * /data/webdav
    basicauth {
        user1 hashed-password
    }
    webdav
}

Takes less than a minute.

source
Sort:hotnewtop