Add motd config option to docs

This commit is contained in:
kolaente 2019-12-25 17:27:10 +01:00
parent 7cdc997191
commit b9f0ba84ab
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 4 additions and 1 deletions

View File

@ -18,6 +18,8 @@ service:
enablemetrics: false
# Enable the caldav endpoint, see the docs for more details
enablecaldav: true
# Set the motd message, available from the /info endpoint
motd: ""
# Enable sharing of lists via a link
enablelinksharing: true

View File

@ -61,6 +61,8 @@ service:
enablemetrics: false
# Enable the caldav endpoint, see the docs for more details
enablecaldav: true
# Set the motd message, available from the /info endpoint
motd: ""
# Enable sharing of lists via a link
enablelinksharing: true

1
go.mod
View File

@ -58,7 +58,6 @@ require (
github.com/onsi/gomega v1.4.3 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/prometheus/client_golang v0.9.2
github.com/samedi/caldav-go v3.0.0+incompatible
github.com/shurcooL/httpfs v0.0.0-20190527155220-6a4d4a70508b