Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/4b076f8c1999825e7904370bff4740dbfe89e15a?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
9 changed files with
9 additions and
9 deletions
@ -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