diff --git a/config.yml.sample b/config.yml.sample index 25cd024b197..1330486d995 100644 --- a/config.yml.sample +++ b/config.yml.sample @@ -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 diff --git a/docs/content/doc/setup/config.md b/docs/content/doc/setup/config.md index 5cba06d265e..f97360758c9 100644 --- a/docs/content/doc/setup/config.md +++ b/docs/content/doc/setup/config.md @@ -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 diff --git a/go.mod b/go.mod index 84f5fcbdaaf..f22c264bd14 100644 --- a/go.mod +++ b/go.mod @@ -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