mirror of https://github.com/tteck/Proxmox.git
tweak turnkey scripts
parent
ac469960bc
commit
4b076f8c19
|
@ -10,7 +10,7 @@
|
||||||
NAME="core"
|
NAME="core"
|
||||||
PASS="$(openssl rand -base64 8)"
|
PASS="$(openssl rand -base64 8)"
|
||||||
CTID=$(pvesh get /cluster/nextid)
|
CTID=$(pvesh get /cluster/nextid)
|
||||||
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}_17.1-1_amd64.tar.gz"
|
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}"
|
||||||
PCT_DISK_SIZE="4"
|
PCT_DISK_SIZE="4"
|
||||||
PCT_OPTIONS="
|
PCT_OPTIONS="
|
||||||
-features keyctl=1,nesting=1
|
-features keyctl=1,nesting=1
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
NAME="fileserver"
|
NAME="fileserver"
|
||||||
PASS="$(openssl rand -base64 8)"
|
PASS="$(openssl rand -base64 8)"
|
||||||
CTID=$(pvesh get /cluster/nextid)
|
CTID=$(pvesh get /cluster/nextid)
|
||||||
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}_17.1-1_amd64.tar.gz"
|
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}"
|
||||||
PCT_DISK_SIZE="8"
|
PCT_DISK_SIZE="8"
|
||||||
PCT_OPTIONS="
|
PCT_OPTIONS="
|
||||||
-features keyctl=1,nesting=1
|
-features keyctl=1,nesting=1
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
NAME="gitea"
|
NAME="gitea"
|
||||||
PASS="$(openssl rand -base64 8)"
|
PASS="$(openssl rand -base64 8)"
|
||||||
CTID=$(pvesh get /cluster/nextid)
|
CTID=$(pvesh get /cluster/nextid)
|
||||||
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}_17.2-1_amd64.tar.gz"
|
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}"
|
||||||
PCT_DISK_SIZE="4"
|
PCT_DISK_SIZE="4"
|
||||||
PCT_OPTIONS="
|
PCT_OPTIONS="
|
||||||
-features keyctl=1,nesting=1
|
-features keyctl=1,nesting=1
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
NAME="gitlab"
|
NAME="gitlab"
|
||||||
PASS="$(openssl rand -base64 8)"
|
PASS="$(openssl rand -base64 8)"
|
||||||
CTID=$(pvesh get /cluster/nextid)
|
CTID=$(pvesh get /cluster/nextid)
|
||||||
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}_17.1-1_amd64.tar.gz"
|
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}"
|
||||||
PCT_DISK_SIZE="8"
|
PCT_DISK_SIZE="8"
|
||||||
PCT_OPTIONS="
|
PCT_OPTIONS="
|
||||||
-features keyctl=1,nesting=1
|
-features keyctl=1,nesting=1
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
NAME="nextcloud"
|
NAME="nextcloud"
|
||||||
PASS="$(openssl rand -base64 8)"
|
PASS="$(openssl rand -base64 8)"
|
||||||
CTID=$(pvesh get /cluster/nextid)
|
CTID=$(pvesh get /cluster/nextid)
|
||||||
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}_17.2-1_amd64.tar.gz"
|
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}"
|
||||||
PCT_DISK_SIZE="10"
|
PCT_DISK_SIZE="10"
|
||||||
PCT_OPTIONS="
|
PCT_OPTIONS="
|
||||||
-features keyctl=1,nesting=1
|
-features keyctl=1,nesting=1
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
NAME="observium"
|
NAME="observium"
|
||||||
PASS="$(openssl rand -base64 8)"
|
PASS="$(openssl rand -base64 8)"
|
||||||
CTID=$(pvesh get /cluster/nextid)
|
CTID=$(pvesh get /cluster/nextid)
|
||||||
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}_17.2-1_amd64.tar.gz"
|
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}"
|
||||||
PCT_DISK_SIZE="4"
|
PCT_DISK_SIZE="4"
|
||||||
PCT_OPTIONS="
|
PCT_OPTIONS="
|
||||||
-features keyctl=1,nesting=1
|
-features keyctl=1,nesting=1
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
NAME="owncloud"
|
NAME="owncloud"
|
||||||
PASS="$(openssl rand -base64 8)"
|
PASS="$(openssl rand -base64 8)"
|
||||||
CTID=$(pvesh get /cluster/nextid)
|
CTID=$(pvesh get /cluster/nextid)
|
||||||
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}_17.1-1_amd64.tar.gz"
|
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}"
|
||||||
PCT_DISK_SIZE="10"
|
PCT_DISK_SIZE="10"
|
||||||
PCT_OPTIONS="
|
PCT_OPTIONS="
|
||||||
-features keyctl=1,nesting=1
|
-features keyctl=1,nesting=1
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
NAME="torrentserver"
|
NAME="torrentserver"
|
||||||
PASS="$(openssl rand -base64 8)"
|
PASS="$(openssl rand -base64 8)"
|
||||||
CTID=$(pvesh get /cluster/nextid)
|
CTID=$(pvesh get /cluster/nextid)
|
||||||
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}_17.1-1_amd64.tar.gz"
|
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}"
|
||||||
PCT_DISK_SIZE="10"
|
PCT_DISK_SIZE="10"
|
||||||
PCT_OPTIONS="
|
PCT_OPTIONS="
|
||||||
-features keyctl=1,nesting=1
|
-features keyctl=1,nesting=1
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
NAME="wordpress"
|
NAME="wordpress"
|
||||||
PASS="$(openssl rand -base64 8)"
|
PASS="$(openssl rand -base64 8)"
|
||||||
CTID=$(pvesh get /cluster/nextid)
|
CTID=$(pvesh get /cluster/nextid)
|
||||||
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}_17.1-1_amd64.tar.gz"
|
TEMPLATE_SEARCH="debian-11-turnkey-${NAME}"
|
||||||
PCT_DISK_SIZE="8"
|
PCT_DISK_SIZE="8"
|
||||||
PCT_OPTIONS="
|
PCT_OPTIONS="
|
||||||
-features keyctl=1,nesting=1
|
-features keyctl=1,nesting=1
|
||||||
|
|
Loading…
Reference in New Issue