From 96ad186289e5ad43498496e2a2f9f2b4d473ba77 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Fri, 10 Feb 2023 18:14:02 +0100 Subject: [PATCH] =?UTF-8?q?remove=20G=C3=A4nsef=C3=BC=C3=9Fe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/zamba.conf.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/zamba.conf.example b/conf/zamba.conf.example index 9ddc3df..5d5cba0 100644 --- a/conf/zamba.conf.example +++ b/conf/zamba.conf.example @@ -28,10 +28,10 @@ LXC_SHAREFS_STORAGE="local-zfs" LXC_SHAREFS_MOUNTPOINT="tank" # Defines the amount of RAM in MB your LXC container is allowed to use (default: 1024) -LXC_MEM="1024" +LXC_MEM=1024 # Defines the amount of swap space in MB your LXC container is allowed to use (default: 1024) -LXC_SWAP="1024" +LXC_SWAP=1024 # Defines the hostname of your LXC container LXC_HOSTNAME="${service}" @@ -136,7 +136,7 @@ NEXTCLOUD_FQDN="nextcloud.zmb.rocks" NEXTCLOUD_ADMIN_USR="zmb-admin" # Build a strong password for this user. Username and password will shown at the end of the installation. -NEXTCLOUD_ADMIN_PWD="$(random_password)" +# NEXTCLOUD_ADMIN_PWD='very_secure_password' # Defines the data directory, which will be createt under LXC_SHAREFS_MOUNTPOINT NEXTCLOUD_DATA="nc_data"