From 7122a465a1122462a71b8a717aa1f2ac3dbb33d6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 12 Jan 2024 12:04:03 -0500 Subject: [PATCH] Add variables --- ct/adguard.sh | 2 ++ ct/agentdvr.sh | 2 ++ ct/alpine-docker.sh | 2 ++ ct/alpine-grafana.sh | 2 ++ ct/alpine-nextcloud.sh | 2 ++ ct/alpine-vaultwarden.sh | 2 ++ ct/alpine-zigbee2mqtt.sh | 2 ++ ct/alpine.sh | 2 ++ ct/apt-cacher-ng.sh | 2 ++ ct/audiobookshelf.sh | 2 ++ ct/autobrr.sh | 2 ++ ct/bazarr.sh | 2 ++ ct/blocky.sh | 2 ++ ct/casaos.sh | 2 ++ ct/changedetection.sh | 2 ++ ct/channels.sh | 2 ++ ct/cloudflared.sh | 2 ++ ct/commafeed.sh | 2 ++ ct/cronicle.sh | 2 ++ ct/daemonsync.sh | 2 ++ ct/dashy.sh | 2 ++ ct/debian.sh | 2 ++ ct/deconz.sh | 2 ++ ct/deluge.sh | 2 ++ ct/docker.sh | 2 ++ ct/dockge.sh | 2 ++ ct/emby.sh | 2 ++ ct/emqx.sh | 2 ++ ct/esphome.sh | 2 ++ ct/fhem.sh | 2 ++ ct/go2rtc.sh | 2 ++ ct/gotify.sh | 2 ++ ct/grafana.sh | 2 ++ ct/grocy.sh | 2 ++ ct/heimdalldashboard.sh | 2 ++ ct/homarr.sh | 2 ++ ct/homeassistant-core.sh | 2 ++ ct/homeassistant.sh | 2 ++ ct/homebridge.sh | 2 ++ ct/homepage.sh | 2 ++ ct/homer.sh | 2 ++ ct/hyperion.sh | 2 ++ ct/influxdb.sh | 2 ++ ct/iobroker.sh | 2 ++ ct/jackett.sh | 2 ++ ct/jellyfin.sh | 2 ++ ct/jellyseerr.sh | 2 ++ ct/k0s.sh | 2 ++ ct/kavita.sh | 2 ++ ct/keycloak.sh | 2 ++ ct/lidarr.sh | 2 ++ ct/linkwarden.sh | 2 ++ ct/magicmirror.sh | 2 ++ ct/mariadb.sh | 2 ++ ct/meshcentral.sh | 2 ++ ct/motioneye.sh | 2 ++ ct/mqtt.sh | 2 ++ ct/n8n.sh | 2 ++ ct/navidrome.sh | 2 ++ ct/nextcloudpi.sh | 2 ++ ct/nginxproxymanager.sh | 2 ++ ct/nocodb.sh | 2 ++ ct/node-red.sh | 2 ++ ct/octoprint.sh | 2 ++ ct/omada.sh | 2 ++ ct/ombi.sh | 2 ++ ct/omv.sh | 2 ++ ct/openhab.sh | 2 ++ ct/openobserve.sh | 2 ++ ct/overseerr.sh | 2 ++ ct/owncast.sh | 2 ++ ct/paperless-ngx.sh | 2 ++ ct/photoprism.sh | 2 ++ ct/pialert.sh | 2 ++ ct/pihole.sh | 2 ++ ct/pingvin.sh | 2 ++ ct/plex.sh | 2 ++ ct/podman-homeassistant.sh | 2 ++ ct/podman.sh | 2 ++ ct/postgresql.sh | 2 ++ ct/prometheus.sh | 2 ++ ct/prowlarr.sh | 2 ++ ct/qbittorrent.sh | 2 ++ ct/radarr.sh | 2 ++ ct/rdtclient.sh | 2 ++ ct/readarr.sh | 2 ++ ct/rockylinux.sh | 2 ++ ct/rtsptoweb.sh | 2 ++ ct/runtipi.sh | 2 ++ ct/sabnzbd.sh | 2 ++ ct/scrypted.sh | 2 ++ ct/sftpgo.sh | 2 ++ ct/shinobi.sh | 2 ++ ct/sonarr.sh | 2 ++ ct/stirling-pdf.sh | 2 ++ ct/syncthing.sh | 2 ++ ct/tasmoadmin.sh | 2 ++ ct/tautulli.sh | 2 ++ ct/tdarr.sh | 2 ++ ct/technitiumdns.sh | 2 ++ ct/transmission.sh | 2 ++ ct/trilium.sh | 2 ++ ct/ubuntu.sh | 2 ++ ct/umbrel.sh | 2 ++ ct/unifi.sh | 2 ++ ct/unmanic.sh | 2 ++ ct/uptimekuma.sh | 2 ++ ct/vaultwarden.sh | 2 ++ ct/whisparr.sh | 2 ++ ct/whoogle.sh | 2 ++ ct/wikijs.sh | 2 ++ ct/wireguard.sh | 2 ++ ct/yunohost.sh | 2 ++ ct/zigbee2mqtt.sh | 2 ++ ct/zoraxy.sh | 2 ++ ct/zwave-js-ui.sh | 2 ++ 116 files changed, 232 insertions(+) diff --git a/ct/adguard.sh b/ct/adguard.sh index 5c15fca1a..da5d39cee 100644 --- a/ct/adguard.sh +++ b/ct/adguard.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/agentdvr.sh b/ct/agentdvr.sh index caab7c04d..2d70e13cb 100644 --- a/ct/agentdvr.sh +++ b/ct/agentdvr.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/alpine-docker.sh b/ct/alpine-docker.sh index c79f03d16..d401fc284 100644 --- a/ct/alpine-docker.sh +++ b/ct/alpine-docker.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/alpine-grafana.sh b/ct/alpine-grafana.sh index e99bef4ef..515606610 100644 --- a/ct/alpine-grafana.sh +++ b/ct/alpine-grafana.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/alpine-nextcloud.sh b/ct/alpine-nextcloud.sh index bee4bf5f5..bc9814e50 100644 --- a/ct/alpine-nextcloud.sh +++ b/ct/alpine-nextcloud.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/alpine-vaultwarden.sh b/ct/alpine-vaultwarden.sh index 359f90c00..c270574fa 100644 --- a/ct/alpine-vaultwarden.sh +++ b/ct/alpine-vaultwarden.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/alpine-zigbee2mqtt.sh b/ct/alpine-zigbee2mqtt.sh index d89414170..32c435a88 100644 --- a/ct/alpine-zigbee2mqtt.sh +++ b/ct/alpine-zigbee2mqtt.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/alpine.sh b/ct/alpine.sh index 8da732a54..6ead34bc8 100644 --- a/ct/alpine.sh +++ b/ct/alpine.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/apt-cacher-ng.sh b/ct/apt-cacher-ng.sh index 6a4439ca3..15d1f140f 100644 --- a/ct/apt-cacher-ng.sh +++ b/ct/apt-cacher-ng.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/audiobookshelf.sh b/ct/audiobookshelf.sh index 78b04add2..a1a3c0b93 100644 --- a/ct/audiobookshelf.sh +++ b/ct/audiobookshelf.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/autobrr.sh b/ct/autobrr.sh index 4fe249e51..d0a731648 100644 --- a/ct/autobrr.sh +++ b/ct/autobrr.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/bazarr.sh b/ct/bazarr.sh index 687445aec..5371beee1 100755 --- a/ct/bazarr.sh +++ b/ct/bazarr.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/blocky.sh b/ct/blocky.sh index 1d6d98585..64311a9cd 100644 --- a/ct/blocky.sh +++ b/ct/blocky.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/casaos.sh b/ct/casaos.sh index 3b90d1074..fcb30fddc 100644 --- a/ct/casaos.sh +++ b/ct/casaos.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/changedetection.sh b/ct/changedetection.sh index d12ead968..84448134f 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/channels.sh b/ct/channels.sh index 7f05f7ece..6368677f0 100644 --- a/ct/channels.sh +++ b/ct/channels.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/cloudflared.sh b/ct/cloudflared.sh index 19429bc3b..832dc1b87 100644 --- a/ct/cloudflared.sh +++ b/ct/cloudflared.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/commafeed.sh b/ct/commafeed.sh index d4eba134f..4449c2856 100644 --- a/ct/commafeed.sh +++ b/ct/commafeed.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/cronicle.sh b/ct/cronicle.sh index fd7ea8401..bbc296d17 100644 --- a/ct/cronicle.sh +++ b/ct/cronicle.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/daemonsync.sh b/ct/daemonsync.sh index ce3c885a1..859d96d47 100644 --- a/ct/daemonsync.sh +++ b/ct/daemonsync.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/dashy.sh b/ct/dashy.sh index 6155bd771..309fe40c4 100644 --- a/ct/dashy.sh +++ b/ct/dashy.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/debian.sh b/ct/debian.sh index edc59f1b6..4db9904f5 100644 --- a/ct/debian.sh +++ b/ct/debian.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/deconz.sh b/ct/deconz.sh index 93bfae2d2..b3a53756f 100644 --- a/ct/deconz.sh +++ b/ct/deconz.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/deluge.sh b/ct/deluge.sh index 75806917a..385f93c7f 100644 --- a/ct/deluge.sh +++ b/ct/deluge.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/docker.sh b/ct/docker.sh index 368d3518a..7997d0266 100644 --- a/ct/docker.sh +++ b/ct/docker.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/dockge.sh b/ct/dockge.sh index 39e7eac24..e24c74e3d 100644 --- a/ct/dockge.sh +++ b/ct/dockge.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/emby.sh b/ct/emby.sh index 954bc140c..563ecf57e 100644 --- a/ct/emby.sh +++ b/ct/emby.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/emqx.sh b/ct/emqx.sh index 20fd755e2..f469e28e0 100644 --- a/ct/emqx.sh +++ b/ct/emqx.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/esphome.sh b/ct/esphome.sh index 6262cd67b..0aee7d7bc 100644 --- a/ct/esphome.sh +++ b/ct/esphome.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/fhem.sh b/ct/fhem.sh index 0b4812b75..c7a12377b 100644 --- a/ct/fhem.sh +++ b/ct/fhem.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/go2rtc.sh b/ct/go2rtc.sh index 7ad54ab74..38e4f55e2 100644 --- a/ct/go2rtc.sh +++ b/ct/go2rtc.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/gotify.sh b/ct/gotify.sh index 99cbfbee8..1b5b19d95 100644 --- a/ct/gotify.sh +++ b/ct/gotify.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/grafana.sh b/ct/grafana.sh index f3747d051..047807f6f 100644 --- a/ct/grafana.sh +++ b/ct/grafana.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/grocy.sh b/ct/grocy.sh index 43a123e01..18bca6082 100644 --- a/ct/grocy.sh +++ b/ct/grocy.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/heimdalldashboard.sh b/ct/heimdalldashboard.sh index c8106cbe0..70ed090bc 100644 --- a/ct/heimdalldashboard.sh +++ b/ct/heimdalldashboard.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/homarr.sh b/ct/homarr.sh index 9f0353c22..f7a516e07 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh index ea3ea3f1f..086c84682 100644 --- a/ct/homeassistant-core.sh +++ b/ct/homeassistant-core.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/homeassistant.sh b/ct/homeassistant.sh index 66dcafe24..e6e28ebf7 100644 --- a/ct/homeassistant.sh +++ b/ct/homeassistant.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/homebridge.sh b/ct/homebridge.sh index 28a12a7b6..d32e5e51c 100644 --- a/ct/homebridge.sh +++ b/ct/homebridge.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/homepage.sh b/ct/homepage.sh index 25bc2c0bd..bbeef90c8 100644 --- a/ct/homepage.sh +++ b/ct/homepage.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/homer.sh b/ct/homer.sh index 596709533..13a1535ac 100644 --- a/ct/homer.sh +++ b/ct/homer.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/hyperion.sh b/ct/hyperion.sh index 309b8754d..402a06155 100644 --- a/ct/hyperion.sh +++ b/ct/hyperion.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/influxdb.sh b/ct/influxdb.sh index dded776f0..e732a60bd 100644 --- a/ct/influxdb.sh +++ b/ct/influxdb.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/iobroker.sh b/ct/iobroker.sh index 84edc7599..eb1cccc64 100644 --- a/ct/iobroker.sh +++ b/ct/iobroker.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/jackett.sh b/ct/jackett.sh index 68d967a2b..898cb4e31 100644 --- a/ct/jackett.sh +++ b/ct/jackett.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/jellyfin.sh b/ct/jellyfin.sh index b56e271e3..3f7c9883c 100644 --- a/ct/jellyfin.sh +++ b/ct/jellyfin.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index 68a93218a..e3af3b809 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/k0s.sh b/ct/k0s.sh index f39b8a773..5c6331bb7 100644 --- a/ct/k0s.sh +++ b/ct/k0s.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/kavita.sh b/ct/kavita.sh index 84afe3fb6..e2238bf1a 100644 --- a/ct/kavita.sh +++ b/ct/kavita.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/keycloak.sh b/ct/keycloak.sh index 0a67f9d31..73810dc8a 100644 --- a/ct/keycloak.sh +++ b/ct/keycloak.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/lidarr.sh b/ct/lidarr.sh index 3b8005067..28b1bd3b9 100644 --- a/ct/lidarr.sh +++ b/ct/lidarr.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/linkwarden.sh b/ct/linkwarden.sh index 95937e29e..a62a2781d 100644 --- a/ct/linkwarden.sh +++ b/ct/linkwarden.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/magicmirror.sh b/ct/magicmirror.sh index 5a5476197..bbd5c3c3a 100644 --- a/ct/magicmirror.sh +++ b/ct/magicmirror.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/mariadb.sh b/ct/mariadb.sh index 6051169c5..70f6ab09a 100644 --- a/ct/mariadb.sh +++ b/ct/mariadb.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/meshcentral.sh b/ct/meshcentral.sh index 16c9a8378..03bc929f6 100644 --- a/ct/meshcentral.sh +++ b/ct/meshcentral.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/motioneye.sh b/ct/motioneye.sh index 306f62816..918a3b6ce 100644 --- a/ct/motioneye.sh +++ b/ct/motioneye.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/mqtt.sh b/ct/mqtt.sh index 86b5c18d4..80d8408d9 100644 --- a/ct/mqtt.sh +++ b/ct/mqtt.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/n8n.sh b/ct/n8n.sh index 39be816e8..04de7c017 100644 --- a/ct/n8n.sh +++ b/ct/n8n.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/navidrome.sh b/ct/navidrome.sh index 28e105446..c009f9c36 100644 --- a/ct/navidrome.sh +++ b/ct/navidrome.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/nextcloudpi.sh b/ct/nextcloudpi.sh index 7e75d1353..bcbef6dc0 100644 --- a/ct/nextcloudpi.sh +++ b/ct/nextcloudpi.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/nginxproxymanager.sh b/ct/nginxproxymanager.sh index 016c391c0..bd6ea26df 100644 --- a/ct/nginxproxymanager.sh +++ b/ct/nginxproxymanager.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/nocodb.sh b/ct/nocodb.sh index 6f2c76eab..538641ce6 100644 --- a/ct/nocodb.sh +++ b/ct/nocodb.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/node-red.sh b/ct/node-red.sh index bdb8615ef..cdd37d15c 100644 --- a/ct/node-red.sh +++ b/ct/node-red.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/octoprint.sh b/ct/octoprint.sh index af27fabed..ab0918346 100644 --- a/ct/octoprint.sh +++ b/ct/octoprint.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/omada.sh b/ct/omada.sh index 4d433261e..33273e1c6 100644 --- a/ct/omada.sh +++ b/ct/omada.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/ombi.sh b/ct/ombi.sh index d367b1657..b3957aaa3 100644 --- a/ct/ombi.sh +++ b/ct/ombi.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/omv.sh b/ct/omv.sh index 8ca264c33..d9510fdd3 100644 --- a/ct/omv.sh +++ b/ct/omv.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/openhab.sh b/ct/openhab.sh index 14e9bbf4c..60e9d7a76 100644 --- a/ct/openhab.sh +++ b/ct/openhab.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/openobserve.sh b/ct/openobserve.sh index 86828d9f5..26e36a9c7 100644 --- a/ct/openobserve.sh +++ b/ct/openobserve.sh @@ -41,6 +41,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/overseerr.sh b/ct/overseerr.sh index 392be917a..4f8b271c6 100644 --- a/ct/overseerr.sh +++ b/ct/overseerr.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/owncast.sh b/ct/owncast.sh index 3bf376bfc..06832850d 100644 --- a/ct/owncast.sh +++ b/ct/owncast.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/paperless-ngx.sh b/ct/paperless-ngx.sh index b7a68ea8d..f4773d704 100644 --- a/ct/paperless-ngx.sh +++ b/ct/paperless-ngx.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/photoprism.sh b/ct/photoprism.sh index 5e8d754bd..5ff79708a 100644 --- a/ct/photoprism.sh +++ b/ct/photoprism.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/pialert.sh b/ct/pialert.sh index 6766107f9..a06f2f6ad 100644 --- a/ct/pialert.sh +++ b/ct/pialert.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/pihole.sh b/ct/pihole.sh index 2d5e8f2f5..ad17f550a 100644 --- a/ct/pihole.sh +++ b/ct/pihole.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/pingvin.sh b/ct/pingvin.sh index c3943725d..8d36f98ad 100644 --- a/ct/pingvin.sh +++ b/ct/pingvin.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/plex.sh b/ct/plex.sh index 12ab74f41..9ab0b8b31 100644 --- a/ct/plex.sh +++ b/ct/plex.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/podman-homeassistant.sh b/ct/podman-homeassistant.sh index d9cb85730..667e581f1 100644 --- a/ct/podman-homeassistant.sh +++ b/ct/podman-homeassistant.sh @@ -43,6 +43,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/podman.sh b/ct/podman.sh index 820b20c30..b8e8e1a48 100644 --- a/ct/podman.sh +++ b/ct/podman.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/postgresql.sh b/ct/postgresql.sh index 47bf54d1e..5ff19c817 100644 --- a/ct/postgresql.sh +++ b/ct/postgresql.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/prometheus.sh b/ct/prometheus.sh index 570eb1bf8..6bf41bd1f 100644 --- a/ct/prometheus.sh +++ b/ct/prometheus.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/prowlarr.sh b/ct/prowlarr.sh index 655a73cf3..2ad20b7cb 100644 --- a/ct/prowlarr.sh +++ b/ct/prowlarr.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/qbittorrent.sh b/ct/qbittorrent.sh index 9f0a07f6b..da21d11fb 100644 --- a/ct/qbittorrent.sh +++ b/ct/qbittorrent.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/radarr.sh b/ct/radarr.sh index 2dc8668b0..d481245f4 100644 --- a/ct/radarr.sh +++ b/ct/radarr.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/rdtclient.sh b/ct/rdtclient.sh index 2df7fedee..78e191126 100755 --- a/ct/rdtclient.sh +++ b/ct/rdtclient.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/readarr.sh b/ct/readarr.sh index 4a0dcd6ab..7b9959909 100644 --- a/ct/readarr.sh +++ b/ct/readarr.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/rockylinux.sh b/ct/rockylinux.sh index 9e476b5c5..c9cb151a9 100644 --- a/ct/rockylinux.sh +++ b/ct/rockylinux.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/rtsptoweb.sh b/ct/rtsptoweb.sh index 18642616f..20d9b7f73 100644 --- a/ct/rtsptoweb.sh +++ b/ct/rtsptoweb.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/runtipi.sh b/ct/runtipi.sh index a779a1df8..56b513e4a 100644 --- a/ct/runtipi.sh +++ b/ct/runtipi.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/sabnzbd.sh b/ct/sabnzbd.sh index 427e53f7f..b761526d1 100644 --- a/ct/sabnzbd.sh +++ b/ct/sabnzbd.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/scrypted.sh b/ct/scrypted.sh index 8ffec8b5d..15488152d 100644 --- a/ct/scrypted.sh +++ b/ct/scrypted.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/sftpgo.sh b/ct/sftpgo.sh index 7b5415be8..d3c2d7b33 100644 --- a/ct/sftpgo.sh +++ b/ct/sftpgo.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/shinobi.sh b/ct/shinobi.sh index c5488d2ad..3f1cdb6e3 100644 --- a/ct/shinobi.sh +++ b/ct/shinobi.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/sonarr.sh b/ct/sonarr.sh index 22af05efe..36a6297ae 100644 --- a/ct/sonarr.sh +++ b/ct/sonarr.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/stirling-pdf.sh b/ct/stirling-pdf.sh index 8e86cbc36..29232f59a 100644 --- a/ct/stirling-pdf.sh +++ b/ct/stirling-pdf.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/syncthing.sh b/ct/syncthing.sh index 9beff817a..ad9fb7282 100644 --- a/ct/syncthing.sh +++ b/ct/syncthing.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/tasmoadmin.sh b/ct/tasmoadmin.sh index 9aa751240..8b7727606 100644 --- a/ct/tasmoadmin.sh +++ b/ct/tasmoadmin.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/tautulli.sh b/ct/tautulli.sh index 3445d79eb..8430f04ab 100644 --- a/ct/tautulli.sh +++ b/ct/tautulli.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/tdarr.sh b/ct/tdarr.sh index 89f68c3e7..51b69f45b 100644 --- a/ct/tdarr.sh +++ b/ct/tdarr.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/technitiumdns.sh b/ct/technitiumdns.sh index e091db9d9..8e6f042c7 100644 --- a/ct/technitiumdns.sh +++ b/ct/technitiumdns.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/transmission.sh b/ct/transmission.sh index 435b49943..226384286 100644 --- a/ct/transmission.sh +++ b/ct/transmission.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/trilium.sh b/ct/trilium.sh index e0d2d75bb..9a0906075 100644 --- a/ct/trilium.sh +++ b/ct/trilium.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/ubuntu.sh b/ct/ubuntu.sh index c61b90bdd..bd89172bd 100644 --- a/ct/ubuntu.sh +++ b/ct/ubuntu.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/umbrel.sh b/ct/umbrel.sh index 40ce605bd..1638def35 100644 --- a/ct/umbrel.sh +++ b/ct/umbrel.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/unifi.sh b/ct/unifi.sh index f70327b2e..352a809da 100644 --- a/ct/unifi.sh +++ b/ct/unifi.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/unmanic.sh b/ct/unmanic.sh index 05eb72981..4750f0eee 100644 --- a/ct/unmanic.sh +++ b/ct/unmanic.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/uptimekuma.sh b/ct/uptimekuma.sh index 4961ee5da..c0a14a465 100644 --- a/ct/uptimekuma.sh +++ b/ct/uptimekuma.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/vaultwarden.sh b/ct/vaultwarden.sh index f204a4840..5b8e51fa0 100644 --- a/ct/vaultwarden.sh +++ b/ct/vaultwarden.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/whisparr.sh b/ct/whisparr.sh index 3679741dd..488f81972 100644 --- a/ct/whisparr.sh +++ b/ct/whisparr.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/whoogle.sh b/ct/whoogle.sh index 8334f6509..11b127df9 100644 --- a/ct/whoogle.sh +++ b/ct/whoogle.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/wikijs.sh b/ct/wikijs.sh index 0dfe3b4a2..03feba327 100644 --- a/ct/wikijs.sh +++ b/ct/wikijs.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/wireguard.sh b/ct/wireguard.sh index 31a554d6d..f78f4cda0 100644 --- a/ct/wireguard.sh +++ b/ct/wireguard.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/yunohost.sh b/ct/yunohost.sh index 387a7dad4..2b0c6bbd8 100644 --- a/ct/yunohost.sh +++ b/ct/yunohost.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/zigbee2mqtt.sh b/ct/zigbee2mqtt.sh index a4ccac5c1..eebc630f1 100644 --- a/ct/zigbee2mqtt.sh +++ b/ct/zigbee2mqtt.sh @@ -40,6 +40,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/zoraxy.sh b/ct/zoraxy.sh index 9633a9683..1f36cbe40 100644 --- a/ct/zoraxy.sh +++ b/ct/zoraxy.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD="" diff --git a/ct/zwave-js-ui.sh b/ct/zwave-js-ui.sh index e0a3039cf..83adbc9de 100644 --- a/ct/zwave-js-ui.sh +++ b/ct/zwave-js-ui.sh @@ -39,6 +39,8 @@ function default_settings() { BRG="vmbr0" NET="dhcp" GATE="" + APT_CACHER="no" + APT_CACHER_IP="none" DISABLEIP6="no" MTU="" SD=""