diff --git a/ct/2fauth.sh b/ct/2fauth.sh index 3ef44999c..f808f05ec 100644 --- a/ct/2fauth.sh +++ b/ct/2fauth.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="2FAuth" -TAGS="2fa;authenticator" +var_tags="2fa;authenticator" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/apache-guacamole.sh b/ct/apache-guacamole.sh index 35a2fceaf..c4a86f007 100644 --- a/ct/apache-guacamole.sh +++ b/ct/apache-guacamole.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/r #App Default Values APP="Apache-Guacamole" -TAGS="webserver;remote" +var_tags="webserver;remote" var_disk="4" var_cpu="1" var_ram="2048" diff --git a/ct/duplicati.sh b/ct/duplicati.sh index ec68cb5e5..628f624a3 100644 --- a/ct/duplicati.sh +++ b/ct/duplicati.sh @@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # Source: https://github.com/duplicati/duplicati/ APP="Duplicati" -TAGS="backup" +var_tags="backup" var_cpu="1" var_ram="1024" var_disk="10" diff --git a/ct/pocketid.sh b/ct/pocketid.sh index 5d306f06b..ce639a9f1 100755 --- a/ct/pocketid.sh +++ b/ct/pocketid.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="PocketID" -TAGS="identity-provider" +var_tags="identity-provider" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/seelf.sh b/ct/seelf.sh index a1bb677d6..33c3c4fd9 100644 --- a/ct/seelf.sh +++ b/ct/seelf.sh @@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # Source: https://github.com/YuukanOO/seelf APP="seelf" -TAGS="server;docker" +var_tags="server;docker" var_cpu="2" var_ram="4096" var_disk="10" diff --git a/ct/suwayomiserver.sh b/ct/suwayomiserver.sh index afbd192f9..af3251028 100644 --- a/ct/suwayomiserver.sh +++ b/ct/suwayomiserver.sh @@ -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 # Source: https://github.com/Suwayomi/Suwayomi-Server -APP="Suwayomi-Server" -TAGS="media;manga" +APP="SuwayomiServer" +var_tags="media;manga" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/tasmocompiler.sh b/ct/tasmocompiler.sh index 2917227a9..f2205b1fd 100644 --- a/ct/tasmocompiler.sh +++ b/ct/tasmocompiler.sh @@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # Source: https://github.com/benzino77/tasmocompiler APP="TasmoCompiler" -TAGS="compiler" +var_tags="compiler" var_cpu="2" var_ram="2048" var_disk="10" diff --git a/ct/watcharr.sh b/ct/watcharr.sh index 3290e0735..eeb7ee3b9 100644 --- a/ct/watcharr.sh +++ b/ct/watcharr.sh @@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # Source: https://github.com/sbondCo/Watcharr APP="Watcharr" -TAGS="media" +var_tags="media" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/zammad.sh b/ct/zammad.sh index e96d4f6c6..cdb4ab8b1 100644 --- a/ct/zammad.sh +++ b/ct/zammad.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m #App Default Values APP="Zammad" -TAGS="webserver;ticket-system" +var_tags="webserver;ticket-system" var_disk="8" var_cpu="2" var_ram="4096"