diff --git a/.github/CONTRIBUTOR_GUIDE/ct/AppName.md b/.github/CONTRIBUTOR_GUIDE/ct/AppName.md index d1540d80e2..89421da2d9 100644 --- a/.github/CONTRIBUTOR_GUIDE/ct/AppName.md +++ b/.github/CONTRIBUTOR_GUIDE/ct/AppName.md @@ -119,18 +119,13 @@ var_unprivileged="1" ## 2.2 **📋 App output & base settings** ```bash -# App Output & Base Settings header_info "$APP" -base_settings ``` - - `header_info`: Generates ASCII header for APP -- `base_settings`: Allows overwriting variable values ## 2.3 **🛠 Core functions** ```bash -# Core variables color catch_errors diff --git a/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh b/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh index 72a70d3a1d..ff8d03c277 100644 --- a/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh +++ b/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh @@ -23,11 +23,7 @@ var_version="[VERSION]" var_unprivileged="[UNPRIVILEGED]" # 1 = unprivileged container, 0 = privileged container -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/2fauth.sh b/ct/2fauth.sh index f808f05ecb..5204ee2366 100644 --- a/ct/2fauth.sh +++ b/ct/2fauth.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/actualbudget.sh b/ct/actualbudget.sh index dd59b8bd9f..349eda5bbd 100644 --- a/ct/actualbudget.sh +++ b/ct/actualbudget.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/adguard.sh b/ct/adguard.sh index d4d94f593e..9be9c8b1cc 100644 --- a/ct/adguard.sh +++ b/ct/adguard.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/adventurelog.sh b/ct/adventurelog.sh index 463762f489..4a71e6c262 100644 --- a/ct/adventurelog.sh +++ b/ct/adventurelog.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/agentdvr.sh b/ct/agentdvr.sh index 2e5cda1b75..1054ba68b2 100644 --- a/ct/agentdvr.sh +++ b/ct/agentdvr.sh @@ -15,11 +15,7 @@ var_os="ubuntu" var_version="22.04" var_unprivileged="0" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/alpine-docker.sh b/ct/alpine-docker.sh index 42799442e5..74b4dae845 100644 --- a/ct/alpine-docker.sh +++ b/ct/alpine-docker.sh @@ -14,11 +14,7 @@ var_os="alpine" var_version="3.21" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/alpine-grafana.sh b/ct/alpine-grafana.sh index 4c7b7d3f83..97c9066235 100644 --- a/ct/alpine-grafana.sh +++ b/ct/alpine-grafana.sh @@ -14,11 +14,7 @@ var_os="alpine" var_version="3.21" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/alpine-it-tools.sh b/ct/alpine-it-tools.sh index 3b83b6ee08..e91b9dfa8b 100644 --- a/ct/alpine-it-tools.sh +++ b/ct/alpine-it-tools.sh @@ -15,11 +15,7 @@ var_os="alpine" var_version="3.21" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/alpine-nextcloud.sh b/ct/alpine-nextcloud.sh index 74e54bb90c..6fc613e6c0 100644 --- a/ct/alpine-nextcloud.sh +++ b/ct/alpine-nextcloud.sh @@ -14,11 +14,7 @@ var_os="alpine" var_version="3.21" var_unprivileged="1" -# App Output & Base Settings -header_info "$APP" -base_settings - -# Core +header_info "$APP" variables color catch_errors diff --git a/ct/alpine-vaultwarden.sh b/ct/alpine-vaultwarden.sh index bd701d4ef8..6a2656c30d 100644 --- a/ct/alpine-vaultwarden.sh +++ b/ct/alpine-vaultwarden.sh @@ -14,11 +14,7 @@ var_os="alpine" var_version="3.21" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/alpine-zigbee2mqtt.sh b/ct/alpine-zigbee2mqtt.sh index 9f251b110d..7d97ae6421 100644 --- a/ct/alpine-zigbee2mqtt.sh +++ b/ct/alpine-zigbee2mqtt.sh @@ -14,11 +14,7 @@ var_os="alpine" var_version="3.21" var_unprivileged="0" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/alpine.sh b/ct/alpine.sh index 2cde457c54..6bec650f1d 100644 --- a/ct/alpine.sh +++ b/ct/alpine.sh @@ -14,11 +14,7 @@ var_os="alpine" var_version="3.21" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/apache-cassandra.sh b/ct/apache-cassandra.sh index 8e12702916..188686c03f 100644 --- a/ct/apache-cassandra.sh +++ b/ct/apache-cassandra.sh @@ -16,11 +16,7 @@ var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/apache-couchdb.sh b/ct/apache-couchdb.sh index 9df39570f8..c922dc530a 100644 --- a/ct/apache-couchdb.sh +++ b/ct/apache-couchdb.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/apache-guacamole.sh b/ct/apache-guacamole.sh index c4a86f007e..dfa6b17044 100644 --- a/ct/apache-guacamole.sh +++ b/ct/apache-guacamole.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/apache-tika.sh b/ct/apache-tika.sh index 6227de95cc..56adfc1686 100755 --- a/ct/apache-tika.sh +++ b/ct/apache-tika.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/apt-cacher-ng.sh b/ct/apt-cacher-ng.sh index d8b85dd638..95559b0ddc 100644 --- a/ct/apt-cacher-ng.sh +++ b/ct/apt-cacher-ng.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/archivebox.sh b/ct/archivebox.sh index 1fd6f09804..7b7638e730 100644 --- a/ct/archivebox.sh +++ b/ct/archivebox.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/aria2.sh b/ct/aria2.sh index 366d7279a5..897a7b92eb 100644 --- a/ct/aria2.sh +++ b/ct/aria2.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/audiobookshelf.sh b/ct/audiobookshelf.sh index ccb1cac6b5..57c32cc330 100644 --- a/ct/audiobookshelf.sh +++ b/ct/audiobookshelf.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/authentik.sh b/ct/authentik.sh index a73ff45320..684cde65e8 100644 --- a/ct/authentik.sh +++ b/ct/authentik.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/autobrr.sh b/ct/autobrr.sh index 383f81df74..6d08279b64 100644 --- a/ct/autobrr.sh +++ b/ct/autobrr.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/baikal.sh b/ct/baikal.sh index 531577fa9a..c09750be8f 100644 --- a/ct/baikal.sh +++ b/ct/baikal.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/barcode-buddy.sh b/ct/barcode-buddy.sh index 1a9abf1d9f..ed3ebf8883 100644 --- a/ct/barcode-buddy.sh +++ b/ct/barcode-buddy.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/bazarr.sh b/ct/bazarr.sh index 698344b2d5..b0ab7547ce 100755 --- a/ct/bazarr.sh +++ b/ct/bazarr.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings -header_info "$APP" -base_settings - -# Core +header_info "$APP" variables color catch_errors diff --git a/ct/beszel.sh b/ct/beszel.sh index b0b87e1d85..48dd371ab0 100644 --- a/ct/beszel.sh +++ b/ct/beszel.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/blocky.sh b/ct/blocky.sh index dd1309acce..338ceb7d0d 100644 --- a/ct/blocky.sh +++ b/ct/blocky.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings -header_info "$APP" -base_settings - -# Core +header_info "$APP" variables color catch_errors diff --git a/ct/bookstack.sh b/ct/bookstack.sh index 6b5f5c873c..9e9c049466 100644 --- a/ct/bookstack.sh +++ b/ct/bookstack.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/bunkerweb.sh b/ct/bunkerweb.sh index d539cc5fe7..f1de768b2e 100644 --- a/ct/bunkerweb.sh +++ b/ct/bunkerweb.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings -header_info "$APP" -base_settings - -# Core +header_info "$APP" variables color catch_errors diff --git a/ct/caddy.sh b/ct/caddy.sh index 96246a79ce..cc261b4156 100644 --- a/ct/caddy.sh +++ b/ct/caddy.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/calibre-web.sh b/ct/calibre-web.sh index 3980f37ac8..b5bcf36266 100644 --- a/ct/calibre-web.sh +++ b/ct/calibre-web.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/casaos.sh b/ct/casaos.sh index 76e226a0be..467b25f499 100644 --- a/ct/casaos.sh +++ b/ct/casaos.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/changedetection.sh b/ct/changedetection.sh index a6075cf245..21e4b2cb92 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/channels.sh b/ct/channels.sh index d7f23d366c..0e34160a48 100644 --- a/ct/channels.sh +++ b/ct/channels.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="0" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/cloudflared.sh b/ct/cloudflared.sh index 16f8d62541..0648e23b7c 100644 --- a/ct/cloudflared.sh +++ b/ct/cloudflared.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/cockpit.sh b/ct/cockpit.sh index 266d36219e..edeea83e74 100644 --- a/ct/cockpit.sh +++ b/ct/cockpit.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/commafeed.sh b/ct/commafeed.sh index 4d5d299479..4a6402d48c 100644 --- a/ct/commafeed.sh +++ b/ct/commafeed.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/cosmos.sh b/ct/cosmos.sh index 92fd6474bf..7d4fe151fe 100644 --- a/ct/cosmos.sh +++ b/ct/cosmos.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/crafty-controller.sh b/ct/crafty-controller.sh index 211ab9f6a8..58b32d24ee 100644 --- a/ct/crafty-controller.sh +++ b/ct/crafty-controller.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/cronicle.sh b/ct/cronicle.sh index 7d27683142..ec68db946e 100644 --- a/ct/cronicle.sh +++ b/ct/cronicle.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/daemonsync.sh b/ct/daemonsync.sh index 1d9b313758..2b66df116c 100644 --- a/ct/daemonsync.sh +++ b/ct/daemonsync.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/dashy.sh b/ct/dashy.sh index 9f9c77aa62..520d4b1bdb 100644 --- a/ct/dashy.sh +++ b/ct/dashy.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/debian.sh b/ct/debian.sh index fd5dae410b..e6273ab6fd 100644 --- a/ct/debian.sh +++ b/ct/debian.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/deconz.sh b/ct/deconz.sh index e8233a5954..96206ca4f5 100644 --- a/ct/deconz.sh +++ b/ct/deconz.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="0" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/deluge.sh b/ct/deluge.sh index 1f80e8db11..cd4d0cd306 100644 --- a/ct/deluge.sh +++ b/ct/deluge.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/docker.sh b/ct/docker.sh index 5af992b236..0f787723d3 100644 --- a/ct/docker.sh +++ b/ct/docker.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/dockge.sh b/ct/dockge.sh index 8f5fd9d2e8..65175facc2 100644 --- a/ct/dockge.sh +++ b/ct/dockge.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/dotnetaspwebapi.sh b/ct/dotnetaspwebapi.sh index faf86d2962..1a9e3928d7 100644 --- a/ct/dotnetaspwebapi.sh +++ b/ct/dotnetaspwebapi.sh @@ -15,11 +15,7 @@ var_os="ubuntu" var_version="24.04" var_unprivileged="0" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/elementsynapse.sh b/ct/elementsynapse.sh index 376cac8fed..35745246a0 100644 --- a/ct/elementsynapse.sh +++ b/ct/elementsynapse.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings -header_info "$APP" -base_settings - -# Core +header_info "$APP" variables color catch_errors diff --git a/ct/emby.sh b/ct/emby.sh index 364fb1663d..cbc9148d6a 100644 --- a/ct/emby.sh +++ b/ct/emby.sh @@ -15,11 +15,7 @@ var_os="ubuntu" var_version="22.04" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/emqx.sh b/ct/emqx.sh index 348f0b7ef9..b7496c7743 100644 --- a/ct/emqx.sh +++ b/ct/emqx.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/ersatztv.sh b/ct/ersatztv.sh index c77cc7a79b..f042cbca0a 100644 --- a/ct/ersatztv.sh +++ b/ct/ersatztv.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/esphome.sh b/ct/esphome.sh index 6b381486cb..80b02db3d2 100644 --- a/ct/esphome.sh +++ b/ct/esphome.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/evcc.sh b/ct/evcc.sh index bf1070edb4..6badc3026b 100644 --- a/ct/evcc.sh +++ b/ct/evcc.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/fenrus.sh b/ct/fenrus.sh index f3ae355075..6f8ff787f4 100644 --- a/ct/fenrus.sh +++ b/ct/fenrus.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/fhem.sh b/ct/fhem.sh index 922cad73b8..ccb79bb24b 100644 --- a/ct/fhem.sh +++ b/ct/fhem.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/firefly.sh b/ct/firefly.sh index 542f84ec39..4f1642491b 100644 --- a/ct/firefly.sh +++ b/ct/firefly.sh @@ -16,11 +16,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/flaresolverr.sh b/ct/flaresolverr.sh index d212c00f70..85a5d2b7fa 100644 --- a/ct/flaresolverr.sh +++ b/ct/flaresolverr.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/flowiseai.sh b/ct/flowiseai.sh index ab26b11393..5240e7b0fe 100644 --- a/ct/flowiseai.sh +++ b/ct/flowiseai.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/forgejo.sh b/ct/forgejo.sh index 3e9223ba09..7503c28a77 100644 --- a/ct/forgejo.sh +++ b/ct/forgejo.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/freshrss.sh b/ct/freshrss.sh index 020c45b639..6d2672f991 100644 --- a/ct/freshrss.sh +++ b/ct/freshrss.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/frigate.sh b/ct/frigate.sh index 40e14e1db5..d2168f0688 100644 --- a/ct/frigate.sh +++ b/ct/frigate.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="11" var_unprivileged="0" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/ghost.sh b/ct/ghost.sh index 29f748c09a..8187c15fe5 100644 --- a/ct/ghost.sh +++ b/ct/ghost.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/gitea.sh b/ct/gitea.sh index ed7fbca449..6f3d0bc32e 100644 --- a/ct/gitea.sh +++ b/ct/gitea.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/glance.sh b/ct/glance.sh index 7ef2b4587e..fb665ca0ce 100644 --- a/ct/glance.sh +++ b/ct/glance.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/glpi.sh b/ct/glpi.sh index a485061b38..9680dc6a2d 100644 --- a/ct/glpi.sh +++ b/ct/glpi.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/go2rtc.sh b/ct/go2rtc.sh index e577388f54..2f597004f8 100644 --- a/ct/go2rtc.sh +++ b/ct/go2rtc.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/gokapi.sh b/ct/gokapi.sh index 1a86e0ce0b..3259a17387 100644 --- a/ct/gokapi.sh +++ b/ct/gokapi.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/gotify.sh b/ct/gotify.sh index a31273f41a..747cd8eadb 100644 --- a/ct/gotify.sh +++ b/ct/gotify.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/grafana.sh b/ct/grafana.sh index 7547f14fa2..b1fe394e47 100644 --- a/ct/grafana.sh +++ b/ct/grafana.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/grist.sh b/ct/grist.sh index ad1c53a94e..35696f19bd 100644 --- a/ct/grist.sh +++ b/ct/grist.sh @@ -12,11 +12,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/grocy.sh b/ct/grocy.sh index f6bfc8ecb5..ad4fe7efa6 100644 --- a/ct/grocy.sh +++ b/ct/grocy.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/headscale.sh b/ct/headscale.sh index e63aa6a7e4..f10e71d197 100644 --- a/ct/headscale.sh +++ b/ct/headscale.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/heimdall-dashboard.sh b/ct/heimdall-dashboard.sh index 4613040d57..d4d16ac457 100644 --- a/ct/heimdall-dashboard.sh +++ b/ct/heimdall-dashboard.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/hivemq.sh b/ct/hivemq.sh index fe9aa2ba5e..e396a3cab8 100644 --- a/ct/hivemq.sh +++ b/ct/hivemq.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/hoarder.sh b/ct/hoarder.sh index d5cf4f086a..91be4f32b2 100644 --- a/ct/hoarder.sh +++ b/ct/hoarder.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/homarr.sh b/ct/homarr.sh index 986763562d..f51ea3bf7a 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh index 4e601361e3..5230b67b0c 100644 --- a/ct/homeassistant-core.sh +++ b/ct/homeassistant-core.sh @@ -15,11 +15,7 @@ var_os="ubuntu" var_version="24.10" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/homeassistant.sh b/ct/homeassistant.sh index 1b495905da..073c00a73c 100644 --- a/ct/homeassistant.sh +++ b/ct/homeassistant.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/homebox.sh b/ct/homebox.sh index d719007f57..c8260c6489 100644 --- a/ct/homebox.sh +++ b/ct/homebox.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/homebridge.sh b/ct/homebridge.sh index 3253b79e49..85e60fdc03 100644 --- a/ct/homebridge.sh +++ b/ct/homebridge.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/homepage.sh b/ct/homepage.sh index e2c74b367c..e4cc719aaa 100644 --- a/ct/homepage.sh +++ b/ct/homepage.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/homer.sh b/ct/homer.sh index 1445fceea6..5aecfeccc0 100644 --- a/ct/homer.sh +++ b/ct/homer.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/hyperhdr.sh b/ct/hyperhdr.sh index bbdc82d391..ed558539be 100644 --- a/ct/hyperhdr.sh +++ b/ct/hyperhdr.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="0" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/hyperion.sh b/ct/hyperion.sh index 28b310b5f6..e41a59bc6b 100644 --- a/ct/hyperion.sh +++ b/ct/hyperion.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/influxdb.sh b/ct/influxdb.sh index 0824effefd..a808c660e6 100644 --- a/ct/influxdb.sh +++ b/ct/influxdb.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/inspircd.sh b/ct/inspircd.sh index 749911e5b5..f0d8d47b45 100644 --- a/ct/inspircd.sh +++ b/ct/inspircd.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/iobroker.sh b/ct/iobroker.sh index 310f0a29cd..432b2e2b40 100644 --- a/ct/iobroker.sh +++ b/ct/iobroker.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/iventoy.sh b/ct/iventoy.sh index 12a434fff9..e7bebe75e4 100644 --- a/ct/iventoy.sh +++ b/ct/iventoy.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="0" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/jackett.sh b/ct/jackett.sh index 0c1c91717c..0d42fcba59 100644 --- a/ct/jackett.sh +++ b/ct/jackett.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/jellyfin.sh b/ct/jellyfin.sh index 0e44bcf5f8..097a79370b 100644 --- a/ct/jellyfin.sh +++ b/ct/jellyfin.sh @@ -15,11 +15,7 @@ var_os="ubuntu" var_version="22.04" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index 66eb632bf6..c3447dcb6c 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings -header_info "$APP" -base_settings - -# Core +header_info "$APP" variables color catch_errors diff --git a/ct/jenkins.sh b/ct/jenkins.sh index 49e4fcda0e..48a8b54f35 100644 --- a/ct/jenkins.sh +++ b/ct/jenkins.sh @@ -16,11 +16,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/kavita.sh b/ct/kavita.sh index 4303d04aa9..dfdf9a943e 100644 --- a/ct/kavita.sh +++ b/ct/kavita.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/keycloak.sh b/ct/keycloak.sh index 668a866b49..243b06307e 100644 --- a/ct/keycloak.sh +++ b/ct/keycloak.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/kimai.sh b/ct/kimai.sh index 1ca15fac61..7f5f58ccce 100644 --- a/ct/kimai.sh +++ b/ct/kimai.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/koillection.sh b/ct/koillection.sh index a78e2b2cd4..b041d2cdba 100644 --- a/ct/koillection.sh +++ b/ct/koillection.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/komga.sh b/ct/komga.sh index f8e47c29b8..b0bac4fd12 100644 --- a/ct/komga.sh +++ b/ct/komga.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/komodo.sh b/ct/komodo.sh index 03e6729bc6..db6dfdaf96 100644 --- a/ct/komodo.sh +++ b/ct/komodo.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/kubo.sh b/ct/kubo.sh index 7a73b26821..3157f21bf0 100644 --- a/ct/kubo.sh +++ b/ct/kubo.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/lazylibrarian.sh b/ct/lazylibrarian.sh index 37f7e71f8b..56eb0c0b5c 100644 --- a/ct/lazylibrarian.sh +++ b/ct/lazylibrarian.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/lidarr.sh b/ct/lidarr.sh index 809e5a1916..d3ec14de91 100644 --- a/ct/lidarr.sh +++ b/ct/lidarr.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/linkwarden.sh b/ct/linkwarden.sh index 311f28e443..0c2de1f6b7 100644 --- a/ct/linkwarden.sh +++ b/ct/linkwarden.sh @@ -14,11 +14,7 @@ var_disk="12" var_os="ubuntu" var_version="22.04" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/listmonk.sh b/ct/listmonk.sh index 55e5c4f5d1..33cb3a19bd 100644 --- a/ct/listmonk.sh +++ b/ct/listmonk.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/lldap.sh b/ct/lldap.sh index 60c97157d7..31c6ad430c 100644 --- a/ct/lldap.sh +++ b/ct/lldap.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/lubelogger.sh b/ct/lubelogger.sh index 82bd7238e3..c0d99a1844 100644 --- a/ct/lubelogger.sh +++ b/ct/lubelogger.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/mafl.sh b/ct/mafl.sh index a8e5777d52..59ce855c26 100644 --- a/ct/mafl.sh +++ b/ct/mafl.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/magicmirror.sh b/ct/magicmirror.sh index 7504eb2079..0a7e25ed17 100644 --- a/ct/magicmirror.sh +++ b/ct/magicmirror.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/mariadb.sh b/ct/mariadb.sh index 729d21365d..3eeee19d68 100644 --- a/ct/mariadb.sh +++ b/ct/mariadb.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/matterbridge.sh b/ct/matterbridge.sh index 9647cb7cfc..3ef3643f91 100644 --- a/ct/matterbridge.sh +++ b/ct/matterbridge.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/mattermost.sh b/ct/mattermost.sh index 9b9a32c253..5b5b157666 100644 --- a/ct/mattermost.sh +++ b/ct/mattermost.sh @@ -15,11 +15,7 @@ var_os="ubuntu" var_version="24.04" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/mediamtx.sh b/ct/mediamtx.sh index 67cb8f9aeb..d115bece27 100644 --- a/ct/mediamtx.sh +++ b/ct/mediamtx.sh @@ -16,11 +16,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/medusa.sh b/ct/medusa.sh index 19aae9b55b..a1f01d84b3 100644 --- a/ct/medusa.sh +++ b/ct/medusa.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/memos.sh b/ct/memos.sh index ed1b30ed8a..7dd0fbf5e0 100644 --- a/ct/memos.sh +++ b/ct/memos.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/meshcentral.sh b/ct/meshcentral.sh index 6ae005d412..66dfe07a42 100644 --- a/ct/meshcentral.sh +++ b/ct/meshcentral.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/metube.sh b/ct/metube.sh index 8aa488afc8..b991493b1e 100644 --- a/ct/metube.sh +++ b/ct/metube.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/minio.sh b/ct/minio.sh index e06492e134..6e1f47034e 100644 --- a/ct/minio.sh +++ b/ct/minio.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/mongodb.sh b/ct/mongodb.sh index 27e4bd0a1b..848132100f 100644 --- a/ct/mongodb.sh +++ b/ct/mongodb.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/monica.sh b/ct/monica.sh index cb9785875a..03fa732ad0 100644 --- a/ct/monica.sh +++ b/ct/monica.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/motioneye.sh b/ct/motioneye.sh index 9436f759de..e1fd0ae342 100644 --- a/ct/motioneye.sh +++ b/ct/motioneye.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/mqtt.sh b/ct/mqtt.sh index a577519db1..31af3eced0 100644 --- a/ct/mqtt.sh +++ b/ct/mqtt.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/mylar3.sh b/ct/mylar3.sh index 9c7636eb06..9e98081669 100644 --- a/ct/mylar3.sh +++ b/ct/mylar3.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/myspeed.sh b/ct/myspeed.sh index e52d123af8..e82090d02a 100644 --- a/ct/myspeed.sh +++ b/ct/myspeed.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/mysql.sh b/ct/mysql.sh index 9c5968f4c0..6c911ee856 100644 --- a/ct/mysql.sh +++ b/ct/mysql.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/n8n.sh b/ct/n8n.sh index 27c15c6050..0cfbe3892c 100644 --- a/ct/n8n.sh +++ b/ct/n8n.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/navidrome.sh b/ct/navidrome.sh index be9e335b9f..e4a60c06e2 100644 --- a/ct/navidrome.sh +++ b/ct/navidrome.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/neo4j.sh b/ct/neo4j.sh index 0debb55d1d..a938c8e109 100644 --- a/ct/neo4j.sh +++ b/ct/neo4j.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/netbox.sh b/ct/netbox.sh index 38f54a837d..34fc374e44 100644 --- a/ct/netbox.sh +++ b/ct/netbox.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/nextcloudpi.sh b/ct/nextcloudpi.sh index d22fcaa30d..e4f7c7463d 100644 --- a/ct/nextcloudpi.sh +++ b/ct/nextcloudpi.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/nextpvr.sh b/ct/nextpvr.sh index 97938904a9..37b9fcd305 100644 --- a/ct/nextpvr.sh +++ b/ct/nextpvr.sh @@ -16,11 +16,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/nginxproxymanager.sh b/ct/nginxproxymanager.sh index ed3dcdecbb..db81a5a3b5 100644 --- a/ct/nginxproxymanager.sh +++ b/ct/nginxproxymanager.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings -header_info "$APP" -base_settings - -# Core +header_info "$APP" variables color catch_errors diff --git a/ct/nocodb.sh b/ct/nocodb.sh index a72c91a6a1..392e4ac23d 100644 --- a/ct/nocodb.sh +++ b/ct/nocodb.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/node-red.sh b/ct/node-red.sh index c2bce18600..b4f5bec4f3 100644 --- a/ct/node-red.sh +++ b/ct/node-red.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/notifiarr.sh b/ct/notifiarr.sh index 4bd8f9a0d7..e224af6887 100644 --- a/ct/notifiarr.sh +++ b/ct/notifiarr.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/ntfy.sh b/ct/ntfy.sh index 4ac3bae0d7..a8590162cf 100644 --- a/ct/ntfy.sh +++ b/ct/ntfy.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/nzbget.sh b/ct/nzbget.sh index 5091051326..e26df99718 100644 --- a/ct/nzbget.sh +++ b/ct/nzbget.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/octoprint.sh b/ct/octoprint.sh index be0b71a2a4..c0ee95fdc9 100644 --- a/ct/octoprint.sh +++ b/ct/octoprint.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="0" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/ollama.sh b/ct/ollama.sh index 43cebc9c66..7b26463776 100644 --- a/ct/ollama.sh +++ b/ct/ollama.sh @@ -14,11 +14,7 @@ var_disk="24" var_os="ubuntu" var_version="22.04" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/omada.sh b/ct/omada.sh index b9b46f86a9..0b8c2820ed 100644 --- a/ct/omada.sh +++ b/ct/omada.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/ombi.sh b/ct/ombi.sh index 610c7dfab0..c3eed37b38 100644 --- a/ct/ombi.sh +++ b/ct/ombi.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/omv.sh b/ct/omv.sh index a05706fd29..692ad7f010 100644 --- a/ct/omv.sh +++ b/ct/omv.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/onedev.sh b/ct/onedev.sh index 16e1b19461..c9a8c4bf24 100644 --- a/ct/onedev.sh +++ b/ct/onedev.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/opengist.sh b/ct/opengist.sh index fca88afc27..70ae799c29 100644 --- a/ct/opengist.sh +++ b/ct/opengist.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/openhab.sh b/ct/openhab.sh index 35c407f8c7..a33f56e591 100644 --- a/ct/openhab.sh +++ b/ct/openhab.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/openobserve.sh b/ct/openobserve.sh index 598182b67b..b19c5650e7 100644 --- a/ct/openobserve.sh +++ b/ct/openobserve.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/openwebui.sh b/ct/openwebui.sh index 47eab4abcc..f8461b698f 100644 --- a/ct/openwebui.sh +++ b/ct/openwebui.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/overseerr.sh b/ct/overseerr.sh index dff2604669..b54bd18dc9 100644 --- a/ct/overseerr.sh +++ b/ct/overseerr.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/owncast.sh b/ct/owncast.sh index 6442af66eb..9cf4a72083 100644 --- a/ct/owncast.sh +++ b/ct/owncast.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/pairdrop.sh b/ct/pairdrop.sh index 00548dd36e..4b3c0cdbf5 100644 --- a/ct/pairdrop.sh +++ b/ct/pairdrop.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/paperless-ai.sh b/ct/paperless-ai.sh index 269b76f9f4..351cfdcbe2 100644 --- a/ct/paperless-ai.sh +++ b/ct/paperless-ai.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/paperless-ngx.sh b/ct/paperless-ngx.sh index 63aead01fd..61e977e7d1 100644 --- a/ct/paperless-ngx.sh +++ b/ct/paperless-ngx.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/part-db.sh b/ct/part-db.sh index dcb31c76fe..85cbd53d2c 100644 --- a/ct/part-db.sh +++ b/ct/part-db.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/paymenter.sh b/ct/paymenter.sh index 659b57b535..f8f7c4726c 100644 --- a/ct/paymenter.sh +++ b/ct/paymenter.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/peanut.sh b/ct/peanut.sh index 40c21b3000..e26c014a3c 100644 --- a/ct/peanut.sh +++ b/ct/peanut.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/petio.sh b/ct/petio.sh index c9d9b2d92c..ab2fe23a1d 100644 --- a/ct/petio.sh +++ b/ct/petio.sh @@ -14,11 +14,7 @@ var_disk="4" var_os="ubuntu" var_version="20.04" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/photoprism.sh b/ct/photoprism.sh index f6f79c935f..4088ef9d4a 100644 --- a/ct/photoprism.sh +++ b/ct/photoprism.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/phpipam.sh b/ct/phpipam.sh index cf9905fde6..18d7140dfb 100644 --- a/ct/phpipam.sh +++ b/ct/phpipam.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/pialert.sh b/ct/pialert.sh index 9569f5643b..ccd5768bcb 100644 --- a/ct/pialert.sh +++ b/ct/pialert.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/pihole.sh b/ct/pihole.sh index 4071efe7e7..dcaa91e887 100644 --- a/ct/pihole.sh +++ b/ct/pihole.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/pingvin.sh b/ct/pingvin.sh index 425240dc0e..e143dafff9 100644 --- a/ct/pingvin.sh +++ b/ct/pingvin.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/plex.sh b/ct/plex.sh index 004a93e399..f45c8a472a 100644 --- a/ct/plex.sh +++ b/ct/plex.sh @@ -15,11 +15,7 @@ var_os="ubuntu" var_version="22.04" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/pocketbase.sh b/ct/pocketbase.sh index 8aab765af8..0765798d93 100644 --- a/ct/pocketbase.sh +++ b/ct/pocketbase.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/pocketid.sh b/ct/pocketid.sh index ce639a9f13..5d4424105d 100755 --- a/ct/pocketid.sh +++ b/ct/pocketid.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/podman-homeassistant.sh b/ct/podman-homeassistant.sh index f0e43c2ae3..3c76605a8f 100644 --- a/ct/podman-homeassistant.sh +++ b/ct/podman-homeassistant.sh @@ -14,11 +14,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings -header_info "$APP" -base_settings - -# Core +header_info "$APP" variables color catch_errors diff --git a/ct/podman.sh b/ct/podman.sh index ef36a68242..5284c98313 100644 --- a/ct/podman.sh +++ b/ct/podman.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/postgresql.sh b/ct/postgresql.sh index 287bfab139..93e8af61f9 100644 --- a/ct/postgresql.sh +++ b/ct/postgresql.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/privatebin.sh b/ct/privatebin.sh index 8304e4189b..c3fc3fe1ea 100644 --- a/ct/privatebin.sh +++ b/ct/privatebin.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/projectsend.sh b/ct/projectsend.sh index f2e8456625..ee558a764d 100644 --- a/ct/projectsend.sh +++ b/ct/projectsend.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/prometheus-alertmanager.sh b/ct/prometheus-alertmanager.sh index adcd77a462..b57fe3ec45 100755 --- a/ct/prometheus-alertmanager.sh +++ b/ct/prometheus-alertmanager.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/prometheus-paperless-ngx-exporter.sh b/ct/prometheus-paperless-ngx-exporter.sh index 22ffec8823..38010d006c 100755 --- a/ct/prometheus-paperless-ngx-exporter.sh +++ b/ct/prometheus-paperless-ngx-exporter.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/prometheus-pve-exporter.sh b/ct/prometheus-pve-exporter.sh index 008b5606f3..8b4a1afc0d 100644 --- a/ct/prometheus-pve-exporter.sh +++ b/ct/prometheus-pve-exporter.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/prometheus.sh b/ct/prometheus.sh index 7e1a785827..46ff096f7b 100644 --- a/ct/prometheus.sh +++ b/ct/prometheus.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/prowlarr.sh b/ct/prowlarr.sh index 04c8a4ec54..305d181a02 100644 --- a/ct/prowlarr.sh +++ b/ct/prowlarr.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/proxmox-datacenter-manager.sh b/ct/proxmox-datacenter-manager.sh index 621a540676..c627f97bcf 100644 --- a/ct/proxmox-datacenter-manager.sh +++ b/ct/proxmox-datacenter-manager.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/ps5-mqtt.sh b/ct/ps5-mqtt.sh index 98e751e4ff..678dd52fcc 100644 --- a/ct/ps5-mqtt.sh +++ b/ct/ps5-mqtt.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/qbittorrent.sh b/ct/qbittorrent.sh index 790a571673..fde5133310 100644 --- a/ct/qbittorrent.sh +++ b/ct/qbittorrent.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/rabbitmq.sh b/ct/rabbitmq.sh index c47d56da83..c9fb95a70e 100644 --- a/ct/rabbitmq.sh +++ b/ct/rabbitmq.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/radarr.sh b/ct/radarr.sh index c6ee250782..30cb5f4633 100644 --- a/ct/radarr.sh +++ b/ct/radarr.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/radicale.sh b/ct/radicale.sh index b6962a3023..7334f85a43 100644 --- a/ct/radicale.sh +++ b/ct/radicale.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/rdtclient.sh b/ct/rdtclient.sh index 3b26ad7c0b..42ca9d1943 100755 --- a/ct/rdtclient.sh +++ b/ct/rdtclient.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/readarr.sh b/ct/readarr.sh index 2c0bf458dd..cc78e5a8b3 100644 --- a/ct/readarr.sh +++ b/ct/readarr.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/readeck.sh b/ct/readeck.sh index a34294edd3..104880a2f9 100644 --- a/ct/readeck.sh +++ b/ct/readeck.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/recyclarr.sh b/ct/recyclarr.sh index 388ab627e5..71324aaa22 100644 --- a/ct/recyclarr.sh +++ b/ct/recyclarr.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/redis.sh b/ct/redis.sh index 13b29e590f..a9d7d8f974 100644 --- a/ct/redis.sh +++ b/ct/redis.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/rtsptoweb.sh b/ct/rtsptoweb.sh index c09182a380..6f4f697e66 100644 --- a/ct/rtsptoweb.sh +++ b/ct/rtsptoweb.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/runtipi.sh b/ct/runtipi.sh index 3beb2ea2d0..0160d1724a 100644 --- a/ct/runtipi.sh +++ b/ct/runtipi.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/sabnzbd.sh b/ct/sabnzbd.sh index 9c8489836f..5becdb4683 100644 --- a/ct/sabnzbd.sh +++ b/ct/sabnzbd.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/searxng.sh b/ct/searxng.sh index 72fd50724c..4ce9f5571a 100644 --- a/ct/searxng.sh +++ b/ct/searxng.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/semaphore.sh b/ct/semaphore.sh index 12d32a0a13..ac1b115ba0 100644 --- a/ct/semaphore.sh +++ b/ct/semaphore.sh @@ -16,11 +16,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/sftpgo.sh b/ct/sftpgo.sh index 6a14392c15..665fa3c16a 100644 --- a/ct/sftpgo.sh +++ b/ct/sftpgo.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/shinobi.sh b/ct/shinobi.sh index 4da07b5861..969a600fbc 100644 --- a/ct/shinobi.sh +++ b/ct/shinobi.sh @@ -15,11 +15,7 @@ var_os="ubuntu" var_version="22.04" var_unprivileged="0" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/smokeping.sh b/ct/smokeping.sh index 8bd4a24213..f829ce5d4c 100644 --- a/ct/smokeping.sh +++ b/ct/smokeping.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/snipeit.sh b/ct/snipeit.sh index 025088047f..01fe1255b5 100644 --- a/ct/snipeit.sh +++ b/ct/snipeit.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/sonarr.sh b/ct/sonarr.sh index 606fdb30b5..7758ca16cc 100644 --- a/ct/sonarr.sh +++ b/ct/sonarr.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/spoolman.sh b/ct/spoolman.sh index f98dc1f24f..733fc96489 100644 --- a/ct/spoolman.sh +++ b/ct/spoolman.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/sqlserver2022.sh b/ct/sqlserver2022.sh index a303e79de5..955f730fe9 100644 --- a/ct/sqlserver2022.sh +++ b/ct/sqlserver2022.sh @@ -15,11 +15,7 @@ var_os="ubuntu" var_version="22.04" var_unprivileged="0" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/stirling-pdf.sh b/ct/stirling-pdf.sh index c212c18c6a..b1f95a9030 100644 --- a/ct/stirling-pdf.sh +++ b/ct/stirling-pdf.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/syncthing.sh b/ct/syncthing.sh index 455e262f11..aab130d5b4 100644 --- a/ct/syncthing.sh +++ b/ct/syncthing.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/tandoor.sh b/ct/tandoor.sh index 9a3dfe8966..78c074b93f 100644 --- a/ct/tandoor.sh +++ b/ct/tandoor.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/tasmoadmin.sh b/ct/tasmoadmin.sh index 500d67d63d..a195573b15 100644 --- a/ct/tasmoadmin.sh +++ b/ct/tasmoadmin.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/tautulli.sh b/ct/tautulli.sh index 0675f5bbbe..e137772f24 100644 --- a/ct/tautulli.sh +++ b/ct/tautulli.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/tdarr.sh b/ct/tdarr.sh index 6360f0014a..0b05b8d8a3 100644 --- a/ct/tdarr.sh +++ b/ct/tdarr.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/technitiumdns.sh b/ct/technitiumdns.sh index 8f6877082e..db4dba5754 100644 --- a/ct/technitiumdns.sh +++ b/ct/technitiumdns.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/the-lounge.sh b/ct/the-lounge.sh index 28d426aed7..958fbedbed 100644 --- a/ct/the-lounge.sh +++ b/ct/the-lounge.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/threadfin.sh b/ct/threadfin.sh index 83c5ed7950..674eb5c0cb 100644 --- a/ct/threadfin.sh +++ b/ct/threadfin.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/tianji.sh b/ct/tianji.sh index 903edf5d84..142ce815b3 100644 --- a/ct/tianji.sh +++ b/ct/tianji.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/traccar.sh b/ct/traccar.sh index 5487784ae0..c1cefcb5e2 100644 --- a/ct/traccar.sh +++ b/ct/traccar.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/traefik.sh b/ct/traefik.sh index 39786b8e5a..e074d94c2e 100644 --- a/ct/traefik.sh +++ b/ct/traefik.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/transmission.sh b/ct/transmission.sh index 78d5b1b4ae..5a37c31c75 100644 --- a/ct/transmission.sh +++ b/ct/transmission.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/trilium.sh b/ct/trilium.sh index 3add521921..a12ebe52cb 100644 --- a/ct/trilium.sh +++ b/ct/trilium.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/typesense.sh b/ct/typesense.sh index f4e5aa9bbe..ce5a103ba8 100644 --- a/ct/typesense.sh +++ b/ct/typesense.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/ubuntu.sh b/ct/ubuntu.sh index d3aac33f52..14ef9a86c7 100644 --- a/ct/ubuntu.sh +++ b/ct/ubuntu.sh @@ -15,11 +15,7 @@ var_disk="2" var_os="ubuntu" var_version="24.04" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/umami.sh b/ct/umami.sh index 6b898cae19..439159984e 100644 --- a/ct/umami.sh +++ b/ct/umami.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/umbrel.sh b/ct/umbrel.sh index 5dc0a79180..af4fa16bf2 100644 --- a/ct/umbrel.sh +++ b/ct/umbrel.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/unbound.sh b/ct/unbound.sh index b0a0d1ecc6..b368c8267b 100644 --- a/ct/unbound.sh +++ b/ct/unbound.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/unifi.sh b/ct/unifi.sh index 816377d133..4f472da428 100644 --- a/ct/unifi.sh +++ b/ct/unifi.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/unmanic.sh b/ct/unmanic.sh index bce7450a04..ea9a9067bc 100644 --- a/ct/unmanic.sh +++ b/ct/unmanic.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="0" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/uptimekuma.sh b/ct/uptimekuma.sh index 0efe730fd6..a979a62ef8 100644 --- a/ct/uptimekuma.sh +++ b/ct/uptimekuma.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/urbackupserver.sh b/ct/urbackupserver.sh index 1e47d3f0b5..61bd5c7764 100644 --- a/ct/urbackupserver.sh +++ b/ct/urbackupserver.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="0" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/vaultwarden.sh b/ct/vaultwarden.sh index 4d12d0dacd..d06a18599d 100644 --- a/ct/vaultwarden.sh +++ b/ct/vaultwarden.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/vikunja.sh b/ct/vikunja.sh index e805f8b238..02288269ef 100644 --- a/ct/vikunja.sh +++ b/ct/vikunja.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/wallos.sh b/ct/wallos.sh index 9931f1f70f..de8749792c 100644 --- a/ct/wallos.sh +++ b/ct/wallos.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/wastebin.sh b/ct/wastebin.sh index 88de3fb7bb..6a03b160c4 100644 --- a/ct/wastebin.sh +++ b/ct/wastebin.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/watchyourlan.sh b/ct/watchyourlan.sh index de29154eb4..3372f307d2 100644 --- a/ct/watchyourlan.sh +++ b/ct/watchyourlan.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/wavelog.sh b/ct/wavelog.sh index 0dc24ae248..212726ffad 100644 --- a/ct/wavelog.sh +++ b/ct/wavelog.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/whisparr.sh b/ct/whisparr.sh index 53e2fff893..c4d2ebeca4 100644 --- a/ct/whisparr.sh +++ b/ct/whisparr.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/whoogle.sh b/ct/whoogle.sh index 1010b6fc0d..7ed8c6a088 100644 --- a/ct/whoogle.sh +++ b/ct/whoogle.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/wikijs.sh b/ct/wikijs.sh index d387b2d95f..cf5b0e60bc 100644 --- a/ct/wikijs.sh +++ b/ct/wikijs.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/wireguard.sh b/ct/wireguard.sh index 946a909ea4..78e65e87f5 100644 --- a/ct/wireguard.sh +++ b/ct/wireguard.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/wordpress.sh b/ct/wordpress.sh index 8ff69de175..e509027ec3 100644 --- a/ct/wordpress.sh +++ b/ct/wordpress.sh @@ -14,11 +14,7 @@ var_ram="2048" var_os="debian" var_version="12" -# App Output & Base Settings -header_info "$APP" -base_settings - -# Core +header_info "$APP" variables color catch_errors diff --git a/ct/yunohost.sh b/ct/yunohost.sh index 36319202a7..f306d5a77d 100644 --- a/ct/yunohost.sh +++ b/ct/yunohost.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/zabbix.sh b/ct/zabbix.sh index 14cfc35790..1efca4c33b 100644 --- a/ct/zabbix.sh +++ b/ct/zabbix.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/zammad.sh b/ct/zammad.sh index cdb4ab8b19..8ac6ed446c 100644 --- a/ct/zammad.sh +++ b/ct/zammad.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/zerotier-one.sh b/ct/zerotier-one.sh index c5ac8e8fb2..a67b9e07e3 100644 --- a/ct/zerotier-one.sh +++ b/ct/zerotier-one.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/zigbee2mqtt.sh b/ct/zigbee2mqtt.sh index 27abbfb00f..118524948a 100644 --- a/ct/zigbee2mqtt.sh +++ b/ct/zigbee2mqtt.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="0" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/zipline.sh b/ct/zipline.sh index 7031bf8e9a..eaf676cb11 100644 --- a/ct/zipline.sh +++ b/ct/zipline.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/zitadel.sh b/ct/zitadel.sh index f4fc322fab..868f93b5ba 100644 --- a/ct/zitadel.sh +++ b/ct/zitadel.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/zoraxy.sh b/ct/zoraxy.sh index 2f30ebc236..61941dd14f 100644 --- a/ct/zoraxy.sh +++ b/ct/zoraxy.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="1" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors diff --git a/ct/zwave-js-ui.sh b/ct/zwave-js-ui.sh index ffea06b2ad..46db9a22c7 100644 --- a/ct/zwave-js-ui.sh +++ b/ct/zwave-js-ui.sh @@ -15,11 +15,7 @@ var_os="debian" var_version="12" var_unprivileged="0" -# App Output & Base Settings header_info "$APP" -base_settings - -# Core variables color catch_errors