Skip to content

Commit

Permalink
docs: added customclient_fdroid config key to config.sample.php file
Browse files Browse the repository at this point in the history
Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Bahman Jafarzadeh <bahman026@gmail.com>
  • Loading branch information
bahman026 and joshtrichards committed May 26, 2024
1 parent ae4a6e8 commit 82e8bb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,7 @@
* - Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client``
* - iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8``
* - iOS client app id: ``1125420102``
* - F-Droid client: ``https://f-droid.org/packages/com.nextcloud.client/``
*/
'customclient_desktop' =>
'https://nextcloud.com/install/#install-clients',
Expand All @@ -1134,6 +1135,8 @@
'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8',
'customclient_ios_appid' =>
'1125420102',
'customclient_fdroid' =>
'https://f-droid.org/packages/com.nextcloud.client/',
/**
* Apps
*
Expand Down

0 comments on commit 82e8bb5

Please sign in to comment.