Nextcloud: Difference between revisions

imported>\\\\\\\\\\\
Added a sentence covering the correct configuration for Nextcloud under https, since that option is not mentioned here or in the manual.
imported>Onny
Restructure page
Line 19: Line 19:


Be sure to read the [https://nixos.org/manual/nixos/stable/index.html#module-services-nextcloud-basic-usage Nextcloud module's documentation] in the [https://nixos.org/manual/nixos/stable/index.html NixOS Manual].
Be sure to read the [https://nixos.org/manual/nixos/stable/index.html#module-services-nextcloud-basic-usage Nextcloud module's documentation] in the [https://nixos.org/manual/nixos/stable/index.html NixOS Manual].
If you would like to setup Nextcloud with Let's Encrypt TLS certificates (or certs from any other certificate authority) make sure to set <code>services.nextcloud.https = true;</code>.


=== Enable apps ===
=== Enable apps ===
Line 61: Line 59:


Alternatively apps can be manually installed via the app store integrated in your Nextcloud instance by navigating in the profile menu to the site "Apps".
Alternatively apps can be manually installed via the app store integrated in your Nextcloud instance by navigating in the profile menu to the site "Apps".
=== SSL notes ===
If you would like to setup Nextcloud with Let's Encrypt TLS certificates (or certs from any other certificate authority) make sure to set <code>services.nextcloud.https = true;</code>.


== Maintenance ==
== Maintenance ==