Skip to content

Commit bbe667a

Browse files
Merge pull request #47087 from nextcloud/backport/45193/stable27
[stable27] docs: added customclient_fdroid key to the config.sample.php file
2 parents 43cda6c + 05ab959 commit bbe667a

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
@@ -1076,6 +1076,7 @@
10761076
* - Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client``
10771077
* - iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8``
10781078
* - iOS client app id: ``1125420102``
1079+
* - F-Droid client: ``https://f-droid.org/packages/com.nextcloud.client/``
10791080
*/
10801081
'customclient_desktop' =>
10811082
'https://nextcloud.com/install/#install-clients',
@@ -1085,6 +1086,8 @@
10851086
'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8',
10861087
'customclient_ios_appid' =>
10871088
'1125420102',
1089+
'customclient_fdroid' =>
1090+
'https://f-droid.org/packages/com.nextcloud.client/',
10881091
/**
10891092
* Apps
10901093
*

0 commit comments

Comments
 (0)