diff --git a/ct/actualbudget.sh b/ct/actualbudget.sh index 4ef1e054e..f2151752d 100644 --- a/ct/actualbudget.sh +++ b/ct/actualbudget.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 f5a9e8c46..ee9d582f1 100644 --- a/ct/adguard.sh +++ b/ct/adguard.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 9f630092b..9af021260 100644 --- a/ct/adventurelog.sh +++ b/ct/adventurelog.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 e06f0e56a..f10ce4f3e 100644 --- a/ct/agentdvr.sh +++ b/ct/agentdvr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 2bbd67ef2..ef743c68f 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/d # 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 634c15025..971cc535e 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/d # 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 f6bd0faf4..2cc3a0d6d 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/d # 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 fa786d829..fbced7cdb 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/d # 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 a454c00e8..9075e6198 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/d # 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 d954de694..ef9163a2f 100644 --- a/ct/alpine.sh +++ b/ct/alpine.sh @@ -6,7 +6,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 502e48594..992ce9906 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/d # 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 4746a5926..692d7f057 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/d # 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 b65dce28f..b66f6dd4d 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/d # 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 1db99b42d..0d831cb92 100644 --- a/ct/archivebox.sh +++ b/ct/archivebox.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 ee2212963..eb629af05 100644 --- a/ct/aria2.sh +++ b/ct/aria2.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 57f0b20c3..f546290d8 100644 --- a/ct/audiobookshelf.sh +++ b/ct/audiobookshelf.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 a62db2042..77861a114 100644 --- a/ct/autobrr.sh +++ b/ct/autobrr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 a15f2f2d2..15ef4ab81 100755 --- a/ct/bazarr.sh +++ b/ct/bazarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 2b759a61a..2a37f3259 100644 --- a/ct/blocky.sh +++ b/ct/blocky.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 60c2cd694..991587c7a 100644 --- a/ct/bookstack.sh +++ b/ct/bookstack.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 296d644a8..378e8d2d8 100644 --- a/ct/bunkerweb.sh +++ b/ct/bunkerweb.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 36e938322..8a3eb53f8 100644 --- a/ct/caddy.sh +++ b/ct/caddy.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 321f97d17..5734be80e 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/d # 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 7426f0b60..07480f06b 100644 --- a/ct/casaos.sh +++ b/ct/casaos.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 6be0a1b9d..927adf63a 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 856c7f0ca..e456c5fa4 100644 --- a/ct/channels.sh +++ b/ct/channels.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 b39664297..ff179f8e4 100644 --- a/ct/cloudflared.sh +++ b/ct/cloudflared.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 44965c2d9..50eb45be8 100644 --- a/ct/cockpit.sh +++ b/ct/cockpit.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 81bcc4f48..a4e0d86c2 100644 --- a/ct/commafeed.sh +++ b/ct/commafeed.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 a698dee44..00a6050ea 100644 --- a/ct/cronicle.sh +++ b/ct/cronicle.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 7567af94a..636238eec 100644 --- a/ct/daemonsync.sh +++ b/ct/daemonsync.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 be025dbd0..c02806730 100644 --- a/ct/dashy.sh +++ b/ct/dashy.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 fb7cd16e1..0b73d0182 100644 --- a/ct/debian.sh +++ b/ct/debian.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 1a7d80741..d0e385adc 100644 --- a/ct/deconz.sh +++ b/ct/deconz.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 2aaf8ff67..f812a8106 100644 --- a/ct/deluge.sh +++ b/ct/deluge.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 98d00c681..35fa22479 100644 --- a/ct/docker.sh +++ b/ct/docker.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 7423dfade..466d372ae 100644 --- a/ct/dockge.sh +++ b/ct/dockge.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 ea11054ae..766dba5ee 100644 --- a/ct/emby.sh +++ b/ct/emby.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 968a8f90f..b0e4207cb 100644 --- a/ct/emqx.sh +++ b/ct/emqx.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 e1b162402..9803b1652 100644 --- a/ct/ersatztv.sh +++ b/ct/ersatztv.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 0e0840360..04d1e92ae 100644 --- a/ct/esphome.sh +++ b/ct/esphome.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 3a596f5bc..36d5b1dbc 100644 --- a/ct/evcc.sh +++ b/ct/evcc.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 8a80d098a..89677f542 100644 --- a/ct/fenrus.sh +++ b/ct/fenrus.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 9d77007a6..a89be97b8 100644 --- a/ct/fhem.sh +++ b/ct/fhem.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 89278b843..09abb565a 100644 --- a/ct/flaresolverr.sh +++ b/ct/flaresolverr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 d2551653a..fa897ee41 100644 --- a/ct/flowiseai.sh +++ b/ct/flowiseai.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 d7a136c8e..8f11b372d 100644 --- a/ct/forgejo.sh +++ b/ct/forgejo.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 11aeb8705..e1ab5bfaf 100644 --- a/ct/frigate.sh +++ b/ct/frigate.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 afb53b4f9..5abb00af0 100644 --- a/ct/gitea.sh +++ b/ct/gitea.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 e1b34ccd8..467ee1f4b 100644 --- a/ct/glance.sh +++ b/ct/glance.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 03d2ec7d4..10c5b8f6f 100644 --- a/ct/go2rtc.sh +++ b/ct/go2rtc.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 2b0e1a6c4..6140b473d 100644 --- a/ct/gokapi.sh +++ b/ct/gokapi.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 8f8012b2d..c8516e84e 100644 --- a/ct/gotify.sh +++ b/ct/gotify.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 8a24a828c..b7d82e73f 100644 --- a/ct/grafana.sh +++ b/ct/grafana.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 6d4ef6418..b32ea6f56 100644 --- a/ct/grocy.sh +++ b/ct/grocy.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 8517a5d6d..7ce4941f1 100644 --- a/ct/headscale.sh +++ b/ct/headscale.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 c87c063fc..11c3b1cbe 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/d # 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 2dd0cec69..891bf7d4d 100644 --- a/ct/hivemq.sh +++ b/ct/hivemq.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 062418494..ad05dd511 100644 --- a/ct/hoarder.sh +++ b/ct/hoarder.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 15d339694..a0300a277 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 f843a539c..85e3998d0 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/d # 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 c37c8bcaf..bcffd2ca8 100644 --- a/ct/homeassistant.sh +++ b/ct/homeassistant.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 0d3693b94..72b540342 100644 --- a/ct/homebox.sh +++ b/ct/homebox.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 7a487caed..a2cb2a8c0 100644 --- a/ct/homebridge.sh +++ b/ct/homebridge.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 ed047bfd4..8d455df44 100644 --- a/ct/homepage.sh +++ b/ct/homepage.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 7726340c5..93306e68d 100644 --- a/ct/homer.sh +++ b/ct/homer.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 6df074a58..9d6653cee 100644 --- a/ct/hyperhdr.sh +++ b/ct/hyperhdr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 b0875d962..629d69b9c 100644 --- a/ct/hyperion.sh +++ b/ct/hyperion.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 f434f6409..a4cfc7407 100644 --- a/ct/influxdb.sh +++ b/ct/influxdb.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 3b35096cb..b81a64729 100644 --- a/ct/inspircd.sh +++ b/ct/inspircd.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 7ec0c9057..73e0937ba 100644 --- a/ct/iobroker.sh +++ b/ct/iobroker.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 0d6cd54de..113e0f36e 100644 --- a/ct/iventoy.sh +++ b/ct/iventoy.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 933c38706..a6d3fe953 100644 --- a/ct/jackett.sh +++ b/ct/jackett.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 ed64db5ff..23e0bfe63 100644 --- a/ct/jellyfin.sh +++ b/ct/jellyfin.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 b8627086f..68d3ee1f4 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 ed3ad559f..6b6b89d54 100644 --- a/ct/kavita.sh +++ b/ct/kavita.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 c7c0454f0..8a1ecfd9d 100644 --- a/ct/keycloak.sh +++ b/ct/keycloak.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 38260c7c3..35c478a5a 100644 --- a/ct/kimai.sh +++ b/ct/kimai.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 a687441bb..bea7496d7 100644 --- a/ct/komga.sh +++ b/ct/komga.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 e05fe4f80..2034a9fd9 100644 --- a/ct/kubo.sh +++ b/ct/kubo.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 b5202d425..c8e6cf21c 100644 --- a/ct/lazylibrarian.sh +++ b/ct/lazylibrarian.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 648f6c1db..60bbd1db1 100644 --- a/ct/lidarr.sh +++ b/ct/lidarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 22ee13ac1..69661083e 100644 --- a/ct/linkwarden.sh +++ b/ct/linkwarden.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 6bc6ff5b2..0228e7d60 100644 --- a/ct/listmonk.sh +++ b/ct/listmonk.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 2ed1ae066..e404dae3e 100644 --- a/ct/lldap.sh +++ b/ct/lldap.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 01a71f939..ee155942f 100644 --- a/ct/lubelogger.sh +++ b/ct/lubelogger.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 1a7782197..f58b5c2e3 100644 --- a/ct/mafl.sh +++ b/ct/mafl.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 1b08ebe92..bf7054abc 100644 --- a/ct/magicmirror.sh +++ b/ct/magicmirror.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 68bcaf245..69e15f63e 100644 --- a/ct/mariadb.sh +++ b/ct/mariadb.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 ce75a4bea..bcb6acce4 100644 --- a/ct/matterbridge.sh +++ b/ct/matterbridge.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 a6c39dc2a..a51c9ff4f 100644 --- a/ct/mediamtx.sh +++ b/ct/mediamtx.sh @@ -8,7 +8,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 7658a2ba4..265f672eb 100644 --- a/ct/medusa.sh +++ b/ct/medusa.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 88ddce57e..0be653fe9 100644 --- a/ct/memos.sh +++ b/ct/memos.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # App Default Values APP="Memos" -TAGS="notes" +var_tags="notes" var_cpu="2" var_ram="2048" var_disk="7" @@ -47,7 +47,7 @@ function update_script() { mkdir -p /opt/memos/server/dist cp -r web/dist/* /opt/memos/server/dist/ cp -r web/dist/* /opt/memos/server/router/frontend/dist/ - go build -o /opt/memos/memos -tags=embed bin/memos/main.go &>/dev/null + go build -o /opt/memos/memos -var_tags=embed bin/memos/main.go &>/dev/null systemctl start memos msg_ok "Updated $APP" exit diff --git a/ct/meshcentral.sh b/ct/meshcentral.sh index c5d833759..0229fe317 100644 --- a/ct/meshcentral.sh +++ b/ct/meshcentral.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 eaf1e5d39..b8f657c52 100644 --- a/ct/metube.sh +++ b/ct/metube.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 0e2ae4572..f2eddba8e 100644 --- a/ct/mongodb.sh +++ b/ct/mongodb.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 5e64bf019..ef7dac5ee 100644 --- a/ct/motioneye.sh +++ b/ct/motioneye.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 5b5bd2f54..469b527cf 100644 --- a/ct/mqtt.sh +++ b/ct/mqtt.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 adeb9d8ba..ecea58617 100644 --- a/ct/mylar3.sh +++ b/ct/mylar3.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 445711831..2412cd08a 100644 --- a/ct/myspeed.sh +++ b/ct/myspeed.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 b2d7fd067..9eaf0ecde 100644 --- a/ct/mysql.sh +++ b/ct/mysql.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 e87a76d6c..ec4ac4caa 100644 --- a/ct/n8n.sh +++ b/ct/n8n.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 246a49ab3..c87559011 100644 --- a/ct/navidrome.sh +++ b/ct/navidrome.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 bdedeab32..a66aa192c 100644 --- a/ct/neo4j.sh +++ b/ct/neo4j.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 8251ed141..a2d38d734 100644 --- a/ct/netbox.sh +++ b/ct/netbox.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 ddbcfc7ec..35d00b023 100644 --- a/ct/nextcloudpi.sh +++ b/ct/nextcloudpi.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 a376c3a8e..fdce0917a 100644 --- a/ct/nextpvr.sh +++ b/ct/nextpvr.sh @@ -8,7 +8,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 c68c0f6a1..2373ca1b2 100644 --- a/ct/nginxproxymanager.sh +++ b/ct/nginxproxymanager.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 b3c7f96c1..951a3aef8 100644 --- a/ct/nocodb.sh +++ b/ct/nocodb.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 3a9aa592c..c641dc904 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/d # 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 c4b831cea..bc32c4444 100644 --- a/ct/notifiarr.sh +++ b/ct/notifiarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 5ba76ff02..4049583c3 100644 --- a/ct/ntfy.sh +++ b/ct/ntfy.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 70f416099..4f65a6080 100644 --- a/ct/nzbget.sh +++ b/ct/nzbget.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 5a68c9204..d8093f321 100644 --- a/ct/octoprint.sh +++ b/ct/octoprint.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 0d52a901d..0a5e5a341 100644 --- a/ct/ollama.sh +++ b/ct/ollama.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 8e831f50d..5ce6ffdfc 100644 --- a/ct/omada.sh +++ b/ct/omada.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 267dde040..2ba852424 100644 --- a/ct/ombi.sh +++ b/ct/ombi.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 4b8418a35..3bfcb2d69 100644 --- a/ct/omv.sh +++ b/ct/omv.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 441c6fb38..30c7603b2 100644 --- a/ct/onedev.sh +++ b/ct/onedev.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 d3c330503..dba1c17d0 100644 --- a/ct/openhab.sh +++ b/ct/openhab.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 d1391b742..6498e7126 100644 --- a/ct/openobserve.sh +++ b/ct/openobserve.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 4b876d277..f127426dd 100644 --- a/ct/openwebui.sh +++ b/ct/openwebui.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 b6b4062e1..b7360c0bd 100644 --- a/ct/overseerr.sh +++ b/ct/overseerr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 4e04f04e6..2f7f8d9ac 100644 --- a/ct/owncast.sh +++ b/ct/owncast.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 cca878b98..9fe68d9c7 100644 --- a/ct/pairdrop.sh +++ b/ct/pairdrop.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 94279bbe3..ba2447ed0 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/d # 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 eb71ffb13..7663c6007 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 05900ea0b..d7ffd1bd6 100644 --- a/ct/peanut.sh +++ b/ct/peanut.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 98df5c781..297286b00 100644 --- a/ct/petio.sh +++ b/ct/petio.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 0777b81ac..6ca35b584 100644 --- a/ct/photoprism.sh +++ b/ct/photoprism.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 8730fccc9..7fdffe3dc 100644 --- a/ct/pialert.sh +++ b/ct/pialert.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 ebd165bb4..d8ee7aedc 100644 --- a/ct/pihole.sh +++ b/ct/pihole.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 d47f7fe90..312c0ce1d 100644 --- a/ct/pingvin.sh +++ b/ct/pingvin.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 d1f996a57..ead7a9220 100644 --- a/ct/plex.sh +++ b/ct/plex.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 b639c38cc..fed5efe89 100644 --- a/ct/pocketbase.sh +++ b/ct/pocketbase.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 0a153fc59..7b05494ba 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/d # 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 f7b5860a0..49a63b9c5 100644 --- a/ct/podman.sh +++ b/ct/podman.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 0e7974349..5add85f4e 100644 --- a/ct/postgresql.sh +++ b/ct/postgresql.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 792788f21..c7d579948 100644 --- a/ct/prometheus.sh +++ b/ct/prometheus.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 b0719699f..f4e68c357 100644 --- a/ct/prowlarr.sh +++ b/ct/prowlarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 8f1579653..1f3e1ddda 100644 --- a/ct/qbittorrent.sh +++ b/ct/qbittorrent.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 01b293920..c14032c02 100644 --- a/ct/rabbitmq.sh +++ b/ct/rabbitmq.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 32369e0c6..2e4a88e62 100644 --- a/ct/radarr.sh +++ b/ct/radarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 f24cfc752..4a77861a7 100755 --- a/ct/rdtclient.sh +++ b/ct/rdtclient.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 a370131c3..e3cb89809 100644 --- a/ct/readarr.sh +++ b/ct/readarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 5b52008d3..32d11062b 100644 --- a/ct/readeck.sh +++ b/ct/readeck.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 ca477693b..16a21ad06 100644 --- a/ct/recyclarr.sh +++ b/ct/recyclarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 a31af6719..ee675d82e 100644 --- a/ct/redis.sh +++ b/ct/redis.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 1b55a4cd6..237e89853 100644 --- a/ct/rtsptoweb.sh +++ b/ct/rtsptoweb.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 d71bf48dd..13dfc65dc 100644 --- a/ct/runtipi.sh +++ b/ct/runtipi.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 880535c73..7f02996b8 100644 --- a/ct/sabnzbd.sh +++ b/ct/sabnzbd.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 f63b6535b..8a2cc62ba 100644 --- a/ct/sftpgo.sh +++ b/ct/sftpgo.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 73416c1b8..1e7d6964c 100644 --- a/ct/shinobi.sh +++ b/ct/shinobi.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 c551eb01d..0fbef88b6 100644 --- a/ct/smokeping.sh +++ b/ct/smokeping.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 08cb8df5f..c9a4052c9 100644 --- a/ct/snipeit.sh +++ b/ct/snipeit.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 e258cf8fe..051e9ecf8 100644 --- a/ct/sonarr.sh +++ b/ct/sonarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 09461b87f..b28dc2f9d 100644 --- a/ct/spoolman.sh +++ b/ct/spoolman.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 1ec1c4064..45c4e0d16 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/d # 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 33644f1a6..41b1bcf79 100644 --- a/ct/syncthing.sh +++ b/ct/syncthing.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 4f326942c..8b26cdb14 100644 --- a/ct/tandoor.sh +++ b/ct/tandoor.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 12f334eaa..5256bb519 100644 --- a/ct/tasmoadmin.sh +++ b/ct/tasmoadmin.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 585dd2a35..8a79d72c7 100644 --- a/ct/tautulli.sh +++ b/ct/tautulli.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 3b0573141..11e358a29 100644 --- a/ct/tdarr.sh +++ b/ct/tdarr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 6791b4d9e..23efd3185 100644 --- a/ct/technitiumdns.sh +++ b/ct/technitiumdns.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 63a31685b..9e6b7bc8d 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/d # 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 20a0aea23..9661c0f13 100644 --- a/ct/threadfin.sh +++ b/ct/threadfin.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 4e4a10676..833bd1678 100644 --- a/ct/tianji.sh +++ b/ct/tianji.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 332cd2d42..410a03c38 100644 --- a/ct/traccar.sh +++ b/ct/traccar.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 455f8ec4e..af2857d3a 100644 --- a/ct/traefik.sh +++ b/ct/traefik.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 3289e17fe..694706f38 100644 --- a/ct/transmission.sh +++ b/ct/transmission.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 d222ae76e..3244db4aa 100644 --- a/ct/trilium.sh +++ b/ct/trilium.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 c60bf58f1..1d7c46b66 100644 --- a/ct/ubuntu.sh +++ b/ct/ubuntu.sh @@ -6,9 +6,8 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # Source: https://ubuntu.com/ # 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 e3d5495b9..121b15a50 100644 --- a/ct/umami.sh +++ b/ct/umami.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 b5b23a8e4..921bfae06 100644 --- a/ct/umbrel.sh +++ b/ct/umbrel.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 92f0bea59..721f8b9f1 100644 --- a/ct/unbound.sh +++ b/ct/unbound.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 61ce5adc7..2fbef738d 100644 --- a/ct/unifi.sh +++ b/ct/unifi.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 9d2816262..b612bb106 100644 --- a/ct/unmanic.sh +++ b/ct/unmanic.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 bbc0e2eac..ace62b82f 100644 --- a/ct/uptimekuma.sh +++ b/ct/uptimekuma.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 82afbc371..4947034fa 100644 --- a/ct/vaultwarden.sh +++ b/ct/vaultwarden.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 6af243b7b..89a1b9ff8 100644 --- a/ct/vikunja.sh +++ b/ct/vikunja.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 47605d54a..7f1b63681 100644 --- a/ct/wallos.sh +++ b/ct/wallos.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 459044092..b8d6fd564 100644 --- a/ct/wastebin.sh +++ b/ct/wastebin.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 e7ac2fd23..859e11204 100644 --- a/ct/watchyourlan.sh +++ b/ct/watchyourlan.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 a856133ee..44e8425ea 100644 --- a/ct/wavelog.sh +++ b/ct/wavelog.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 92d7b7105..a8778a400 100644 --- a/ct/whisparr.sh +++ b/ct/whisparr.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 0d902afa6..5b294cd12 100644 --- a/ct/whoogle.sh +++ b/ct/whoogle.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 ed5a66d4f..96cc125a1 100644 --- a/ct/wikijs.sh +++ b/ct/wikijs.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 bf351a8d6..fc5437627 100644 --- a/ct/wireguard.sh +++ b/ct/wireguard.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 7398919fb..350e503d4 100644 --- a/ct/yunohost.sh +++ b/ct/yunohost.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 334500da1..c99d9ee18 100644 --- a/ct/zabbix.sh +++ b/ct/zabbix.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 1dae1a41e..9d3b93fd1 100644 --- a/ct/zigbee2mqtt.sh +++ b/ct/zigbee2mqtt.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 20d22a3b7..d786074ab 100644 --- a/ct/zipline.sh +++ b/ct/zipline.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 41034a73e..674bd92f4 100644 --- a/ct/zoraxy.sh +++ b/ct/zoraxy.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d # 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 a321af2ab..247c33fee 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/d # App Default Values APP="Zwave-JS-UI" -TAGS="smarthome;zwave" +var_tags="smarthome;zwave" var_cpu="2" var_ram="1024" var_disk="4"