diff --git a/install.sh b/install.sh index 8c556fa..92eca48 100755 --- a/install.sh +++ b/install.sh @@ -149,7 +149,7 @@ sleep 2; # Check vlan configuration if [[ $LXC_VLAN != "NONE" ]];then VLAN=",tag=$LXC_VLAN"; else VLAN=""; fi # Reconfigure conatiner -pct set $LXC_NBR -memory $LXC_MEM -swap $LXC_SWAP -hostname $LXC_HOSTNAME -onboot 1 -timezone $LXC_TIMEZONE -features nesting=$LXC_NESTING; +pct set $LXC_NBR -memory $LXC_MEM -swap $LXC_SWAP -hostname $LXC_HOSTNAME -onboot 1 -timezone $LXC_TIMEZONE -features nesting=$LXC_NESTING,keyctl=$LXC_KEYCTL; if [ $LXC_DHCP == true ]; then pct set $LXC_NBR -net0 "name=eth0,bridge=$LXC_BRIDGE,ip=dhcp,type=veth$VLAN" else diff --git a/src/ansible-semaphore/constants-service.conf b/src/ansible-semaphore/constants-service.conf index 8bc8c52..89fe5aa 100644 --- a/src/ansible-semaphore/constants-service.conf +++ b/src/ansible-semaphore/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Sets the minimum amount of RAM the service needs for operation LXC_MEM_MIN=1024 diff --git a/src/bookstack/constants-service.conf b/src/bookstack/constants-service.conf index 384ed69..5fbe65d 100644 --- a/src/bookstack/constants-service.conf +++ b/src/bookstack/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Sets the minimum amount of RAM the service needs for operation LXC_MEM_MIN=1024 diff --git a/src/checkmk/constants-service.conf b/src/checkmk/constants-service.conf index bd543e5..f4b4382 100644 --- a/src/checkmk/constants-service.conf +++ b/src/checkmk/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # checkmk version CMK_VERSION=2.2.0p14 # build number of the debian package (needs to start with underscore) diff --git a/src/debian-priv/constants-service.conf b/src/debian-priv/constants-service.conf index 2474bf3..7d06bc8 100644 --- a/src/debian-priv/constants-service.conf +++ b/src/debian-priv/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="0" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Sets the minimum amount of RAM the service needs for operation LXC_MEM_MIN=512 diff --git a/src/debian-unpriv/constants-service.conf b/src/debian-unpriv/constants-service.conf index 0bdacfe..ae9bfcc 100644 --- a/src/debian-unpriv/constants-service.conf +++ b/src/debian-unpriv/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Sets the minimum amount of RAM the service needs for operation LXC_MEM_MIN=512 diff --git a/src/ecodms/constants-service.conf b/src/ecodms/constants-service.conf index 592389e..86a2eda 100644 --- a/src/ecodms/constants-service.conf +++ b/src/ecodms/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # set ecodms release version ECODMS_RELEASE=ecodms_230164 diff --git a/src/gitea/constants-service.conf b/src/gitea/constants-service.conf index 513daa3..fa61d04 100644 --- a/src/gitea/constants-service.conf +++ b/src/gitea/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Defines the IP from the SQL server GITEA_DB_IP="127.0.0.1" diff --git a/src/kimai/constants-service.conf b/src/kimai/constants-service.conf index c4ceb4e..8fc122c 100644 --- a/src/kimai/constants-service.conf +++ b/src/kimai/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Defines the version number of kimai mail archive to install (type in exact version number (e.g. 1.3.11) or 'latest') #KIMAI_VERSION="main" diff --git a/src/kopano-core/constants-service.conf b/src/kopano-core/constants-service.conf index d2e5808..b34a62d 100644 --- a/src/kopano-core/constants-service.conf +++ b/src/kopano-core/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Defines the version number of piler mail archive to install (type in exact version number (e.g. 1.3.11) or 'latest') KOPANO_VERSION="latest" diff --git a/src/mailpiler/constants-service.conf b/src/mailpiler/constants-service.conf index 4523fd3..b4bdda8 100644 --- a/src/mailpiler/constants-service.conf +++ b/src/mailpiler/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Defines the version number of piler mail archive to install (type in exact version number (e.g. 1.3.11) or 'latest') PILER_VERSION="1.3.12" # Defines the version of sphinx to install diff --git a/src/matrix/constants-service.conf b/src/matrix/constants-service.conf index f020016..793aee5 100644 --- a/src/matrix/constants-service.conf +++ b/src/matrix/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Sets the minimum amount of RAM the service needs for operation LXC_MEM_MIN=1024 diff --git a/src/nextcloud/constants-service.conf b/src/nextcloud/constants-service.conf index 51f9a33..fcb9e9a 100644 --- a/src/nextcloud/constants-service.conf +++ b/src/nextcloud/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # 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/omada/constants-service.conf b/src/omada/constants-service.conf index ccb3471..048e0ad 100644 --- a/src/omada/constants-service.conf +++ b/src/omada/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Sets the minimum amount of RAM the service needs for operation LXC_MEM_MIN=2048 diff --git a/src/onlyoffice/constants-service.conf b/src/onlyoffice/constants-service.conf index 4322e18..81018da 100644 --- a/src/onlyoffice/constants-service.conf +++ b/src/onlyoffice/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + ONLYOFFICE_DB_HOST=localhost ONLYOFFICE_DB_NAME=onlyoffice diff --git a/src/open3a/constants-service.conf b/src/open3a/constants-service.conf index 384ed69..5fbe65d 100644 --- a/src/open3a/constants-service.conf +++ b/src/open3a/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Sets the minimum amount of RAM the service needs for operation LXC_MEM_MIN=1024 diff --git a/src/proxmox-pbs/constants-service.conf b/src/proxmox-pbs/constants-service.conf index cf7b529..13579f1 100644 --- a/src/proxmox-pbs/constants-service.conf +++ b/src/proxmox-pbs/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Backup ubdir where Urbackup will store backups PBS_DATA="backup" diff --git a/src/rei3/constants-service.conf b/src/rei3/constants-service.conf index c941967..5a22a77 100644 --- a/src/rei3/constants-service.conf +++ b/src/rei3/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Defines the IP from the SQL server REI3_DB_IP="127.0.0.1" diff --git a/src/unifi/constants-service.conf b/src/unifi/constants-service.conf index 56502bd..babc82b 100644 --- a/src/unifi/constants-service.conf +++ b/src/unifi/constants-service.conf @@ -21,6 +21,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Sets the minimum amount of RAM the service needs for operation LXC_MEM_MIN=2048 diff --git a/src/urbackup/constants-service.conf b/src/urbackup/constants-service.conf index a393450..b24adc9 100644 --- a/src/urbackup/constants-service.conf +++ b/src/urbackup/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Backup ubdir where Urbackup will store backups URBACKUP_DATA="urbackup" diff --git a/src/vaultwarden/constants-service.conf b/src/vaultwarden/constants-service.conf index c8a86ef..b14393b 100644 --- a/src/vaultwarden/constants-service.conf +++ b/src/vaultwarden/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Defines the name from the SQL database VAULTWARDEN_DB_NAME="vaultwarden" diff --git a/src/zabbix/constants-service.conf b/src/zabbix/constants-service.conf index b8157a1..f15397e 100644 --- a/src/zabbix/constants-service.conf +++ b/src/zabbix/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Defines the IP from the SQL server ZABBIX_DB_IP="127.0.0.1" diff --git a/src/zammad/constants-service.conf b/src/zammad/constants-service.conf index 0558f97..92cc445 100644 --- a/src/zammad/constants-service.conf +++ b/src/zammad/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Sets the minimum amount of RAM the service needs for operation LXC_MEM_MIN=4096 diff --git a/src/zmb-ad-join/constants-service.conf b/src/zmb-ad-join/constants-service.conf index f4c0d1a..32ece93 100644 --- a/src/zmb-ad-join/constants-service.conf +++ b/src/zmb-ad-join/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="0" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # add optional features to samba ad dc # CURRENTLY SUPPORTED: diff --git a/src/zmb-ad/constants-service.conf b/src/zmb-ad/constants-service.conf index b9dbc8b..0939fc1 100644 --- a/src/zmb-ad/constants-service.conf +++ b/src/zmb-ad/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="0" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # add optional features to samba ad dc # CURRENTLY SUPPORTED: diff --git a/src/zmb-cups/constants-service.conf b/src/zmb-cups/constants-service.conf index 9230b29..cefc51f 100644 --- a/src/zmb-cups/constants-service.conf +++ b/src/zmb-cups/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="0" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Sets the minimum amount of RAM the service needs for operation LXC_MEM_MIN=1024 diff --git a/src/zmb-member/constants-service.conf b/src/zmb-member/constants-service.conf index bd524f3..1abbb20 100644 --- a/src/zmb-member/constants-service.conf +++ b/src/zmb-member/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="0" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Sets the minimum amount of RAM the service needs for operation LXC_MEM_MIN=1024 diff --git a/src/zmb-standalone/constants-service.conf b/src/zmb-standalone/constants-service.conf index c9d5a2a..e5088ee 100644 --- a/src/zmb-standalone/constants-service.conf +++ b/src/zmb-standalone/constants-service.conf @@ -19,6 +19,9 @@ LXC_UNPRIVILEGED="0" # enable nesting feature LXC_NESTING="1" +# enable keyctl feature +LXC_KEYCTL="0" + # Sets the minimum amount of RAM the service needs for operation LXC_MEM_MIN=1024