We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9042b7b + bc086b1 commit 8a913e4Copy full SHA for 8a913e4
1 file changed
config/config.sample.php
@@ -1104,6 +1104,7 @@
1104
* - Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client``
1105
* - iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8``
1106
* - iOS client app id: ``1125420102``
1107
+ * - F-Droid client: ``https://f-droid.org/packages/com.nextcloud.client/``
1108
*/
1109
'customclient_desktop' =>
1110
'https://nextcloud.com/install/#install-clients',
@@ -1113,6 +1114,8 @@
1113
1114
'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8',
1115
'customclient_ios_appid' =>
1116
'1125420102',
1117
+'customclient_fdroid' =>
1118
+ 'https://f-droid.org/packages/com.nextcloud.client/',
1119
/**
1120
* Apps
1121
*
0 commit comments