mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Add the `personal
` option in the config file
This commit is contained in:
parent
e091541679
commit
67b9df3276
1 changed files with 2 additions and 0 deletions
2
config
2
config
|
@ -29,6 +29,8 @@ stock = utf-8
|
||||||
# Access method
|
# Access method
|
||||||
# Value: fake | htpasswd
|
# Value: fake | htpasswd
|
||||||
type = fake
|
type = fake
|
||||||
|
# Personal calendars only available for logged in users (if needed)
|
||||||
|
personal = False
|
||||||
# Htpasswd filename (if needed)
|
# Htpasswd filename (if needed)
|
||||||
filename = /etc/radicale/users
|
filename = /etc/radicale/users
|
||||||
# Htpasswd encryption method (if needed)
|
# Htpasswd encryption method (if needed)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue