diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-08-07 09:34:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-07 09:34:00 +0200 |
commit | 8a913e4cf61d9c84b0633cf29e43640364010617 (patch) | |
tree | a7e40ed0d8d99879e2c61ee90aace39d1fd1bd2c | |
parent | 9042b7b475aea66549c888e6854ed5b4ee1b8edd (diff) | |
parent | bc086b10d0b141ca7ee60ac33972bd94374559c0 (diff) | |
download | nextcloud-server-8a913e4cf61d9c84b0633cf29e43640364010617.tar.gz nextcloud-server-8a913e4cf61d9c84b0633cf29e43640364010617.zip |
Merge pull request #47088 from nextcloud/backport/45193/stable28
[stable28] docs: added customclient_fdroid key to the config.sample.php file
-rw-r--r-- | config/config.sample.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index c13965e8e92..f8a2171655f 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1104,6 +1104,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', @@ -1113,6 +1114,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 * |