Open
Description
Scopes as provided by the webdav "predecessor" addon in caddy 1.0.4 is not available in caddy 2 (2.2.1)
I used the following config in caddy 1.0.4 which worked just as wanted. Couldn't get similar mult user access functionality in caddy 2 and the new webdav addon.
webdav.somedomain.duckdns.org {
basicauth / super userpwd
basicauth / user2 userpwd
basicauth / user3 userpwd
basicauth / user4 userpwd
webdav {
super:
scope /home/DATA/webdav
user2:
scope /home/DATA/webdav/.user2
user3:
scope /home/DATA/webdav/.user3
user4:
scope /home/DATA/webdav/.user3
}
log /etc/caddy/access-webdav.log
}
Metadata
Metadata
Assignees
Labels
No labels