Merge pull request #47087 from nextcloud/backport/45193/stable27

[stable27] docs: added customclient_fdroid key to the config.sample.php file
This commit is contained in:
Andy Scherzinger 2024-08-07 09:33:48 +02:00 committed by GitHub
commit bbe667a7e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1076,6 +1076,7 @@ $CONFIG = [
* - 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',
@ -1085,6 +1086,8 @@ $CONFIG = [
'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
*