HelperScripts-for-ProxmoxVE/install
CanbiZ (MickLesk) ba01175bc6
core: reorder hwaccel setup and adjust GPU group usermod (#13072)
* fix(tdarr): use curl_with_retry and verify binaries before enabling service

Tdarr_Updater downloads the actual server/node binaries from tdarr.io at
runtime. If tdarr.io is blocked by local DNS (e.g. OPNsense OISD blocklists),
the updater exits silently with code 0, leaving no binaries on disk. The
subsequent systemctl enable then fails with 'Operation not permitted' (exit 1)
because the ExecStart paths don't exist.

Changes:
- Replace bare curl with curl_with_retry for versions.json and Tdarr_Updater.zip
  downloads to gain retry logic, DNS pre-check and exponential backoff
- Add msg_info before Tdarr_Updater run so users see this step in the log
- Check that Tdarr_Server and Tdarr_Node binaries exist after the updater
  runs; fail immediately with a clear message pointing to tdarr.io connectivity
  instead of letting systemctl fail with a confusing 'Operation not permitted'

Fixes: #13030

* Improve Tdarr installer error handling

Refine post-update validation and failure behavior in tdarr-install.sh: remove a redundant status message, simplify the updater check to only require the Tdarr_Server binary, and replace the previous fatal path with msg_error plus an explicit exit 250. This makes failures (for example when tdarr.io is blocked by local DNS) clearer and avoids false negatives from the Tdarr_Node existence check.

* Use curl_with_retry and handle updater failure

Replace direct curl calls with curl_with_retry for fetching versions.json and downloading Tdarr_Updater.zip to improve network reliability. Add a post-update check that verifies /opt/tdarr/Tdarr_Server/Tdarr_Server exists; if missing, log an error suggesting possible DNS blocking and exit with code 250. Minor cleanup of updater artifacts remains unchanged.

* Reorder hwaccel setup and adjust GPU group usermod

Move setup_hwaccel invocations in emby, jellyfin, ollama, and plex installers to occur after package installation/configuration so GPU drivers/repos are present before enabling hardware acceleration. Update _setup_gpu_permissions to call usermod directly (remove $STD wrapper) when adding service users to render/video groups. Includes minor whitespace/ordering cleanups in the installer scripts.
2026-03-19 06:55:56 +01:00
..
2fauth-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
actualbudget-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
adguard-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
adventurelog-install.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
agentdvr-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-adguard-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-bitmagnet-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-caddy-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-docker-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-forgejo-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-garage-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-gatus-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-gitea-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-grafana-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-it-tools-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-loki-install.sh Loki | Alpine-Loki (#11048) 2026-01-22 11:56:59 +01:00
alpine-mariadb-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-nextcloud-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-node-red-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-ntfy-install.sh Alpine-Ntfy (#13048) 2026-03-18 21:41:02 +01:00
alpine-postgresql-install.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
alpine-prometheus-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-rclone-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-redis-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-redlib-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-rustdeskserver-install.sh RustDesk Server: Switch to updated repository (#12083) 2026-03-06 10:20:46 +01:00
alpine-rustypaste-install.sh rustypaste | Alpine-rustypaste (#11457) 2026-02-02 11:17:26 +01:00
alpine-syncthing-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-teamspeak-server-install.sh hotfix pipefail issue alpine-teamspeak 2026-02-16 08:57:06 +01:00
alpine-tinyauth-install.sh Tinyauth: v5 Support & add Debian Version (#12501) 2026-03-03 11:02:38 +01:00
alpine-traefik-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-transmission-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-valkey-install.sh Alpine-Valkey (#11320) 2026-01-29 13:31:14 +01:00
alpine-vaultwarden-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
alpine-wireguard-install.sh Update repo URL (#10872) 2026-01-17 03:14:44 +01:00
alpine-zigbee2mqtt-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
ampache-install.sh Ampache (#11369) 2026-01-30 23:48:51 +01:00
anytype-server-install.sh Anytype-Server (#12974) 2026-03-16 17:33:32 +01:00
apache-cassandra-install.sh Apache Cassandra: bump to debian 13 and add update support (#10720) 2026-01-12 13:22:34 +01:00
apache-couchdb-install.sh Apache CouchDB: bump to debian 13 and add update support (#10721) 2026-01-12 13:22:50 +01:00
apache-guacamole-install.sh fix: Apache Guacamole - bump to Temurin JDK 17 to resolve Debian 13 (Trixie) install failure (#12161) 2026-02-22 21:43:05 +01:00
apache-tika-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
apache-tomcat-install.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
apt-cacher-ng-install.sh feat(apt-cacher-ng): add avahi-daemon for mDNS service discovery (#11140) 2026-01-25 08:10:51 +01:00
archivebox-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
argus-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
aria2-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
asterisk-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
audiobookshelf-install.sh Bump various scripts to Debian 13 (Trixie) (#11093) 2026-01-23 21:54:23 +01:00
authelia-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
autobrr-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
autocaliweb-install.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
babybuddy-install.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
backrest-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
baikal-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
bar-assistant-install.sh refactor(php): remove redundant PHP_MODULE entries (#11362) 2026-01-30 13:05:05 +01:00
bazarr-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
bentopdf-install.sh Refactor: BentoPDF (#12597) 2026-03-05 18:53:15 +01:00
beszel-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
bichon-install.sh Bichon (#11671) 2026-02-07 22:24:55 +01:00
bitmagnet-install.sh Update bitmagnet installation script with environment variables (#11119) 2026-01-24 16:38:57 +01:00
blocky-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
booklore-install.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
bookstack-install.sh refactor(php): remove redundant PHP_MODULE entries (#11362) 2026-01-30 13:05:05 +01:00
bunkerweb-install.sh Bump various scripts to Debian 13 (Trixie) (#11093) 2026-01-23 21:54:23 +01:00
byparr-install.sh Refactor: Byparr (#11338) 2026-01-29 18:43:00 +01:00
bytestash-install.sh Fix fetch method (#10608) 2026-01-07 08:49:12 +01:00
caddy-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
calibre-web-install.sh Calibre-Web (#12115) 2026-02-20 21:05:09 +01:00
casaos-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
changedetection-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
channels-install.sh tools: Centralize GPU group setup via setup_hwaccel (#13044) 2026-03-18 11:56:32 +01:00
checkmate-install.sh Checkmate (#11672) 2026-02-07 22:51:47 +01:00
checkmk-install.sh checkmk: reordner base function (#10990) 2026-01-20 13:36:13 +01:00
cleanuparr-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
cloudflare-ddns-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
cloudflared-install.sh cloudflare: Remove deprecated DNS-over-HTTPS proxy option (#11068) 2026-01-29 17:15:10 +01:00
cloudreve-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
cockpit-install.sh Bump various scripts to Debian 13 (Trixie) (#11093) 2026-01-23 21:54:23 +01:00
comfyui-install.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
commafeed-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
configarr-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
convertx-install.sh github: improvements for node drift wf (#12309) 2026-02-25 11:27:47 +01:00
cosmos-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
crafty-controller-install.sh bump crafty-controller to debian 13 (#11094) 2026-01-24 23:48:09 +01:00
cronicle-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
cross-seed-install.sh cross-seed: install build-essential to resolve missing make error (#12522) 2026-03-03 21:55:06 +01:00
cryptpad-install.sh cryptpad: restore config earlier and run onlyoffice upgrade (#11964) 2026-02-16 10:53:21 +01:00
daemonsync-install.sh Bump various scripts to Debian 13 (Trixie) (#11093) 2026-01-23 21:54:23 +01:00
databasus-install.sh databasus: make fetch_and_deploy_from_url accept empty dir 2026-03-06 14:11:57 +01:00
dawarich-install.sh Remove db:create command from installation script 2026-03-01 11:16:00 +01:00
ddclient-install.sh ddclient (#12587) 2026-03-05 15:58:47 +01:00
debian-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
deconz-install.sh deCONZ: Bump to Trixie base (#10643) 2026-01-08 14:00:48 +01:00
deluge-install.sh Deluge: add python3-setuptools as dep (#11833) 2026-02-12 14:50:56 +01:00
discopanel-install.sh Updated for v2 migration and use prebuilt release bin. (#12763) 2026-03-13 13:10:48 +01:00
dispatcharr-install.sh fix(dispatcharr): migrate from requirements.txt to uv sync (pyproject.toml) (#11831) 2026-02-12 14:50:42 +01:00
docker-install.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
docmost-install.sh fix(docmost): register NoopAuditService globally when EE submodule is missing (#12551) 2026-03-04 10:23:29 +01:00
dolibarr-install.sh dolibarr: switch mirror (#11004) 2026-01-20 22:21:02 +01:00
domain-locker-install.sh Fix fetch method (#10608) 2026-01-07 08:49:12 +01:00
domain-monitor-install.sh refactor(php): remove redundant PHP_MODULE entries (#11362) 2026-01-30 13:05:05 +01:00
donetick-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
dotnetaspwebapi-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
drawio-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
duplicati-install.sh Duplicati: Bump to Debian 13 (#11060) 2026-01-23 08:43:48 +01:00
ebusd-install.sh ebusd (#11942) 2026-02-15 20:43:26 +01:00
elementsynapse-install.sh adds further documentation during the installation script. (#12248) 2026-02-24 09:24:44 +01:00
emby-install.sh core: reorder hwaccel setup and adjust GPU group usermod (#13072) 2026-03-19 06:55:56 +01:00
emqx-install.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
endurain-install.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
ersatztv-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
esphome-install.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
evcc-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
excalidraw-install.sh Bump various scripts to Debian 13 (Trixie) (#11093) 2026-01-23 21:54:23 +01:00
fhem-install.sh FHEM: Bump to Debian 13 (#11061) 2026-01-23 08:44:26 +01:00
fileflows-install.sh Refactor: FileFlows (#11108) 2026-02-09 14:16:04 +01:00
firefly-install.sh typo qf 2026-02-24 19:54:21 +01:00
fladder-install.sh Fladder (#10768) 2026-01-13 08:53:37 +01:00
flaresolverr-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
flatnotes-install.sh Standard (#11109) 2026-01-24 07:55:04 +01:00
flowiseai-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
fluid-calendar-install.sh fluid-calendar: add build-essential to install and update dependencies (#12602) 2026-03-05 22:30:20 +01:00
forgejo-install.sh refactor(forgejo,readeck): use fetch_and_deploy_codeberg_release function (#11460) 2026-02-02 13:53:21 +01:00
freepbx-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
freshrss-install.sh refactor(php): remove redundant PHP_MODULE entries (#11362) 2026-01-30 13:05:05 +01:00
frigate-install.sh Frigate: check OpenVino model files exist before configuring detector and use curl_with_retry instead of default wget (#13019) 2026-03-17 23:59:28 +01:00
fumadocs-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
garage-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
gatus-install.sh Bump various scripts to Debian 13 (Trixie) (#11093) 2026-01-23 21:54:23 +01:00
ghost-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
ghostfolio-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
gitea-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
gitea-mirror-install.sh fix: gitea-mirror (#12549) 2026-03-04 12:04:45 +01:00
glance-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
globaleaks-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
glpi-install.sh Change cronjob setup to use www-data user (#12695) 2026-03-09 08:05:50 +01:00
gluetun-install.sh fix(gluetun): add OpenVPN process user and cleanup stale config (#13016) 2026-03-17 23:59:40 +01:00
go2rtc-install.sh [go2rtc] Add ffmpeg dependency to install script (#12944) 2026-03-15 23:13:08 +01:00
gokapi-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
gotify-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
grafana-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
gramps-web-install.sh fix(gramps-web): install Gramps addons and fix GRAMPSHOME path (#12387) 2026-02-28 22:40:25 +01:00
graylog-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
grist-install.sh Deps (#11489) 2026-02-02 20:10:55 +01:00
grocy-install.sh fix(grocy): update PHP version from 8.3 to 8.5 (#12651) 2026-03-07 22:14:29 +01:00
guardian-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
gwn-manager-install.sh GWN-Manager (#10642) 2026-01-08 14:57:56 +01:00
headscale-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
healthchecks-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
heimdall-dashboard-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
hev-socks5-server-install.sh Refactor (#10945) 2026-01-19 13:36:59 +01:00
hivemq-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
homarr-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
homeassistant-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
homebox-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
homebridge-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
homepage-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
homer-install.sh Refactor: Homer (#10698) 2026-01-11 14:14:19 +01:00
hortusfox-install.sh refactor(php): remove redundant PHP_MODULE entries (#11362) 2026-01-30 13:05:05 +01:00
hyperhdr-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
hyperion-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
immich-install.sh immich: increase uv timeout to 300 2026-03-16 20:41:21 +01:00
immichframe-install.sh ImmichFrame (#12653) 2026-03-07 23:46:36 +01:00
infisical-install.sh Remove custom IP fetching (#10954) 2026-01-19 16:33:08 +01:00
influxdb-install.sh Update influxdb-install.sh (#10753) 2026-01-12 20:39:20 +01:00
inspircd-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
inventree-install.sh Remove custom IP fetching (#10954) 2026-01-19 16:33:08 +01:00
investbrain-install.sh refactor(php): remove redundant PHP_MODULE entries (#11362) 2026-01-30 13:05:05 +01:00
invoiceninja-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
iobroker-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
itsm-ng-install.sh Refactor: ITSM-NG (#12918) 2026-03-15 20:08:39 +01:00
jackett-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
jeedom-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
jellyfin-install.sh core: reorder hwaccel setup and adjust GPU group usermod (#13072) 2026-03-19 06:55:56 +01:00
jenkins-install.sh Fixes (#10671) 2026-01-09 20:31:30 +01:00
joplin-server-install.sh github: improvements for node drift wf (#12309) 2026-02-25 11:27:47 +01:00
jotty-install.sh jotty: full refactor / now use prebuild packages and less ressources (#11059) 2026-01-26 14:44:59 +01:00
jupyternotebook-install.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
kapowarr-install.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
karakeep-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
kasm-install.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
kavita-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
keycloak-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
kima-hub-install.sh Kima-Hub (#12319) 2026-02-26 11:14:18 +01:00
kimai-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
kitchenowl-install.sh KitchenOwl (#11453) 2026-02-02 09:02:11 +01:00
koel-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
koillection-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
kometa-install.sh Fix fetch method (#10608) 2026-01-07 08:49:12 +01:00
komga-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
kubo-install.sh Remove custom IP fetching (#10954) 2026-01-19 16:33:08 +01:00
kutt-install.sh Remove custom IP fetching (#10954) 2026-01-19 16:33:08 +01:00
languagetool-install.sh languagetool (#11370) 2026-01-31 00:10:38 +01:00
lazylibrarian-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
leantime-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
librenms-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
librespeed-rust-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
libretranslate-install.sh remove Torch (#11783) 2026-02-11 11:52:20 +01:00
lidarr-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
limesurvey-install.sh refactor(php): remove redundant PHP_MODULE entries (#11362) 2026-01-30 13:05:05 +01:00
linkding-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
linkstack-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
linkwarden-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
listmonk-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
litellm-install.sh Refactor: LiteLLM (#12550) 2026-03-04 10:26:34 +01:00
livebook-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
lldap-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
loki-install.sh Loki | Alpine-Loki (#11048) 2026-01-22 11:56:59 +01:00
lubelogger-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
lyrionmusicserver-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
mafl-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
magicmirror-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
mail-archiver-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
managemydamnlife-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
manyfold-install.sh Fix incorrect port in upstream requests by forwarding original host and port (#12812) 2026-03-12 14:19:54 +01:00
mariadb-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
matterbridge-install.sh bump various scripts from Node 22 to 24 (#12265) 2026-02-24 11:38:15 +01:00
mattermost-install.sh Remove custom IP fetching (#10954) 2026-01-19 16:33:08 +01:00
mealie-install.sh Use PG_VERSION var; default to vendor repos 2026-03-02 10:35:30 +01:00
mediamanager-install.sh Remove custom IP fetching (#10954) 2026-01-19 16:33:08 +01:00
mediamtx-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
medusa-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
meilisearch-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
memos-install.sh memos: unpin version due new release artifacts (#12224) 2026-02-23 18:37:27 +01:00
meshcentral-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
metabase-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
metube-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
minarca-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
miniflux-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
minio-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
mongodb-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
monica-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
motioneye-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
mqtt-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
myip-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
mylar3-install.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
myspeed-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
mysql-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
n8n-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
navidrome-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
neo4j-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
netbird-install.sh Netbird (#12585) 2026-03-05 15:58:10 +01:00
netbox-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
nextcloudpi-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
nextpvr-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
nginx-ui-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
nginxproxymanager-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
nightscout-install.sh Nightscout (#11621) 2026-02-06 20:43:40 +01:00
nocodb-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
node-red-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
nodebb-install.sh Refactor cleanup steps to use cleanup_lxc function (#9354) 2025-11-22 17:27:13 +01:00
nodecast-tv-install.sh bump various scripts from Node 22 to 24 (#12265) 2026-02-24 11:38:15 +01:00
notifiarr-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
npmplus-install.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
ntfy-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
nxwitness-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
nzbget-install.sh Fixes (#12675) 2026-03-08 13:25:24 +01:00
oauth2-proxy-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
octoprint-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
odoo-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
ollama-install.sh core: reorder hwaccel setup and adjust GPU group usermod (#13072) 2026-03-19 06:55:56 +01:00
omada-install.sh Omada: Bump libssl (#12724) 2026-03-09 17:06:07 +01:00
ombi-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
omv-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
onedev-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
onlyoffice-install.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
open-archiver-install.sh Fix install (#12447) 2026-03-01 20:41:55 +01:00
opencloud-install.sh [Quickfix] Opencloud: ensure correct case for binary (#12729) 2026-03-09 18:38:58 +01:00
opengist-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
openhab-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
openobserve-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
openproject-install.sh OpenProject: Various fixes (#12246) 2026-02-25 08:22:48 +01:00
openwebui-install.sh openwebui: Ensure required dependencies (#12717) 2026-03-09 13:51:59 +01:00
openziti-controller-install.sh Remove custom IP fetching (#10954) 2026-01-19 16:33:08 +01:00
openziti-tunnel-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
ots-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
outline-install.sh fix(outline): prevent corepack interactive prompt blocking installation (#10973) 2026-01-19 21:46:18 +01:00
owncast-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
pairdrop-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
pangolin-install.sh Add build-essential and python3 dependencies 2026-02-28 10:21:39 +01:00
paperless-ai-install.sh Fix fetch method (#10608) 2026-01-07 08:49:12 +01:00
paperless-gpt-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
paperless-ngx-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
papra-install.sh Papra (#12577) 2026-03-05 13:50:20 +01:00
part-db-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
passbolt-install.sh Update Nginx client_max_body_size for Passbolt (#12313) 2026-02-25 14:08:02 +01:00
patchmon-install.sh Pin Patchmon to 1.4.2 (#12789) 2026-03-12 13:59:04 +01:00
paymenter-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
peanut-install.sh PeaNUT: change default port (#10962) 2026-01-19 17:20:25 +01:00
pelican-panel-install.sh refactor(php): remove redundant PHP_MODULE entries (#11362) 2026-01-30 13:05:05 +01:00
pelican-wings-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
pf2etools-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
photoprism-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
pialert-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
pihole-install.sh pihole/unbound: create unbound config before apt install to prevent port conflicts (#10839) 2026-01-16 09:04:22 +01:00
planka-install.sh planka: migrate data paths to new v2 directory structure (#12128) 2026-02-20 22:53:15 +01:00
plant-it-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
plex-install.sh core: reorder hwaccel setup and adjust GPU group usermod (#13072) 2026-03-19 06:55:56 +01:00
pocketbase-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
pocketid-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
podman-homeassistant-install.sh qf start service (podman) 2026-03-18 18:52:07 +01:00
podman-install.sh qf start service (podman) 2026-03-18 18:52:07 +01:00
postgresql-install.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
powerdns-install.sh fix(powerdns): use 'launch=' instead of 'launch+=' for gsqlite3 backend (#12579) 2026-03-05 15:27:40 +01:00
privatebin-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
profilarr-install.sh Profilarr (#12441) 2026-03-02 09:36:16 +01:00
projectsend-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
prometheus-alertmanager-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
prometheus-blackbox-exporter-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
prometheus-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
prometheus-pve-exporter-install.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
prowlarr-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
proxmox-backup-server-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
proxmox-datacenter-manager-install.sh PDM: avoid installing useless package (#10833) 2026-01-23 11:09:14 +01:00
proxmox-mail-gateway-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
ps5-mqtt-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
pterodactyl-panel-install.sh fix: pterodactyl-panel add symlink (#11997) 2026-02-17 09:06:59 +01:00
pterodactyl-wings-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
pulse-install.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
pve-scripts-local-install.sh github: improvements for node drift wf (#12309) 2026-02-25 11:27:47 +01:00
qbittorrent-install.sh [Hotfix] qBittorrent: Disable UPnP port forwarding by default (#12728) 2026-03-09 18:59:35 +01:00
qdrant-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
qui-install.sh Add qui (ct) (#10829) 2026-01-15 14:19:34 +01:00
rabbitmq-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
radarr-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
radicale-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
rclone-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
rdtclient-install.sh Update Rdtclient to dotnet 10.0 (#12638) 2026-03-07 19:21:04 +01:00
reactive-resume-install.sh Downgrade Node.js version from 24 to 22 2026-03-09 09:13:45 +01:00
readarr-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
readeck-install.sh refactor(forgejo,readeck): use fetch_and_deploy_codeberg_release function (#11460) 2026-02-02 13:53:21 +01:00
recyclarr-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
redis-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
reitti-install.sh reitti: fix: v4 (#13039) 2026-03-18 18:35:43 +01:00
resiliosync-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
revealjs-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
romm-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
rustdeskserver-install.sh RustDesk Server: Switch to updated repository (#12083) 2026-03-06 10:20:46 +01:00
rustypaste-install.sh rustypaste | Alpine-rustypaste (#11457) 2026-02-02 11:17:26 +01:00
sabnzbd-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
salt-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
scanopy-install.sh [Fix] Scanopy: Build generate-fixtures (#12686) 2026-03-09 00:00:30 +01:00
scraparr-install.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
searxng-install.sh fix(install): Add typing_extensions to Python dependencies (#11074) 2026-01-23 11:10:03 +01:00
seaweedfs-install.sh SeaweedFS (#12220) 2026-02-23 22:41:29 +01:00
seelf-install.sh Fix fetch method (#10608) 2026-01-07 08:49:12 +01:00
seerr-install.sh Seerr: add missing build deps (#12960) 2026-03-16 11:36:12 +01:00
semaphore-install.sh Semaphore: Move from BoltDB to SQLite (#12624) 2026-03-06 21:53:47 +01:00
sftpgo-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
shelfmark-install.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
shinobi-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
signoz-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
silverbullet-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
slskd-install.sh Refactor: Slskd & Soularr (#11674) 2026-02-10 23:04:56 +01:00
smokeping-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
snipeit-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
snowshare-install.sh bump various scripts from Node 22 to 24 (#12265) 2026-02-24 11:38:15 +01:00
sonarqube-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
sonarr-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
sonobarr-install.sh Sonobarr (#12221) 2026-02-23 19:21:26 +01:00
sparkyfitness-install.sh sparkyfitness switch to pnpm 2026-03-18 08:18:04 +01:00
speedtest-tracker-install.sh refactor(php): remove redundant PHP_MODULE entries (#11362) 2026-01-30 13:05:05 +01:00
split-pro-install.sh split-pro (#12975) 2026-03-18 08:43:40 +01:00
splunk-enterprise-install.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
spoolman-install.sh Spoolman: move to uv (#11121) 2026-01-24 16:29:46 +01:00
sportarr-install.sh Sportarr (#10600) 2026-01-06 19:39:40 +01:00
sqlserver2022-install.sh typos 2026-02-05 15:31:45 +01:00
sqlserver2025-install.sh typos 2026-02-05 15:31:45 +01:00
stirling-pdf-install.sh update: stirling-pdf: java 25 (#12552) 2026-03-04 10:24:04 +01:00
strapi-install.sh Strapi (#12320) 2026-02-27 13:54:45 +01:00
streamlink-webui-install.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
stylus-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
sure-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
swizzin-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
syncthing-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
tandoor-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
tasmoadmin-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
tasmocompiler-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
tautulli-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
tdarr-install.sh Tdarr: use curl_with_retry and correct exit code (#13060) 2026-03-18 20:58:58 +01:00
teamspeak-server-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
technitiumdns-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
teddycloud-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
telegraf-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
termix-install.sh termix: migrate to .env 2026-03-18 11:50:41 +01:00
the-lounge-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
thingsboard-install.sh ThingsBoard (#10904) 2026-01-18 15:09:14 +01:00
threadfin-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
tianji-install.sh Tianji: Fix the bug introduced by the refactor (#12564) 2026-03-05 15:56:02 +01:00
tinyauth-install.sh Tinyauth: v5 Support & add Debian Version (#12501) 2026-03-03 11:02:38 +01:00
traccar-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
tracearr-install.sh Tracearr: prepare for imminent v1.4.19 release (#12413) 2026-03-02 14:42:39 +01:00
tracktor-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
traefik-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
transmission-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
trilium-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
trip-install.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
tududi-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
tunarr-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
twingate-connector-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
typesense-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
ubuntu-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
uhf-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
umami-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
umlautadaptarr-install.sh fix(umlautadaptarr): use release appsettings.json instead of hardcoded copy (#11725) 2026-02-09 14:15:29 +01:00
unbound-install.sh pihole/unbound: create unbound config before apt install to prevent port conflicts (#10839) 2026-01-16 09:04:22 +01:00
unifi-os-server-install.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
unmanic-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
upgopher-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
upsnap-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
uptimekuma-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
urbackupserver-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
valkey-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
vaultwarden-install.sh Vaultwarden: export VW_VERSION as version number (#11966) 2026-02-16 10:52:56 +01:00
verdaccio-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
victoriametrics-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
vikunja-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
wallabag-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
wallos-install.sh refactor(php): remove redundant PHP_MODULE entries (#11362) 2026-01-30 13:05:05 +01:00
wanderer-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
warracker-install.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
wastebin-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
watcharr-install.sh fix: shellcheck changes (#10591) 2026-01-06 13:45:03 +01:00
watchyourlan-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
wavelog-install.sh refactor(php): remove redundant PHP_MODULE entries (#11362) 2026-01-30 13:05:05 +01:00
wazuh-install.sh fix(wazuh): add LXC rootcheck exclusion to prevent false positives (#10436) 2025-12-31 09:50:46 +01:00
wealthfolio-install.sh wealthfolio: update cors (#12617) 2026-03-06 16:17:00 +01:00
web-check-install.sh Fix fetch method (#10608) 2026-01-07 08:49:12 +01:00
wger-install.sh wger: Use $http_host for proxy Host header (#12327) 2026-02-25 17:31:14 +01:00
whisparr-install.sh Refactor: Whisparr (#11411) 2026-02-01 13:27:59 +01:00
wikijs-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
wireguard-install.sh Update repo URL (#10872) 2026-01-17 03:14:44 +01:00
wishlist-install.sh Wishlist: use --frozen-lockfile for pnpm install (#12892) 2026-03-15 09:59:57 +01:00
wizarr-install.sh Remove custom IP fetching (#10954) 2026-01-19 16:33:08 +01:00
wordpress-install.sh WordPress: Refactor (#11408) 2026-02-01 13:32:16 +01:00
writefreely-install.sh writefreely (#11524) 2026-02-04 08:38:14 +01:00
yamtrack-install.sh Yamtrack (#12936) 2026-03-15 23:12:11 +01:00
yt-dlp-webui-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
yubal-install.sh fix: yubal: add git (#11394) 2026-01-31 22:51:38 +01:00
yunohost-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
zabbix-install.sh chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
zammad-install.sh Zammad: configure Elasticsearch before zammad start (#12308) 2026-02-25 13:55:07 +01:00
zerobyte-install.sh Zerobyte (#12321) 2026-02-25 16:16:23 +01:00
zerotier-one-install.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
zigbee2mqtt-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
zipline-install.sh fix: shellcheck changes (#10591) 2026-01-06 13:45:03 +01:00
zitadel-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
zoraxy-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
zot-registry-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
zwave-js-ui-install.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00