Skip to content

Commit 345347d

Browse files
committed
generate documentation from config.sample.php
1 parent 56e4109 commit 345347d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,9 @@ mail_smtpdebug
788788

789789
Enable SMTP class debugging.
790790

791+
NOTE: ``loglevel`` will likely need to be adjusted too. See docs:
792+
https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/email_configuration.html#enabling-debug-mode
793+
791794
Defaults to ``false``
792795

793796
mail_smtpmode
@@ -1712,6 +1715,8 @@ customclient_desktop
17121715
'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8',
17131716
'customclient_ios_appid' =>
17141717
'1125420102',
1718+
'customclient_fdroid' =>
1719+
'https://f-droid.org/packages/com.nextcloud.client/',
17151720

17161721
This section is for configuring the download links for Nextcloud clients, as
17171722
seen in the first-run wizard and on Personal pages.
@@ -1722,6 +1727,7 @@ Defaults to:
17221727
- Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client``
17231728
- iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8``
17241729
- iOS client app id: ``1125420102``
1730+
- F-Droid client: ``https://f-droid.org/packages/com.nextcloud.client/``
17251731

17261732
Apps
17271733
----

0 commit comments

Comments
 (0)