diff --git a/nixos/modules/services/web-apps/nextcloud.xml b/nixos/modules/services/web-apps/nextcloud.xml index 02c670256bf..66ef8054aeb 100644 --- a/nixos/modules/services/web-apps/nextcloud.xml +++ b/nixos/modules/services/web-apps/nextcloud.xml @@ -96,14 +96,14 @@ managing its own configuration. The config file lives in the home directory of the nextcloud user (by default /var/lib/nextcloud/config/config.php) and is also used to - track several states of the application (e.g. whether installed or not). + track several states of the application (e.g., whether installed or not). All configuration parameters are also stored in /var/lib/nextcloud/config/override.config.php which is generated by the module and linked from the store to ensure that all values from - config.phpcan be modified by the module. + config.php can be modified by the module. However config.php manages the application's state and shouldn't be touched manually because of that. @@ -123,7 +123,7 @@ Multiple version upgrades - Nextcloud doesn't allow to move more than one major-version forward. If you're e.g. on + Nextcloud doesn't allow to move more than one major-version forward. E.g., if you're on v16, you cannot upgrade to v18, you need to upgrade to v17 first. This is ensured automatically as long as the stateVersion is declared properly. In that case @@ -152,7 +152,7 @@ If this occurs on an existing setup, this is most likely because - the maintenance-mode is active. It can be deactivated by running + the maintenance mode is active. It can be deactivated by running nextcloud-occ maintenance:mode --off. It's advisable though to check the logs first on why the maintenance mode was activated. @@ -163,7 +163,7 @@ A re-run of the installer can be forced by deleting /var/lib/nextcloud/config/config.php. This is the only time - where this is advisable because the fresh install doesn't have any state that can be lost. + advisable because the fresh install doesn't have any state that can be lost. In case that doesn't help, an entire re-creation can be forced via rm -rf ~nextcloud/.