Skip to content

Multiuser/scope support is missing in the new webdav addon #15

Open
@delight

Description

@delight

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions