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
path: root/setup
diff options
context:
space:
mode:
Diffstat (limited to 'setup')
-rw-r--r--setup4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup b/setup
index 95c9e7a..e10c23b 100644
--- a/setup
+++ b/setup
@@ -163,6 +163,10 @@ fi
# Recreate the htaccess on both install and update
$OCC maintenance:update:htaccess
+# Apply one-click-instance settings...
+$OCC config:system:set one-click-instance --value=true --type=bool
+$OCC config:system:set one-click-instance.user-limit --value=100 --type=int
+
# env var is set from the dockerfile
if [ "$NC_IS_PATCHED" = true ]; then
$OCC config:system:set integrity.check.disabled --value="true" --type=boolean