Skip to content

Commit 8a913e4

Browse files
Merge pull request #47088 from nextcloud/backport/45193/stable28
[stable28] docs: added customclient_fdroid key to the config.sample.php file
2 parents 9042b7b + bc086b1 commit 8a913e4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config/config.sample.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,6 +1104,7 @@
11041104
* - Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client``
11051105
* - iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8``
11061106
* - iOS client app id: ``1125420102``
1107+
* - F-Droid client: ``https://f-droid.org/packages/com.nextcloud.client/``
11071108
*/
11081109
'customclient_desktop' =>
11091110
'https://nextcloud.com/install/#install-clients',
@@ -1113,6 +1114,8 @@
11131114
'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8',
11141115
'customclient_ios_appid' =>
11151116
'1125420102',
1117+
'customclient_fdroid' =>
1118+
'https://f-droid.org/packages/com.nextcloud.client/',
11161119
/**
11171120
* Apps
11181121
*

0 commit comments

Comments
 (0)