Skip to content

Commit

Permalink
generate documentation from config.sample.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcloud-bot committed Jan 10, 2025
1 parent 9aad315 commit 705ccc3
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions admin_manual/configuration_server/config_sample_php_parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -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
-------

Expand Down

0 comments on commit 705ccc3

Please sign in to comment.