feat: per path modify permissions (#57)

This commit is contained in:
mik2k2
2021-01-14 14:43:52 +00:00
committed by GitHub
parent fca4e54839
commit 8cd6d0a585
4 changed files with 22 additions and 17 deletions
+2
View File
@@ -57,6 +57,8 @@ users:
- regex: false
allow: false
path: /some/file
- path: /public/access/
modify: true
```
There are more ways to customize how you run WebDAV through flags and environment variables. Please run `webdav --help` for more information on that.