aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-08-06 23:45:59 +0200
committerGitHub <noreply@github.com>2024-08-06 23:45:59 +0200
commit3419edd697cbc81b814c60f820355b85b0ee2c05 (patch)
tree4a7827ebe5e4c331dd64f746c2040e23c20d2a10 /config
parentf0260246d9fe503342b4cd97f1134ccec0851b74 (diff)
parent15936040f9bdd4a22d59a356d0f230f9b646435f (diff)
downloadnextcloud-server-3419edd697cbc81b814c60f820355b85b0ee2c05.tar.gz
nextcloud-server-3419edd697cbc81b814c60f820355b85b0ee2c05.zip
Merge pull request #45193 from bahman026/update-config-sample-file
docs: added customclient_fdroid key to the config.sample.php file
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 67b5069dfce..561416b7275 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1148,6 +1148,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',
@@ -1157,6 +1158,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
*