Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/univention-app.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-11-04 13:00:02 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-11-04 13:00:02 +0300
commitef039288c58b92b5a0584fdb1cb85b1f86bd6acf (patch)
tree7100e385ef3983f2da244fc78aadee71d2ab9b21
parent0517baf1dc464f7149d738c2e13324ea8b29cb47 (diff)
keep fair use initial values also in setup script24.0.7-0
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--setup5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup b/setup
index 95c9e7a..a015301 100644
--- a/setup
+++ b/setup
@@ -163,6 +163,11 @@ fi
# Recreate the htaccess on both install and update
$OCC maintenance:update:htaccess
+$OCC config:system:set one-click-instance --value=true --type=bool
+$OCC config:system:set one-click-instance.user-limit --value=100 --type=int
+$OCC config:system:set one-click-instance.link --value="https://nextcloud.com/univention/"
+$OCC app:enable support
+
# env var is set from the dockerfile
if [ "$NC_IS_PATCHED" = true ]; then
$OCC config:system:set integrity.check.disabled --value="true" --type=boolean