mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-03-08 13:19:05 +00:00
Fix: var_tags instead of TAGS in some CT's (#2310)
* Fix some Tags in CTS * fix some others * Update suwayomiserver.sh
This commit is contained in:
parent
72b546e945
commit
5946079f47
@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
|
|
||||||
# App Default Values
|
# App Default Values
|
||||||
APP="2FAuth"
|
APP="2FAuth"
|
||||||
TAGS="2fa;authenticator"
|
var_tags="2fa;authenticator"
|
||||||
var_cpu="1"
|
var_cpu="1"
|
||||||
var_ram="512"
|
var_ram="512"
|
||||||
var_disk="2"
|
var_disk="2"
|
||||||
|
@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/r
|
|||||||
|
|
||||||
#App Default Values
|
#App Default Values
|
||||||
APP="Apache-Guacamole"
|
APP="Apache-Guacamole"
|
||||||
TAGS="webserver;remote"
|
var_tags="webserver;remote"
|
||||||
var_disk="4"
|
var_disk="4"
|
||||||
var_cpu="1"
|
var_cpu="1"
|
||||||
var_ram="2048"
|
var_ram="2048"
|
||||||
|
@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
# Source: https://github.com/duplicati/duplicati/
|
# Source: https://github.com/duplicati/duplicati/
|
||||||
|
|
||||||
APP="Duplicati"
|
APP="Duplicati"
|
||||||
TAGS="backup"
|
var_tags="backup"
|
||||||
var_cpu="1"
|
var_cpu="1"
|
||||||
var_ram="1024"
|
var_ram="1024"
|
||||||
var_disk="10"
|
var_disk="10"
|
||||||
|
@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
|
|
||||||
# App Default Values
|
# App Default Values
|
||||||
APP="PocketID"
|
APP="PocketID"
|
||||||
TAGS="identity-provider"
|
var_tags="identity-provider"
|
||||||
var_cpu="2"
|
var_cpu="2"
|
||||||
var_ram="2048"
|
var_ram="2048"
|
||||||
var_disk="4"
|
var_disk="4"
|
||||||
|
@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
# Source: https://github.com/YuukanOO/seelf
|
# Source: https://github.com/YuukanOO/seelf
|
||||||
|
|
||||||
APP="seelf"
|
APP="seelf"
|
||||||
TAGS="server;docker"
|
var_tags="server;docker"
|
||||||
var_cpu="2"
|
var_cpu="2"
|
||||||
var_ram="4096"
|
var_ram="4096"
|
||||||
var_disk="10"
|
var_disk="10"
|
||||||
|
@ -5,8 +5,8 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
||||||
# Source: https://github.com/Suwayomi/Suwayomi-Server
|
# Source: https://github.com/Suwayomi/Suwayomi-Server
|
||||||
|
|
||||||
APP="Suwayomi-Server"
|
APP="SuwayomiServer"
|
||||||
TAGS="media;manga"
|
var_tags="media;manga"
|
||||||
var_cpu="1"
|
var_cpu="1"
|
||||||
var_ram="1024"
|
var_ram="1024"
|
||||||
var_disk="4"
|
var_disk="4"
|
||||||
|
@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
# Source: https://github.com/benzino77/tasmocompiler
|
# Source: https://github.com/benzino77/tasmocompiler
|
||||||
|
|
||||||
APP="TasmoCompiler"
|
APP="TasmoCompiler"
|
||||||
TAGS="compiler"
|
var_tags="compiler"
|
||||||
var_cpu="2"
|
var_cpu="2"
|
||||||
var_ram="2048"
|
var_ram="2048"
|
||||||
var_disk="10"
|
var_disk="10"
|
||||||
|
@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
# Source: https://github.com/sbondCo/Watcharr
|
# Source: https://github.com/sbondCo/Watcharr
|
||||||
|
|
||||||
APP="Watcharr"
|
APP="Watcharr"
|
||||||
TAGS="media"
|
var_tags="media"
|
||||||
var_cpu="1"
|
var_cpu="1"
|
||||||
var_ram="1024"
|
var_ram="1024"
|
||||||
var_disk="4"
|
var_disk="4"
|
||||||
|
@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
|
|
||||||
#App Default Values
|
#App Default Values
|
||||||
APP="Zammad"
|
APP="Zammad"
|
||||||
TAGS="webserver;ticket-system"
|
var_tags="webserver;ticket-system"
|
||||||
var_disk="8"
|
var_disk="8"
|
||||||
var_cpu="2"
|
var_cpu="2"
|
||||||
var_ram="4096"
|
var_ram="4096"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user