Skip to content

Commit

Permalink
Merge pull request #47087 from nextcloud/backport/45193/stable27
Browse files Browse the repository at this point in the history
[stable27] docs: added customclient_fdroid key to the config.sample.php file
  • Loading branch information
AndyScherzinger authored Aug 7, 2024
2 parents 43cda6c + 05ab959 commit bbe667a
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 @@ -1076,6 +1076,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 @@ -1085,6 +1086,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 bbe667a

Please sign in to comment.