From 63159a067dd9c1d1ff277651dde70ac22774ac4c Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 2 May 2017 20:12:55 +0200 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 28 ++++++++++++++++--- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 559cb16e5..b94740c0c 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -282,6 +282,14 @@ Enforce token authentication for clients, which blocks requests using the user password for enhanced security. Users need to generate tokens in personal settings which can be used as passwords on their clients. +:: + + 'auth.bruteforce.protection.enabled' => true, + +Whether the bruteforce protection shipped with Nextcloud should be enabled or not. + +Disabling this is discouraged for security reasons. + :: 'skeletondirectory' => '/path/to/nextcloud/core/skeleton', @@ -531,7 +539,7 @@ to be deleted. Both minimum and maximum times can be set together to explicitly define file and folder deletion. For migration purposes, this setting is installed initially set to "auto", which is equivalent to the default setting in -Nextcloud 8.1 and before. +Nextcloud. Available values: @@ -572,7 +580,7 @@ to be deleted. Both minimum and maximum times can be set together to explicitly define version deletion. For migration purposes, this setting is installed initially set to "auto", which is equivalent to the default setting in -Nextcloud 8.1 and before. +Nextcloud. Available values: @@ -615,10 +623,22 @@ available. :: - 'updater.server.url' => 'https://updates.nextcloud.org/server/', + 'updater.server.url' => 'https://updates.nextcloud.com/updater_server/', URL that Nextcloud should use to look for updates +:: + + 'updater.release.channel' => 'stable', + +The channel that Nextcloud should use to look for updates + +Supported values: + - ``daily`` + - ``beta` + - ``stable`` + - ``production`` + :: 'has_internet_connection' => true, @@ -793,7 +813,7 @@ When enabled, admins may install apps from the Nextcloud app store. :: - 'appstoreurl' => 'https://apps.nextcloud.com/api/v0', + 'appstoreurl' => 'https://api.owncloud.com/v1', The URL of the appstore to use.