File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
admin_manual/configuration_server Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -788,6 +788,9 @@ mail_smtpdebug
788
788
789
789
Enable SMTP class debugging.
790
790
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
+
791
794
Defaults to ``false ``
792
795
793
796
mail_smtpmode
@@ -1712,6 +1715,8 @@ customclient_desktop
1712
1715
'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8',
1713
1716
'customclient_ios_appid' =>
1714
1717
'1125420102',
1718
+ 'customclient_fdroid' =>
1719
+ 'https://f-droid.org/packages/com.nextcloud.client/',
1715
1720
1716
1721
This section is for configuring the download links for Nextcloud clients, as
1717
1722
seen in the first-run wizard and on Personal pages.
@@ -1722,6 +1727,7 @@ Defaults to:
1722
1727
- Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client ``
1723
1728
- iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8 ``
1724
1729
- iOS client app id: ``1125420102 ``
1730
+ - F-Droid client: ``https://f-droid.org/packages/com.nextcloud.client/ ``
1725
1731
1726
1732
Apps
1727
1733
----
You can’t perform that action at this time.
0 commit comments