Better caldav support (#73)
This commit is contained in:
parent
de24fcc2f8
commit
7107d030fc
91 changed files with 7060 additions and 323 deletions
|
|
@ -59,6 +59,8 @@ service:
|
|||
# If set to true, enables a /metrics endpoint for prometheus to collect metrics about the system
|
||||
# You'll need to use redis for this in order to enable common metrics over multiple nodes
|
||||
enablemetrics: false
|
||||
# Enable the caldav endpoint, see the docs for more details
|
||||
enablecaldav: true
|
||||
|
||||
database:
|
||||
# Database type to use. Supported types are mysql and sqlite.
|
||||
|
|
|
|||
Reference in a new issue