From 4380612175c263fca7e15d010f667284d9548352 Mon Sep 17 00:00:00 2001 From: DerFossibaer Date: Fri, 14 Jan 2022 23:26:57 +0100 Subject: [PATCH] Nesting all to on --- src/checkmk/constants-service.conf | 2 +- src/debian-priv/constants-service.conf | 2 +- src/debian-unpriv/constants-service.conf | 4 ++-- src/matrix/constants-service.conf | 2 +- src/nextcloud/constants-service.conf | 2 +- src/onlyoffice/constants-service.conf | 2 +- src/open3a/constants-service.conf | 2 +- src/proxmox-pbs/constants-service.conf | 2 +- src/urbackup/constants-service.conf | 2 +- src/zmb-member/constants-service.conf | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/checkmk/constants-service.conf b/src/checkmk/constants-service.conf index f896b3f..f14becb 100644 --- a/src/checkmk/constants-service.conf +++ b/src/checkmk/constants-service.conf @@ -17,7 +17,7 @@ LXC_MP="0" LXC_UNPRIVILEGED="1" # enable nesting feature -LXC_NESTING="0" +LXC_NESTING="1" # checkmk version CMK_VERSION=2.0.0p4 diff --git a/src/debian-priv/constants-service.conf b/src/debian-priv/constants-service.conf index 2855c22..1f764d7 100644 --- a/src/debian-priv/constants-service.conf +++ b/src/debian-priv/constants-service.conf @@ -17,4 +17,4 @@ LXC_MP="0" LXC_UNPRIVILEGED="0" # enable nesting feature -LXC_NESTING="0" \ No newline at end of file +LXC_NESTING="1" \ No newline at end of file diff --git a/src/debian-unpriv/constants-service.conf b/src/debian-unpriv/constants-service.conf index bb64eeb..4f5ef36 100644 --- a/src/debian-unpriv/constants-service.conf +++ b/src/debian-unpriv/constants-service.conf @@ -8,7 +8,7 @@ # This file contains the project constants on service level # Debian Version, which will be installed -LXC_TEMPLATE_VERSION="debian-10-standard" +LXC_TEMPLATE_VERSION="debian-11-standard" # Create sharefs mountpoint LXC_MP="0" @@ -17,4 +17,4 @@ LXC_MP="0" LXC_UNPRIVILEGED="1" # enable nesting feature -LXC_NESTING="0" \ No newline at end of file +LXC_NESTING="1" \ No newline at end of file diff --git a/src/matrix/constants-service.conf b/src/matrix/constants-service.conf index 5ae596c..3737735 100644 --- a/src/matrix/constants-service.conf +++ b/src/matrix/constants-service.conf @@ -17,7 +17,7 @@ LXC_MP="0" LXC_UNPRIVILEGED="1" # enable nesting feature -LXC_NESTING="0" +LXC_NESTING="1" # Define the version of Element Web MATRIX_ELEMENT_VERSION="v1.7.25" diff --git a/src/nextcloud/constants-service.conf b/src/nextcloud/constants-service.conf index 5015602..ad9bf6d 100644 --- a/src/nextcloud/constants-service.conf +++ b/src/nextcloud/constants-service.conf @@ -17,7 +17,7 @@ LXC_MP="1" LXC_UNPRIVILEGED="1" # enable nesting feature -LXC_NESTING="0" +LXC_NESTING="1" # Defines the version number of piler mail archive to install (type in exact version number (e.g. 1.3.11) or 'latest') NEXTCLOUD_VERSION="latest" diff --git a/src/onlyoffice/constants-service.conf b/src/onlyoffice/constants-service.conf index 7666975..bbaeda4 100644 --- a/src/onlyoffice/constants-service.conf +++ b/src/onlyoffice/constants-service.conf @@ -17,7 +17,7 @@ LXC_MP="0" LXC_UNPRIVILEGED="1" # enable nesting feature -LXC_NESTING="0" +LXC_NESTING="1" ONLYOFFICE_DB_HOST=localhost diff --git a/src/open3a/constants-service.conf b/src/open3a/constants-service.conf index bb64eeb..bc20c1a 100644 --- a/src/open3a/constants-service.conf +++ b/src/open3a/constants-service.conf @@ -17,4 +17,4 @@ LXC_MP="0" LXC_UNPRIVILEGED="1" # enable nesting feature -LXC_NESTING="0" \ No newline at end of file +LXC_NESTING="1" \ No newline at end of file diff --git a/src/proxmox-pbs/constants-service.conf b/src/proxmox-pbs/constants-service.conf index 6fa62ad..b0609cd 100644 --- a/src/proxmox-pbs/constants-service.conf +++ b/src/proxmox-pbs/constants-service.conf @@ -17,7 +17,7 @@ LXC_MP="1" LXC_UNPRIVILEGED="1" # enable nesting feature -LXC_NESTING="0" +LXC_NESTING="1" # Backup ubdir where Urbackup will store backups PBS_DATA="backup" \ No newline at end of file diff --git a/src/urbackup/constants-service.conf b/src/urbackup/constants-service.conf index 17d6e12..a27d2ff 100644 --- a/src/urbackup/constants-service.conf +++ b/src/urbackup/constants-service.conf @@ -17,7 +17,7 @@ LXC_MP="1" LXC_UNPRIVILEGED="1" # enable nesting feature -LXC_NESTING="0" +LXC_NESTING="1" # Backup ubdir where Urbackup will store backups URBACKUP_DATA="urbackup" \ No newline at end of file diff --git a/src/zmb-member/constants-service.conf b/src/zmb-member/constants-service.conf index a3d76c9..e650fc8 100644 --- a/src/zmb-member/constants-service.conf +++ b/src/zmb-member/constants-service.conf @@ -17,4 +17,4 @@ LXC_MP="1" LXC_UNPRIVILEGED="0" # enable nesting feature -LXC_NESTING="0" \ No newline at end of file +LXC_NESTING="1" \ No newline at end of file