mirror of
https://github.com/YunoHost-Apps/radicale_ynh.git
synced 2024-09-03 20:16:14 +02:00
11 lines
206 B
Text
11 lines
206 B
Text
# Allow authenticated user to read all collections
|
|
[allow-everyone-read]
|
|
user: .+
|
|
collection: .*
|
|
permission: r
|
|
|
|
# Give write access to owners
|
|
[owner-write]
|
|
user: .+
|
|
collection: ^%(login)s/.+$
|
|
permission: w
|