diff --git a/ct/actualbudget.sh b/ct/actualbudget.sh index 1980fe1b..b5925f1d 100644 --- a/ct/actualbudget.sh +++ b/ct/actualbudget.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Actual Budget" -TAGS="finance" +var_tags="finance" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/adguard.sh b/ct/adguard.sh index 1679d1e6..f814a12d 100644 --- a/ct/adguard.sh +++ b/ct/adguard.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Adguard" -TAGS="adblock" +var_tags="adblock" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/adventurelog.sh b/ct/adventurelog.sh index fe7ccaad..14478040 100644 --- a/ct/adventurelog.sh +++ b/ct/adventurelog.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="AdventureLog" -TAGS="traveling" +var_tags="traveling" var_disk="7" var_cpu="2" var_ram="2048" diff --git a/ct/agentdvr.sh b/ct/agentdvr.sh index f28dbcba..07810da8 100644 --- a/ct/agentdvr.sh +++ b/ct/agentdvr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="AgentDVR" -TAGS="dvr" +var_tags="dvr" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/alpine-docker.sh b/ct/alpine-docker.sh index a629f0d8..b04cd64a 100644 --- a/ct/alpine-docker.sh +++ b/ct/alpine-docker.sh @@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Alpine-Docker" -TAGS="docker;alpine" +var_tags="docker;alpine" var_cpu="1" var_ram="1024" var_disk="2" diff --git a/ct/alpine-grafana.sh b/ct/alpine-grafana.sh index 2ba68ca7..c71d9a21 100644 --- a/ct/alpine-grafana.sh +++ b/ct/alpine-grafana.sh @@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Alpine-Grafana" -TAGS="alpine;monitoring" +var_tags="alpine;monitoring" var_cpu="1" var_ram="256" var_disk="1" diff --git a/ct/alpine-nextcloud.sh b/ct/alpine-nextcloud.sh index 20dfbe15..ec1a313e 100644 --- a/ct/alpine-nextcloud.sh +++ b/ct/alpine-nextcloud.sh @@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Alpine-Nextcloud" -TAGS="alpine;cloud" +var_tags="alpine;cloud" var_cpu="2" var_ram="1024" var_disk="2" diff --git a/ct/alpine-vaultwarden.sh b/ct/alpine-vaultwarden.sh index f6b9cd4e..9f18067b 100644 --- a/ct/alpine-vaultwarden.sh +++ b/ct/alpine-vaultwarden.sh @@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Alpine-Vaultwarden" -TAGS="alpine;vault" +var_tags="alpine;vault" var_cpu="1" var_ram="256" var_disk="0.3" diff --git a/ct/alpine-zigbee2mqtt.sh b/ct/alpine-zigbee2mqtt.sh index d52b7c96..688d513d 100644 --- a/ct/alpine-zigbee2mqtt.sh +++ b/ct/alpine-zigbee2mqtt.sh @@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Alpine-Zigbee2MQTT" -TAGS="alpine;zigbee;mqtt;smarthome" +var_tags="alpine;zigbee;mqtt;smarthome" var_disk="0.3" var_cpu="1" var_ram="256" diff --git a/ct/alpine.sh b/ct/alpine.sh index 5ce8f999..4b1a28bc 100644 --- a/ct/alpine.sh +++ b/ct/alpine.sh @@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Alpine" -TAGS="os;alpine" +var_tags="os;alpine" var_cpu="1" var_ram="512" var_disk="0.1" diff --git a/ct/apache-cassandra.sh b/ct/apache-cassandra.sh index dcb09a05..0e0db07b 100644 --- a/ct/apache-cassandra.sh +++ b/ct/apache-cassandra.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Apache-Cassandra" -TAGS="database;NoSQL" +var_tags="database;NoSQL" var_cpu="1" var_ram="2048" var_disk="4" diff --git a/ct/apache-couchdb.sh b/ct/apache-couchdb.sh index 4dcc38b1..9f1b4159 100644 --- a/ct/apache-couchdb.sh +++ b/ct/apache-couchdb.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Apache-CouchDB" -TAGS="database" +var_tags="database" var_cpu="2" var_ram="4096" var_disk="10" diff --git a/ct/apt-cacher-ng.sh b/ct/apt-cacher-ng.sh index 18ee4f26..52182d22 100644 --- a/ct/apt-cacher-ng.sh +++ b/ct/apt-cacher-ng.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Apt-Cacher-NG" -TAGS="caching" +var_tags="caching" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/archivebox.sh b/ct/archivebox.sh index 81063ba8..53849d00 100644 --- a/ct/archivebox.sh +++ b/ct/archivebox.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="ArchiveBox" -TAGS="archive;bookmark" +var_tags="archive;bookmark" var_cpu="2" var_ram="1024" var_disk="8" diff --git a/ct/aria2.sh b/ct/aria2.sh index 1bb5b5d9..af1bd818 100644 --- a/ct/aria2.sh +++ b/ct/aria2.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Aria2" -TAGS="download-utility" +var_tags="download-utility" var_cpu="2" var_ram="1024" var_disk="8" diff --git a/ct/audiobookshelf.sh b/ct/audiobookshelf.sh index 9c63c1f7..8c8770f1 100644 --- a/ct/audiobookshelf.sh +++ b/ct/audiobookshelf.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="audiobookshelf" -TAGS="podcast;audiobook" +var_tags="podcast;audiobook" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/autobrr.sh b/ct/autobrr.sh index abc14f9e..5497fb25 100644 --- a/ct/autobrr.sh +++ b/ct/autobrr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Autobrr" -TAGS="arr;" +var_tags="arr;" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/bazarr.sh b/ct/bazarr.sh index 0d1dd6d8..fd646e61 100755 --- a/ct/bazarr.sh +++ b/ct/bazarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Bazarr" -TAGS="arr" +var_tags="arr" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/blocky.sh b/ct/blocky.sh index 27548c89..494e51c0 100644 --- a/ct/blocky.sh +++ b/ct/blocky.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Blocky" -TAGS="adblock" +var_tags="adblock" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/bookstack.sh b/ct/bookstack.sh index bc76c6d4..d7cf5093 100644 --- a/ct/bookstack.sh +++ b/ct/bookstack.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Bookstack" -TAGS="organizer" +var_tags="organizer" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/bunkerweb.sh b/ct/bunkerweb.sh index 6ed24e22..bd5a0b25 100644 --- a/ct/bunkerweb.sh +++ b/ct/bunkerweb.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="BunkerWeb" -TAGS="webserver" +var_tags="webserver" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/caddy.sh b/ct/caddy.sh index 72869d45..5afc686d 100644 --- a/ct/caddy.sh +++ b/ct/caddy.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Caddy" -TAGS="webserver" +var_tags="webserver" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/calibre-web.sh b/ct/calibre-web.sh index 2a033ff7..cd398c42 100644 --- a/ct/calibre-web.sh +++ b/ct/calibre-web.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Calibre-Web" -TAGS="eBook" +var_tags="eBook" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/casaos.sh b/ct/casaos.sh index 118de1e5..050290a3 100644 --- a/ct/casaos.sh +++ b/ct/casaos.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="CasaOS" -TAGS="cloud" +var_tags="cloud" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/changedetection.sh b/ct/changedetection.sh index 62c060f7..6046b399 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Change Detection" -TAGS="monitoring;crawler" +var_tags="monitoring;crawler" var_cpu="2" var_ram="1024" var_disk="8" diff --git a/ct/channels.sh b/ct/channels.sh index 223a626f..8d09ab4d 100644 --- a/ct/channels.sh +++ b/ct/channels.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Channels" -TAGS="dvr" +var_tags="dvr" var_cpu="2" var_ram="1024" var_disk="8" diff --git a/ct/cloudflared.sh b/ct/cloudflared.sh index e4b8a3a4..c3a43cb2 100644 --- a/ct/cloudflared.sh +++ b/ct/cloudflared.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Cloudflared" -TAGS="network;cloudflare" +var_tags="network;cloudflare" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/cockpit.sh b/ct/cockpit.sh index 4126c39c..265f3de2 100644 --- a/ct/cockpit.sh +++ b/ct/cockpit.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Cockpit" -TAGS="monitoring;network" +var_tags="monitoring;network" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/commafeed.sh b/ct/commafeed.sh index b3f72d87..59d9f44c 100644 --- a/ct/commafeed.sh +++ b/ct/commafeed.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="CommaFeed" -TAGS="rss-reader" +var_tags="rss-reader" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/cronicle.sh b/ct/cronicle.sh index 99abc78b..fd2d5633 100644 --- a/ct/cronicle.sh +++ b/ct/cronicle.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Cronicle" -TAGS="task-scheduler" +var_tags="task-scheduler" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/daemonsync.sh b/ct/daemonsync.sh index a58a187b..910324be 100644 --- a/ct/daemonsync.sh +++ b/ct/daemonsync.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Daemon Sync" -TAGS="sync" +var_tags="sync" var_cpu="1" var_ram="512" var_disk="8" diff --git a/ct/dashy.sh b/ct/dashy.sh index 18404b69..edce87ed 100644 --- a/ct/dashy.sh +++ b/ct/dashy.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Dashy" -TAGS="dashboard" +var_tags="dashboard" var_cpu="2" var_ram="2048" var_disk="6" diff --git a/ct/debian.sh b/ct/debian.sh index a914f673..be9e3aa9 100644 --- a/ct/debian.sh +++ b/ct/debian.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Debian" -TAGS="os" +var_tags="os" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/deconz.sh b/ct/deconz.sh index 27c6bccb..49f06c81 100644 --- a/ct/deconz.sh +++ b/ct/deconz.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="deCONZ" -TAGS="zigbee" +var_tags="zigbee" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/deluge.sh b/ct/deluge.sh index e8971ed3..be944b69 100644 --- a/ct/deluge.sh +++ b/ct/deluge.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Deluge" -TAGS="torrent" +var_tags="torrent" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/docker.sh b/ct/docker.sh index 7b15a87b..fed85f34 100644 --- a/ct/docker.sh +++ b/ct/docker.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Docker" -TAGS="docker" +var_tags="docker" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/dockge.sh b/ct/dockge.sh index b1d6823c..45e3d227 100644 --- a/ct/dockge.sh +++ b/ct/dockge.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Dockge" -TAGS="docker" +var_tags="docker" var_cpu="2" var_ram="2048" var_disk="18" diff --git a/ct/emby.sh b/ct/emby.sh index ce938f92..a57d4786 100644 --- a/ct/emby.sh +++ b/ct/emby.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Emby" -TAGS="media" +var_tags="media" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/emqx.sh b/ct/emqx.sh index fe1d274f..300ac95b 100644 --- a/ct/emqx.sh +++ b/ct/emqx.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="EMQX" -TAGS="mqtt" +var_tags="mqtt" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/ersatztv.sh b/ct/ersatztv.sh index a15129a5..3b9d9fe9 100644 --- a/ct/ersatztv.sh +++ b/ct/ersatztv.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="ErsatzTV" -TAGS="iptv" +var_tags="iptv" var_cpu="1" var_ram="1024" var_disk="5" diff --git a/ct/esphome.sh b/ct/esphome.sh index d1a18fae..d28c43f2 100644 --- a/ct/esphome.sh +++ b/ct/esphome.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="ESPHome" -TAGS="automation" +var_tags="automation" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/evcc.sh b/ct/evcc.sh index 7df1109a..a1fedac1 100644 --- a/ct/evcc.sh +++ b/ct/evcc.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="evcc" -TAGS="solar;ev;automation" +var_tags="solar;ev;automation" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/fenrus.sh b/ct/fenrus.sh index c5e5f03a..45b91696 100644 --- a/ct/fenrus.sh +++ b/ct/fenrus.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Fenrus" -TAGS="dashboard" +var_tags="dashboard" var_cpu="1" var_ram="512" var_disk="4" diff --git a/ct/fhem.sh b/ct/fhem.sh index 520f4b92..976bef55 100644 --- a/ct/fhem.sh +++ b/ct/fhem.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="FHEM" -TAGS="automation" +var_tags="automation" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/flaresolverr.sh b/ct/flaresolverr.sh index 43f48d04..4db31142 100644 --- a/ct/flaresolverr.sh +++ b/ct/flaresolverr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="FlareSolverr" -TAGS="proxy" +var_tags="proxy" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/flowiseai.sh b/ct/flowiseai.sh index 979f5e50..c83da821 100644 --- a/ct/flowiseai.sh +++ b/ct/flowiseai.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="FlowiseAI" -TAGS="low-code" +var_tags="low-code" var_disk="10" var_cpu="4" var_ram="4096" diff --git a/ct/forgejo.sh b/ct/forgejo.sh index 0d43ff19..1b5b43e1 100644 --- a/ct/forgejo.sh +++ b/ct/forgejo.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Forgejo" -TAGS="git" +var_tags="git" var_cpu="2" var_ram="2048" var_disk="10" diff --git a/ct/frigate.sh b/ct/frigate.sh index a68b4e9a..e4001470 100644 --- a/ct/frigate.sh +++ b/ct/frigate.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Frigate" -TAGS="nvr" +var_tags="nvr" var_cpu="4" var_ram="4096" var_disk="20" diff --git a/ct/gitea.sh b/ct/gitea.sh index 2afcf220..18561c61 100644 --- a/ct/gitea.sh +++ b/ct/gitea.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Gitea" -TAGS="git" +var_tags="git" var_cpu="1" var_ram="1024" var_disk="8" diff --git a/ct/glance.sh b/ct/glance.sh index 22e59ef1..7cf8dc36 100644 --- a/ct/glance.sh +++ b/ct/glance.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Glance" -TAGS="dashboard" +var_tags="dashboard" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/go2rtc.sh b/ct/go2rtc.sh index a4508796..b6278d9d 100644 --- a/ct/go2rtc.sh +++ b/ct/go2rtc.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="go2rtc" -TAGS="recorder;video" +var_tags="recorder;video" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/gokapi.sh b/ct/gokapi.sh index f0df0568..7f81581b 100644 --- a/ct/gokapi.sh +++ b/ct/gokapi.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Gokapi" -TAGS="file;sharing" +var_tags="file;sharing" var_cpu="1" var_ram="512" var_disk="4" diff --git a/ct/gotify.sh b/ct/gotify.sh index 059f8949..bf1875f6 100644 --- a/ct/gotify.sh +++ b/ct/gotify.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Gotify" -TAGS="notification" +var_tags="notification" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/grafana.sh b/ct/grafana.sh index 1f052654..b8edc774 100644 --- a/ct/grafana.sh +++ b/ct/grafana.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Grafana" -TAGS="monitoring;visualization" +var_tags="monitoring;visualization" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/grocy.sh b/ct/grocy.sh index 257b0e76..b9538672 100644 --- a/ct/grocy.sh +++ b/ct/grocy.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="grocy" -TAGS="grocery;household" +var_tags="grocery;household" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/headscale.sh b/ct/headscale.sh index 53e37c38..cfa1ec13 100644 --- a/ct/headscale.sh +++ b/ct/headscale.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Headscale" -TAGS="tailscale" +var_tags="tailscale" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/heimdall-dashboard.sh b/ct/heimdall-dashboard.sh index 6bf53341..8e5f6fdc 100644 --- a/ct/heimdall-dashboard.sh +++ b/ct/heimdall-dashboard.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Heimdall-Dashboard" -TAGS="dashboard" +var_tags="dashboard" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/hivemq.sh b/ct/hivemq.sh index d423db62..6f055f1d 100644 --- a/ct/hivemq.sh +++ b/ct/hivemq.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="HiveMQ" -TAGS="mqtt" +var_tags="mqtt" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/hoarder.sh b/ct/hoarder.sh index 22238e0e..6c66c24c 100644 --- a/ct/hoarder.sh +++ b/ct/hoarder.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Hoarder" -TAGS="bookmark" +var_tags="bookmark" var_cpu="2" var_ram="4096" var_disk="8" diff --git a/ct/homarr.sh b/ct/homarr.sh index 18d0a132..a3c24270 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Homarr" -TAGS="arr;dashboard" +var_tags="arr;dashboard" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh index 5b905bad..f5d5d045 100644 --- a/ct/homeassistant-core.sh +++ b/ct/homeassistant-core.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Home Assistant-Core" -TAGS="automation;smarthome" +var_tags="automation;smarthome" var_cpu="2" var_ram="1024" var_disk="8" diff --git a/ct/homeassistant.sh b/ct/homeassistant.sh index 2ac678b8..9df12ee6 100644 --- a/ct/homeassistant.sh +++ b/ct/homeassistant.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Home Assistant" -TAGS="automation;smarthome" +var_tags="automation;smarthome" var_cpu="2" var_ram="2048" var_disk="16" diff --git a/ct/homebox.sh b/ct/homebox.sh index 121952f4..a697366d 100644 --- a/ct/homebox.sh +++ b/ct/homebox.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="HomeBox" -TAGS="inventory;household" +var_tags="inventory;household" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/homebridge.sh b/ct/homebridge.sh index a17c9f3c..007bfc41 100644 --- a/ct/homebridge.sh +++ b/ct/homebridge.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Homebridge" -TAGS="smarthome;homekit" +var_tags="smarthome;homekit" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/homepage.sh b/ct/homepage.sh index ce410661..a4c62f8b 100644 --- a/ct/homepage.sh +++ b/ct/homepage.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Homepage" -TAGS="dashboard" +var_tags="dashboard" var_cpu="2" var_ram="1024" var_disk="3" diff --git a/ct/homer.sh b/ct/homer.sh index 1d222e18..7b410241 100644 --- a/ct/homer.sh +++ b/ct/homer.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Homer" -TAGS="dashboard" +var_tags="dashboard" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/hyperhdr.sh b/ct/hyperhdr.sh index bdb79134..64a4ca86 100644 --- a/ct/hyperhdr.sh +++ b/ct/hyperhdr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="HyperHDR" -TAGS="ambient lightning" +var_tags="ambient lightning" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/hyperion.sh b/ct/hyperion.sh index 8034cf1e..552ee498 100644 --- a/ct/hyperion.sh +++ b/ct/hyperion.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Hyperion" -TAGS="ambient lightning" +var_tags="ambient lightning" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/influxdb.sh b/ct/influxdb.sh index 11f5002f..8d0e3cfd 100644 --- a/ct/influxdb.sh +++ b/ct/influxdb.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="InfluxDB" -TAGS="database" +var_tags="database" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/inspircd.sh b/ct/inspircd.sh index 4f9c3d31..15bd26cd 100644 --- a/ct/inspircd.sh +++ b/ct/inspircd.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="InspIRCd" -TAGS="IRC" +var_tags="IRC" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/iobroker.sh b/ct/iobroker.sh index 9b602e9d..5e9f47b3 100644 --- a/ct/iobroker.sh +++ b/ct/iobroker.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="ioBroker" -TAGS="automtation" +var_tags="automtation" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/iventoy.sh b/ct/iventoy.sh index 69ce6797..88da2112 100644 --- a/ct/iventoy.sh +++ b/ct/iventoy.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="iVentoy" -TAGS="pxe-tool" +var_tags="pxe-tool" var_disk="2" var_cpu="1" var_ram="512" diff --git a/ct/jackett.sh b/ct/jackett.sh index d35a7042..d55e5361 100644 --- a/ct/jackett.sh +++ b/ct/jackett.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Jackett" -TAGS="torrent" +var_tags="torrent" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/jellyfin.sh b/ct/jellyfin.sh index e39fe8f0..84d8e205 100644 --- a/ct/jellyfin.sh +++ b/ct/jellyfin.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Jellyfin" -TAGS="media" +var_tags="media" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index 94d2fdde..018384f8 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Jellyseerr" -TAGS="media" +var_tags="media" var_cpu="4" var_ram="4096" var_disk="8" diff --git a/ct/kavita.sh b/ct/kavita.sh index 33c65071..cb44ee22 100644 --- a/ct/kavita.sh +++ b/ct/kavita.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Kavita" -TAGS="reader" +var_tags="reader" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/keycloak.sh b/ct/keycloak.sh index 9d4b742b..5bc16dcb 100644 --- a/ct/keycloak.sh +++ b/ct/keycloak.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Keycloak" -TAGS="access management" +var_tags="access management" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/kimai.sh b/ct/kimai.sh index 517be752..c5a97480 100644 --- a/ct/kimai.sh +++ b/ct/kimai.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Kimai" -TAGS="time tracking" +var_tags="time tracking" var_cpu="2" var_ram="2048" var_disk="7" diff --git a/ct/komga.sh b/ct/komga.sh index 2f2691c1..05ece8a6 100644 --- a/ct/komga.sh +++ b/ct/komga.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Komga" -TAGS="media;eBook;comic" +var_tags="media;eBook;comic" var_cpu="1" var_ram="2048" var_disk="4" diff --git a/ct/kubo.sh b/ct/kubo.sh index a02dd981..414a6e92 100644 --- a/ct/kubo.sh +++ b/ct/kubo.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Kubo" -TAGS="sharing" +var_tags="sharing" var_cpu="2" var_ram="4096" var_disk="4" diff --git a/ct/lazylibrarian.sh b/ct/lazylibrarian.sh index 21c4a88b..954bbb59 100644 --- a/ct/lazylibrarian.sh +++ b/ct/lazylibrarian.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="LazyLibrarian" -TAGS="eBook" +var_tags="eBook" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/lidarr.sh b/ct/lidarr.sh index 4f2dbbf2..4ce86756 100644 --- a/ct/lidarr.sh +++ b/ct/lidarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Lidarr" -TAGS="arr;torrent;usenet" +var_tags="arr;torrent;usenet" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/linkwarden.sh b/ct/linkwarden.sh index 169e157c..196bc52d 100644 --- a/ct/linkwarden.sh +++ b/ct/linkwarden.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Linkwarden" -TAGS="bookmark" +var_tags="bookmark" var_cpu="2" var_ram="2048" var_disk="12" diff --git a/ct/listmonk.sh b/ct/listmonk.sh index 0ccc3980..a2ed4716 100644 --- a/ct/listmonk.sh +++ b/ct/listmonk.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="listmonk" -TAGS="newsletter" +var_tags="newsletter" var_cpu="1" var_ram="512" var_disk="4" diff --git a/ct/lldap.sh b/ct/lldap.sh index bf7de386..83fef116 100644 --- a/ct/lldap.sh +++ b/ct/lldap.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="lldap" -TAGS="ldap" +var_tags="ldap" var_cpu="1" var_ram="512" var_disk="4" diff --git a/ct/lubelogger.sh b/ct/lubelogger.sh index 33a22913..9bdfbe70 100644 --- a/ct/lubelogger.sh +++ b/ct/lubelogger.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="LubeLogger" -TAGS="verhicle;car" +var_tags="verhicle;car" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/mafl.sh b/ct/mafl.sh index bfe79d3b..5f0bb003 100644 --- a/ct/mafl.sh +++ b/ct/mafl.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Mafl" -TAGS="dashboard" +var_tags="dashboard" var_cpu="2" var_ram="2048" var_disk="6" diff --git a/ct/magicmirror.sh b/ct/magicmirror.sh index a31dd39a..dd068fea 100644 --- a/ct/magicmirror.sh +++ b/ct/magicmirror.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="MagicMirror" -TAGS="smarthome" +var_tags="smarthome" var_cpu="1" var_ram="512" var_disk="3" diff --git a/ct/mariadb.sh b/ct/mariadb.sh index 956e105b..52171c01 100644 --- a/ct/mariadb.sh +++ b/ct/mariadb.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="MariaDB" -TAGS="database" +var_tags="database" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/matterbridge.sh b/ct/matterbridge.sh index 3b68c7e1..103898a9 100644 --- a/ct/matterbridge.sh +++ b/ct/matterbridge.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Matterbridge" -TAGS="matter;smarthome" +var_tags="matter;smarthome" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/mediamtx.sh b/ct/mediamtx.sh index b062ef4d..a823ef2a 100644 --- a/ct/mediamtx.sh +++ b/ct/mediamtx.sh @@ -8,7 +8,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="MediaMTX" -TAGS="media" +var_tags="media" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/medusa.sh b/ct/medusa.sh index a77958a2..39788122 100644 --- a/ct/medusa.sh +++ b/ct/medusa.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Medusa" -TAGS="media" +var_tags="media" var_cpu="2" var_ram="1024" var_disk="6" diff --git a/ct/memos.sh b/ct/memos.sh index 2df208be..50dba058 100644 --- a/ct/memos.sh +++ b/ct/memos.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Memos" -TAGS="notes" +var_tags="notes" var_cpu="2" var_ram="2048" var_disk="7" diff --git a/ct/meshcentral.sh b/ct/meshcentral.sh index 07a3953a..fb1a9717 100644 --- a/ct/meshcentral.sh +++ b/ct/meshcentral.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="MeshCentral" -TAGS="remote management" +var_tags="remote management" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/metube.sh b/ct/metube.sh index 9a2ea577..61642a8d 100644 --- a/ct/metube.sh +++ b/ct/metube.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="MeTube" -TAGS="media;youtube" +var_tags="media;youtube" var_cpu="1" var_ram="1024" var_disk="10" diff --git a/ct/mongodb.sh b/ct/mongodb.sh index b2f4b12c..bd86a235 100644 --- a/ct/mongodb.sh +++ b/ct/mongodb.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="MongoDB" -TAGS="database" +var_tags="database" var_cpu="1" var_ram="512" var_disk="4" diff --git a/ct/motioneye.sh b/ct/motioneye.sh index 3105a4d7..5eab31d3 100644 --- a/ct/motioneye.sh +++ b/ct/motioneye.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Motioneye" -TAGS="nvr" +var_tags="nvr" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/mqtt.sh b/ct/mqtt.sh index dcec33f5..335d2574 100644 --- a/ct/mqtt.sh +++ b/ct/mqtt.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="MQTT" -TAGS="mqtt" +var_tags="mqtt" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/mylar3.sh b/ct/mylar3.sh index 44556f41..88816bf4 100644 --- a/ct/mylar3.sh +++ b/ct/mylar3.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Mylar3" -TAGS="torrent;downloader;comic" +var_tags="torrent;downloader;comic" var_cpu="1" var_ram="512" var_disk="4" diff --git a/ct/myspeed.sh b/ct/myspeed.sh index 567f8388..69de5d14 100644 --- a/ct/myspeed.sh +++ b/ct/myspeed.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="MySpeed" -TAGS="tracking" +var_tags="tracking" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/mysql.sh b/ct/mysql.sh index 9218a60d..e61b0a0b 100644 --- a/ct/mysql.sh +++ b/ct/mysql.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="MySQL" -TAGS="database" +var_tags="database" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/n8n.sh b/ct/n8n.sh index aaff50f8..e12caecd 100644 --- a/ct/n8n.sh +++ b/ct/n8n.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="n8n" -TAGS="automation" +var_tags="automation" var_cpu="2" var_ram="2048" var_disk="6" diff --git a/ct/navidrome.sh b/ct/navidrome.sh index 1d3e40f6..e3c7d465 100644 --- a/ct/navidrome.sh +++ b/ct/navidrome.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Navidrome" -TAGS="music" +var_tags="music" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/neo4j.sh b/ct/neo4j.sh index 5e5894f1..aa37e39a 100644 --- a/ct/neo4j.sh +++ b/ct/neo4j.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Neo4j" -TAGS="database" +var_tags="database" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/netbox.sh b/ct/netbox.sh index fa80d901..bfa96d3f 100644 --- a/ct/netbox.sh +++ b/ct/netbox.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="NetBox" -TAGS="network" +var_tags="network" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/nextcloudpi.sh b/ct/nextcloudpi.sh index dfef9add..6aa98306 100644 --- a/ct/nextcloudpi.sh +++ b/ct/nextcloudpi.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="NextCloudPi" -TAGS="cloud" +var_tags="cloud" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/nextpvr.sh b/ct/nextpvr.sh index 4633d2ef..52ef0d31 100644 --- a/ct/nextpvr.sh +++ b/ct/nextpvr.sh @@ -8,7 +8,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="NextPVR" -TAGS="pvr" +var_tags="pvr" var_cpu="1" var_ram="1024" var_disk="5" diff --git a/ct/nginxproxymanager.sh b/ct/nginxproxymanager.sh index 5ab75058..179da174 100644 --- a/ct/nginxproxymanager.sh +++ b/ct/nginxproxymanager.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Nginx Proxy Manager" -TAGS="proxy" +var_tags="proxy" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/nocodb.sh b/ct/nocodb.sh index 7804ee32..f5a5a616 100644 --- a/ct/nocodb.sh +++ b/ct/nocodb.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="NocoDB" -TAGS="noCode" +var_tags="noCode" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/node-red.sh b/ct/node-red.sh index 75607cec..a9a615a9 100644 --- a/ct/node-red.sh +++ b/ct/node-red.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Node-Red" -TAGS="automation" +var_tags="automation" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/notifiarr.sh b/ct/notifiarr.sh index afe6be4f..26a94e61 100644 --- a/ct/notifiarr.sh +++ b/ct/notifiarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Notifiarr" -TAGS="arr" +var_tags="arr" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/ntfy.sh b/ct/ntfy.sh index 71375d23..8be75ec3 100644 --- a/ct/ntfy.sh +++ b/ct/ntfy.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="ntfy" -TAGS="notification" +var_tags="notification" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/nzbget.sh b/ct/nzbget.sh index 7d313785..352799aa 100644 --- a/ct/nzbget.sh +++ b/ct/nzbget.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="NZBGet" -TAGS="usenet;downloader" +var_tags="usenet;downloader" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/octoprint.sh b/ct/octoprint.sh index 9a1c74b9..689cbe9d 100644 --- a/ct/octoprint.sh +++ b/ct/octoprint.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="OctoPrint" -TAGS="3d-printing" +var_tags="3d-printing" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/ollama.sh b/ct/ollama.sh index 1082e046..604552b7 100644 --- a/ct/ollama.sh +++ b/ct/ollama.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Ollama" -TAGS="ai" +var_tags="ai" var_cpu="4" var_ram="4096" var_disk="24" diff --git a/ct/omada.sh b/ct/omada.sh index bf73d01e..26a26df4 100644 --- a/ct/omada.sh +++ b/ct/omada.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Omada" -TAGS="tp-link;controller" +var_tags="tp-link;controller" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/ombi.sh b/ct/ombi.sh index 59d2c5b2..a74a9707 100644 --- a/ct/ombi.sh +++ b/ct/ombi.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Ombi" -TAGS="media" +var_tags="media" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/omv.sh b/ct/omv.sh index 67ed7d2f..ac1a70f8 100644 --- a/ct/omv.sh +++ b/ct/omv.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="OMV" -TAGS="media" +var_tags="media" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/onedev.sh b/ct/onedev.sh index 36e064bf..568251b8 100644 --- a/ct/onedev.sh +++ b/ct/onedev.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="OneDev" -TAGS="git" +var_tags="git" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/openhab.sh b/ct/openhab.sh index aecc3717..9800efed 100644 --- a/ct/openhab.sh +++ b/ct/openhab.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="openHAB" -TAGS="automation" +var_tags="automation" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/openobserve.sh b/ct/openobserve.sh index b87fd8a8..ae73a4ed 100644 --- a/ct/openobserve.sh +++ b/ct/openobserve.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="OpenObserve" -TAGS="monitoring" +var_tags="monitoring" var_cpu="1" var_ram="512" var_disk="3" diff --git a/ct/openwebui.sh b/ct/openwebui.sh index e78ebd7d..7bac3e88 100644 --- a/ct/openwebui.sh +++ b/ct/openwebui.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Open WebUI" -TAGS="ai;interface" +var_tags="ai;interface" var_cpu="4" var_ram="4096" var_disk="16" diff --git a/ct/overseerr.sh b/ct/overseerr.sh index 64a133cc..a7245a9d 100644 --- a/ct/overseerr.sh +++ b/ct/overseerr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Overseerr" -TAGS="media" +var_tags="media" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/owncast.sh b/ct/owncast.sh index ed4c427e..3b84d64f 100644 --- a/ct/owncast.sh +++ b/ct/owncast.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Owncast" -TAGS="broadcasting" +var_tags="broadcasting" var_cpu="2" var_ram="2048" var_disk="2" diff --git a/ct/pairdrop.sh b/ct/pairdrop.sh index 61a5f512..b3f6f57a 100644 --- a/ct/pairdrop.sh +++ b/ct/pairdrop.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="PairDrop" -TAGS="sharing" +var_tags="sharing" var_cpu="1" var_ram="512" var_disk="4" diff --git a/ct/paperless-ngx.sh b/ct/paperless-ngx.sh index efeed56d..3a641f3e 100644 --- a/ct/paperless-ngx.sh +++ b/ct/paperless-ngx.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Paperless-ngx" -TAGS="document;management" +var_tags="document;management" var_cpu="2" var_ram="2048" var_disk="10" diff --git a/ct/pbs.sh b/ct/pbs.sh index d7155865..d392e163 100644 --- a/ct/pbs.sh +++ b/ct/pbs.sh @@ -17,7 +17,7 @@ EOF } header_info APP="PBS" -TAGS="backup" +var_tags="backup" var_cpu="2" var_ram="2048" var_disk="10" diff --git a/ct/peanut.sh b/ct/peanut.sh index 30951588..7dedccd7 100644 --- a/ct/peanut.sh +++ b/ct/peanut.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="PeaNUT" -TAGS="network;ups;" +var_tags="network;ups;" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/petio.sh b/ct/petio.sh index fbd22f93..13a72946 100644 --- a/ct/petio.sh +++ b/ct/petio.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Petio" -TAGS="media" +var_tags="media" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/photoprism.sh b/ct/photoprism.sh index f23aa0ee..4762fd83 100644 --- a/ct/photoprism.sh +++ b/ct/photoprism.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="PhotoPrism" -TAGS="media;photo" +var_tags="media;photo" var_cpu="2" var_ram="3072" var_disk="8" diff --git a/ct/pialert.sh b/ct/pialert.sh index ac9feeab..ef6ebdd0 100644 --- a/ct/pialert.sh +++ b/ct/pialert.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="PiAlert" -TAGS="network" +var_tags="network" var_cpu="1" var_ram="512" var_disk="3" diff --git a/ct/pihole.sh b/ct/pihole.sh index 66489f23..9947f8d8 100644 --- a/ct/pihole.sh +++ b/ct/pihole.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Pihole" -TAGS="adblock" +var_tags="adblock" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/pingvin.sh b/ct/pingvin.sh index 7e21fbfd..53bd0aa2 100644 --- a/ct/pingvin.sh +++ b/ct/pingvin.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Pingvin" -TAGS="sharing" +var_tags="sharing" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/plex.sh b/ct/plex.sh index 8d228e2d..413a7e65 100644 --- a/ct/plex.sh +++ b/ct/plex.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Plex" -TAGS="media" +var_tags="media" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/pocketbase.sh b/ct/pocketbase.sh index 24f2e20d..986e20f6 100644 --- a/ct/pocketbase.sh +++ b/ct/pocketbase.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Pocketbase" -TAGS="database" +var_tags="database" var_cpu="1" var_ram="512" var_disk="8" diff --git a/ct/podman-homeassistant.sh b/ct/podman-homeassistant.sh index fee6ae44..05925edd 100644 --- a/ct/podman-homeassistant.sh +++ b/ct/podman-homeassistant.sh @@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Podman-Home Assistant" -TAGS="podman;smarthome" +var_tags="podman;smarthome" var_cpu="2" var_ram="2048" var_disk="16" diff --git a/ct/podman.sh b/ct/podman.sh index 0fa863b8..cdc63cd6 100644 --- a/ct/podman.sh +++ b/ct/podman.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Podman" -TAGS="container;kubernetes" +var_tags="container;kubernetes" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/postgresql.sh b/ct/postgresql.sh index c698ec8d..72f567a1 100644 --- a/ct/postgresql.sh +++ b/ct/postgresql.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="PostgreSQL" -TAGS="database" +var_tags="database" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/prometheus.sh b/ct/prometheus.sh index 24cb6c30..62c7cd3e 100644 --- a/ct/prometheus.sh +++ b/ct/prometheus.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Prometheus" -TAGS="monitoring" +var_tags="monitoring" var_cpu="1" var_ram="2048" var_disk="4" diff --git a/ct/prowlarr.sh b/ct/prowlarr.sh index 5e40ccbb..a8b32963 100644 --- a/ct/prowlarr.sh +++ b/ct/prowlarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Prowlarr" -TAGS="arr" +var_tags="arr" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/qbittorrent.sh b/ct/qbittorrent.sh index be4ad394..7b6d95d9 100644 --- a/ct/qbittorrent.sh +++ b/ct/qbittorrent.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="qBittorrent" -TAGS="torrent" +var_tags="torrent" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/rabbitmq.sh b/ct/rabbitmq.sh index 9dea1377..70ab8742 100644 --- a/ct/rabbitmq.sh +++ b/ct/rabbitmq.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="RabbitMQ" -TAGS="mqtt" +var_tags="mqtt" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/radarr.sh b/ct/radarr.sh index 52e757d8..f4aa3b4c 100644 --- a/ct/radarr.sh +++ b/ct/radarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Radarr" -TAGS="arr" +var_tags="arr" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/rdtclient.sh b/ct/rdtclient.sh index bec68f47..fa5be485 100755 --- a/ct/rdtclient.sh +++ b/ct/rdtclient.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="RDTClient" -TAGS="torrent" +var_tags="torrent" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/readarr.sh b/ct/readarr.sh index f7f88fc8..96d625dc 100644 --- a/ct/readarr.sh +++ b/ct/readarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Readarr" -TAGS="media;comic;eBook" +var_tags="media;comic;eBook" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/readeck.sh b/ct/readeck.sh index 1148cbe4..69f29ba3 100644 --- a/ct/readeck.sh +++ b/ct/readeck.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Readeck" -TAGS="bookmark" +var_tags="bookmark" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/recyclarr.sh b/ct/recyclarr.sh index af41908b..5063ec2f 100644 --- a/ct/recyclarr.sh +++ b/ct/recyclarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Recyclarr" -TAGS="arr" +var_tags="arr" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/redis.sh b/ct/redis.sh index 3a089ff1..6b64f9b7 100644 --- a/ct/redis.sh +++ b/ct/redis.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Redis" -TAGS="database" +var_tags="database" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/rtsptoweb.sh b/ct/rtsptoweb.sh index ccb954f5..9b85efc4 100644 --- a/ct/rtsptoweb.sh +++ b/ct/rtsptoweb.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="RTSPtoWeb" -TAGS="media" +var_tags="media" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/runtipi.sh b/ct/runtipi.sh index 0942e69b..641c0236 100644 --- a/ct/runtipi.sh +++ b/ct/runtipi.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Runtipi" -TAGS="os" +var_tags="os" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/sabnzbd.sh b/ct/sabnzbd.sh index 0ffaabd7..1ef4edad 100644 --- a/ct/sabnzbd.sh +++ b/ct/sabnzbd.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="SABnzbd" -TAGS="downloader" +var_tags="downloader" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/sftpgo.sh b/ct/sftpgo.sh index 13634901..3e9f7b14 100644 --- a/ct/sftpgo.sh +++ b/ct/sftpgo.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="SFTPGo" -TAGS="ftp;sftp" +var_tags="ftp;sftp" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/shinobi.sh b/ct/shinobi.sh index 58bf134c..de34210a 100644 --- a/ct/shinobi.sh +++ b/ct/shinobi.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Shinobi" -TAGS="nvr" +var_tags="nvr" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/smokeping.sh b/ct/smokeping.sh index 44544ea8..4e7473ab 100644 --- a/ct/smokeping.sh +++ b/ct/smokeping.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="SmokePing" -TAGS="network" +var_tags="network" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/snipeit.sh b/ct/snipeit.sh index 6591f98d..506e14cb 100644 --- a/ct/snipeit.sh +++ b/ct/snipeit.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="SnipeIT" -TAGS="assat-management;foss" +var_tags="assat-management;foss" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/sonarr.sh b/ct/sonarr.sh index e0a117c6..80e3714b 100644 --- a/ct/sonarr.sh +++ b/ct/sonarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Sonarr" -TAGS="arr" +var_tags="arr" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/spoolman.sh b/ct/spoolman.sh index 35c371f5..4ddf5a73 100644 --- a/ct/spoolman.sh +++ b/ct/spoolman.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Spoolman" -TAGS="3d-printing" +var_tags="3d-printing" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/stirling-pdf.sh b/ct/stirling-pdf.sh index c728c12f..67acd496 100644 --- a/ct/stirling-pdf.sh +++ b/ct/stirling-pdf.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Stirling-PDF" -TAGS="pdf-editor" +var_tags="pdf-editor" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/syncthing.sh b/ct/syncthing.sh index 224b1cde..8a685620 100644 --- a/ct/syncthing.sh +++ b/ct/syncthing.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Syncthing" -TAGS="sync" +var_tags="sync" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/tandoor.sh b/ct/tandoor.sh index 41f97742..0a449c22 100644 --- a/ct/tandoor.sh +++ b/ct/tandoor.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Tandoor" -TAGS="recipes" +var_tags="recipes" var_cpu="4" var_ram="4096" var_disk="10" diff --git a/ct/tasmoadmin.sh b/ct/tasmoadmin.sh index e09b3bd7..dae77094 100644 --- a/ct/tasmoadmin.sh +++ b/ct/tasmoadmin.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="TasmoAdmin" -TAGS="tasmota;smarthome" +var_tags="tasmota;smarthome" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/tautulli.sh b/ct/tautulli.sh index 1a1eb7c4..934131c9 100644 --- a/ct/tautulli.sh +++ b/ct/tautulli.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Tautulli" -TAGS="media" +var_tags="media" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/tdarr.sh b/ct/tdarr.sh index 7a5eeeb1..c69f2281 100644 --- a/ct/tdarr.sh +++ b/ct/tdarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Tdarr" -TAGS="arr" +var_tags="arr" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/technitiumdns.sh b/ct/technitiumdns.sh index b786b5f9..73920a2e 100644 --- a/ct/technitiumdns.sh +++ b/ct/technitiumdns.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Technitium DNS" -TAGS="dns" +var_tags="dns" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/the-lounge.sh b/ct/the-lounge.sh index b941f888..ea854774 100644 --- a/ct/the-lounge.sh +++ b/ct/the-lounge.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="The-Lounge" -TAGS="irc" +var_tags="irc" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/threadfin.sh b/ct/threadfin.sh index 65dd715a..bb3bc894 100644 --- a/ct/threadfin.sh +++ b/ct/threadfin.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Threadfin" -TAGS="media" +var_tags="media" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/tianji.sh b/ct/tianji.sh index 6479c17f..f2882924 100644 --- a/ct/tianji.sh +++ b/ct/tianji.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Tianji" -TAGS="monitoring" +var_tags="monitoring" var_cpu="4" var_ram="4096" var_disk="12" diff --git a/ct/traccar.sh b/ct/traccar.sh index f3a2d2d3..c8bf88b2 100644 --- a/ct/traccar.sh +++ b/ct/traccar.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Traccar" -TAGS="gps;tracker" +var_tags="gps;tracker" var_cpu="1" var_ram="1024" var_disk="2" diff --git a/ct/traefik.sh b/ct/traefik.sh index 82e1a025..87794315 100644 --- a/ct/traefik.sh +++ b/ct/traefik.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Traefik" -TAGS="proxy" +var_tags="proxy" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/transmission.sh b/ct/transmission.sh index 12afb2d1..ea05ec43 100644 --- a/ct/transmission.sh +++ b/ct/transmission.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Transmission" -TAGS="torrent" +var_tags="torrent" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/trilium.sh b/ct/trilium.sh index 9fc950c1..f6570274 100644 --- a/ct/trilium.sh +++ b/ct/trilium.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Trilium" -TAGS="notes" +var_tags="notes" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/ubuntu.sh b/ct/ubuntu.sh index 0ab070e0..86ac3861 100644 --- a/ct/ubuntu.sh +++ b/ct/ubuntu.sh @@ -8,7 +8,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values echo -e "Loading..." APP="Ubuntu" -TAGS="os" +var_tags="os" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/umami.sh b/ct/umami.sh index ac1ed698..592c7e8d 100644 --- a/ct/umami.sh +++ b/ct/umami.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Umami" -TAGS="analytics" +var_tags="analytics" var_cpu="2" var_ram="2048" var_disk="12" diff --git a/ct/umbrel.sh b/ct/umbrel.sh index a336995c..4a5b0739 100644 --- a/ct/umbrel.sh +++ b/ct/umbrel.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Umbrel" -TAGS="os" +var_tags="os" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/unbound.sh b/ct/unbound.sh index abc9bba5..a8bd8651 100644 --- a/ct/unbound.sh +++ b/ct/unbound.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Unbound" -TAGS="dns" +var_tags="dns" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/unifi.sh b/ct/unifi.sh index 45af19a2..0805320f 100644 --- a/ct/unifi.sh +++ b/ct/unifi.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Unifi" -TAGS="network;controller;unifi" +var_tags="network;controller;unifi" var_cpu="2" var_ram="2048" var_disk="8" diff --git a/ct/unmanic.sh b/ct/unmanic.sh index 7b7d7a94..02c53c68 100644 --- a/ct/unmanic.sh +++ b/ct/unmanic.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Unmanic" -TAGS="file;media" +var_tags="file;media" var_cpu="2" var_ram="2048" var_disk="4" diff --git a/ct/uptimekuma.sh b/ct/uptimekuma.sh index 900f988d..7c92b4ae 100644 --- a/ct/uptimekuma.sh +++ b/ct/uptimekuma.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Uptime Kuma" -TAGS="analytics;monitoring" +var_tags="analytics;monitoring" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/vaultwarden.sh b/ct/vaultwarden.sh index 9bc744c5..3d0f3084 100644 --- a/ct/vaultwarden.sh +++ b/ct/vaultwarden.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Vaultwarden" -TAGS="password-manager" +var_tags="password-manager" var_cpu="4" var_ram="6144" var_disk="6" diff --git a/ct/vikunja.sh b/ct/vikunja.sh index 508d2d4b..71094944 100644 --- a/ct/vikunja.sh +++ b/ct/vikunja.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Vikunja" -TAGS="todo-app" +var_tags="todo-app" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/wallos.sh b/ct/wallos.sh index 34fec89c..0e06c8e1 100644 --- a/ct/wallos.sh +++ b/ct/wallos.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Wallos" -TAGS="finance" +var_tags="finance" var_cpu="1" var_ram="1024" var_disk="5" diff --git a/ct/wastebin.sh b/ct/wastebin.sh index 2bdf5ab8..f0c37343 100644 --- a/ct/wastebin.sh +++ b/ct/wastebin.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Wastebin" -TAGS="file;code" +var_tags="file;code" var_cpu="1" var_ram="1024" var_disk="4" diff --git a/ct/watchyourlan.sh b/ct/watchyourlan.sh index c38355a0..e79dc367 100644 --- a/ct/watchyourlan.sh +++ b/ct/watchyourlan.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="WatchYourLAN" -TAGS="network" +var_tags="network" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/wavelog.sh b/ct/wavelog.sh index 59a5b8f6..1d1c55a9 100644 --- a/ct/wavelog.sh +++ b/ct/wavelog.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Wavelog" -TAGS="radio-logging" +var_tags="radio-logging" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/whisparr.sh b/ct/whisparr.sh index ce446adb..be18bff9 100644 --- a/ct/whisparr.sh +++ b/ct/whisparr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Whisparr" -TAGS="arr" +var_tags="arr" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/whoogle.sh b/ct/whoogle.sh index 189d7f94..f7e5b887 100644 --- a/ct/whoogle.sh +++ b/ct/whoogle.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Whoogle" -TAGS="network;seaching" +var_tags="network;seaching" var_cpu="1" var_ram="512" var_disk="2" diff --git a/ct/wikijs.sh b/ct/wikijs.sh index f3a86ace..acec35df 100644 --- a/ct/wikijs.sh +++ b/ct/wikijs.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Wikijs" -TAGS="wiki" +var_tags="wiki" var_cpu="1" var_ram="512" var_disk="3" diff --git a/ct/wireguard.sh b/ct/wireguard.sh index 46ca605d..7fce847e 100644 --- a/ct/wireguard.sh +++ b/ct/wireguard.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Wireguard" -TAGS="network;vpn" +var_tags="network;vpn" var_cpu="1" var_ram="512" var_disk="4" diff --git a/ct/yunohost.sh b/ct/yunohost.sh index 84724f90..fbd1e8a1 100644 --- a/ct/yunohost.sh +++ b/ct/yunohost.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="YunoHost" -TAGS="os" +var_tags="os" var_cpu="2" var_ram="2048" var_disk="20" diff --git a/ct/zabbix.sh b/ct/zabbix.sh index 8112640a..79139f90 100644 --- a/ct/zabbix.sh +++ b/ct/zabbix.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Zabbix" -TAGS="monitoring" +var_tags="monitoring" var_cpu="2" var_ram="4096" var_disk="6" diff --git a/ct/zigbee2mqtt.sh b/ct/zigbee2mqtt.sh index 58d8dbe7..c5ba5ef2 100644 --- a/ct/zigbee2mqtt.sh +++ b/ct/zigbee2mqtt.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Zigbee2MQTT" -TAGS="smarthome;zigbee;mqtt" +var_tags="smarthome;zigbee;mqtt" var_cpu="2" var_ram="1024" var_disk="4" diff --git a/ct/zipline.sh b/ct/zipline.sh index c82c5312..b6dfcf94 100644 --- a/ct/zipline.sh +++ b/ct/zipline.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Zipline" -TAGS="file;sharing" +var_tags="file;sharing" var_cpu="2" var_ram="2048" var_disk="5" diff --git a/ct/zoraxy.sh b/ct/zoraxy.sh index b9be8b7b..71e9c12b 100644 --- a/ct/zoraxy.sh +++ b/ct/zoraxy.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Zoraxy" -TAGS="network" +var_tags="network" var_cpu="2" var_ram="2048" var_disk="6" diff --git a/ct/zwave-js-ui.sh b/ct/zwave-js-ui.sh index 91c8b99a..9c25a90a 100644 --- a/ct/zwave-js-ui.sh +++ b/ct/zwave-js-ui.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Zwave-JS-UI" -TAGS="smarthome;zwave" +var_tags="smarthome;zwave" var_cpu="2" var_ram="1024" var_disk="4"