mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Clients will not show address books outside of /USERNAME/
This commit is contained in:
parent
03caddc950
commit
78c5b74978
1 changed files with 6 additions and 0 deletions
|
@ -178,6 +178,12 @@ Default: `bcrypt`
|
|||
### type
|
||||
The backend that is used to check the access rights of collections.
|
||||
|
||||
The recommended backend is `owner_only`. If access to calendars
|
||||
and address books outside of the home directory of users (that's `/USERNAME/`)
|
||||
is granted, clients won't detect these collections and will not show them to
|
||||
the user. Choosing any other method is only useful if you access calendars and
|
||||
address books directly via URL.
|
||||
|
||||
Available backends:
|
||||
|
||||
`None`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue