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 43cda6c + 05ab959 commit bbe667aCopy full SHA for bbe667a
1 file changed
config/config.sample.php
@@ -1076,6 +1076,7 @@
1076
* - Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client``
1077
* - iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8``
1078
* - iOS client app id: ``1125420102``
1079
+ * - F-Droid client: ``https://f-droid.org/packages/com.nextcloud.client/``
1080
*/
1081
'customclient_desktop' =>
1082
'https://nextcloud.com/install/#install-clients',
@@ -1085,6 +1086,8 @@
1085
1086
'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8',
1087
'customclient_ios_appid' =>
1088
'1125420102',
1089
+'customclient_fdroid' =>
1090
+ 'https://f-droid.org/packages/com.nextcloud.client/',
1091
/**
1092
* Apps
1093
*
0 commit comments