mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 16:35:37 -05:00
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>
This commit is contained in:
parent
af6430e2c7
commit
05ab9590f0
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue