From 705ccc3919a3908bc7d4f38c25344e315dbad2a4 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 10 Jan 2025 03:06:46 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 30 ++++++++++++++----- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 5df795c7a..2c1bb1611 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1526,10 +1526,10 @@ connectivity_check_domains :: 'connectivity_check_domains' => [ - 'www.nextcloud.com', - 'www.startpage.com', - 'www.eff.org', - 'www.edri.org' + 'https://www.nextcloud.com', + 'https://www.startpage.com', + 'https://www.eff.org', + 'https://www.edri.org' ], Which domains to request to determine the availability of an Internet @@ -1544,10 +1544,10 @@ If a protocol is provided, only this one will be tested. Defaults to the following domains: - - www.nextcloud.com - - www.startpage.com - - www.eff.org - - www.edri.org + - https://www.nextcloud.com + - https://www.startpage.com + - https://www.eff.org + - https://www.edri.org check_for_working_wellknown_setup ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -2847,6 +2847,20 @@ when running "occ files:transfer-ownership". Defaults to false, so incoming shares are not transferred if not specifically requested by a command line argument. +Federated Cloud Sharing +----------------------- + + +sharing.federation.allowSelfSignedCertificates +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + + +:: + + 'sharing.federation.allowSelfSignedCertificates' => false, + +Allow self-signed certificates for federated shares + Hashing -------