OpenCloud: Difference between revisions
Add example for setting up OpenCloud together with Radicale as CalDAV backend |
m Add links to OpenCloud and Radicale |
||
| Line 2: | Line 2: | ||
==== OpenCloud ==== | ==== OpenCloud ==== | ||
The snippet below enables the OpenCloud service and disables TLS between the proxy and OpenCloud (only recommended when using together with a reverse proxy, see below)<syntaxhighlight lang="nix"> | The snippet below enables the [https://github.com/opencloud-eu OpenCloud] service and disables TLS between the proxy and OpenCloud (only recommended when using together with a reverse proxy, see below)<syntaxhighlight lang="nix"> | ||
services.opencloud = { | services.opencloud = { | ||
enable = true; | enable = true; | ||
| Line 66: | Line 66: | ||
==== Radicale ==== | ==== Radicale ==== | ||
To use OpenCloud with CalDAV we need to enable the Radicale service.<syntaxhighlight lang="nix"> | To use OpenCloud with CalDAV we need to enable the [https://github.com/Kozea/Radicale Radicale] service.<syntaxhighlight lang="nix"> | ||
services.radicale = { | services.radicale = { | ||
enable = true; | enable = true; | ||