Skip to content

Commit 1593604

Browse files
docs: added customclient_fdroid config key to config.sample.php file
Co-authored-by: Josh <josh.t.richards@gmail.com> Signed-off-by: Bahman Jafarzadeh <bahman026@gmail.com>
1 parent 025a784 commit 1593604

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
@@ -1134,6 +1134,7 @@
11341134
* - Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client``
11351135
* - iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8``
11361136
* - iOS client app id: ``1125420102``
1137+
* - F-Droid client: ``https://f-droid.org/packages/com.nextcloud.client/``
11371138
*/
11381139
'customclient_desktop' =>
11391140
'https://nextcloud.com/install/#install-clients',
@@ -1143,6 +1144,8 @@
11431144
'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8',
11441145
'customclient_ios_appid' =>
11451146
'1125420102',
1147+
'customclient_fdroid' =>
1148+
'https://f-droid.org/packages/com.nextcloud.client/',
11461149
/**
11471150
* Apps
11481151
*

0 commit comments

Comments
 (0)