File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
77
88# App Default Values
99APP=" 2FAuth"
10- TAGS =" 2fa;authenticator"
10+ var_tags =" 2fa;authenticator"
1111var_cpu=" 1"
1212var_ram=" 512"
1313var_disk=" 2"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/r
77
88# App Default Values
99APP=" Apache-Guacamole"
10- TAGS =" webserver;remote"
10+ var_tags =" webserver;remote"
1111var_disk=" 4"
1212var_cpu=" 1"
1313var_ram=" 2048"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
66# Source: https://github.com/duplicati/duplicati/
77
88APP=" Duplicati"
9- TAGS =" backup"
9+ var_tags =" backup"
1010var_cpu=" 1"
1111var_ram=" 1024"
1212var_disk=" 10"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
77
88# App Default Values
99APP=" PocketID"
10- TAGS =" identity-provider"
10+ var_tags =" identity-provider"
1111var_cpu=" 2"
1212var_ram=" 2048"
1313var_disk=" 4"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
66# Source: https://github.com/YuukanOO/seelf
77
88APP=" seelf"
9- TAGS =" server;docker"
9+ var_tags =" server;docker"
1010var_cpu=" 2"
1111var_ram=" 4096"
1212var_disk=" 10"
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
55# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
66# Source: https://github.com/Suwayomi/Suwayomi-Server
77
8- APP=" Suwayomi-Server "
9- TAGS =" media;manga"
8+ APP=" SuwayomiServer "
9+ var_tags =" media;manga"
1010var_cpu=" 1"
1111var_ram=" 1024"
1212var_disk=" 4"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
66# Source: https://github.com/benzino77/tasmocompiler
77
88APP=" TasmoCompiler"
9- TAGS =" compiler"
9+ var_tags =" compiler"
1010var_cpu=" 2"
1111var_ram=" 2048"
1212var_disk=" 10"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
66# Source: https://github.com/sbondCo/Watcharr
77
88APP=" Watcharr"
9- TAGS =" media"
9+ var_tags =" media"
1010var_cpu=" 1"
1111var_ram=" 1024"
1212var_disk=" 4"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
77
88# App Default Values
99APP=" Zammad"
10- TAGS =" webserver;ticket-system"
10+ var_tags =" webserver;ticket-system"
1111var_disk=" 8"
1212var_cpu=" 2"
1313var_ram=" 4096"
You can’t perform that action at this time.
0 commit comments