fix rights
This commit is contained in:
parent
cbb37ffd1f
commit
83eb4695c0
1 changed files with 8 additions and 8 deletions
|
|
@ -42,19 +42,19 @@ in
|
|||
radicale = {
|
||||
enable = true;
|
||||
rights = {
|
||||
readonly = {
|
||||
root = {
|
||||
user = ".*";
|
||||
collection = ".*";
|
||||
collection = "";
|
||||
permissions = "r";
|
||||
};
|
||||
cccb = {
|
||||
user = "cccb";
|
||||
collection = ".*";
|
||||
calendars = {
|
||||
user = ".*";
|
||||
collection = "{user}/[^/]+";
|
||||
permissions = "rw";
|
||||
};
|
||||
openwrt = {
|
||||
user = "openwrt";
|
||||
collection = "openwrt";
|
||||
principal = {
|
||||
user = ".*";
|
||||
collection = "{user}";
|
||||
permissions = "rw";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue