HelperScripts-for-ProxmoxVE/ct
Ömer Taha Öztop 4963385bf9
fix(2fauth): make update_script idempotent and preserve ownership (#14018)
The update was failing with 'mv: cannot stat /opt/2fauth-backup/.env:
No such file or directory' on a system where a previous run had left
/opt/2fauth-backup behind. mv would then nest /opt/2fauth inside the
existing backup directory (as /opt/2fauth-backup/2fauth/), so the
restore step looked at the wrong path.

After fixing that, the app returned a 500 ('Key path
file:///opt/2fauth/storage/oauth-public.key does not exist or is not
readable') because chown/chmod ran before composer install and
php artisan 2fauth:install, leaving vendor/, bootstrap/cache/* and
the regenerated oauth keys owned by root and unreadable by www-data.

- Remove any stale /opt/2fauth-backup before creating the backup, and
  remove it again at the end so the next run starts clean
- Use cp instead of mv when restoring .env/storage so the backup is
  preserved until the update completes
- Move chown/chmod to AFTER composer + artisan, matching the order in
  install/2fauth-install.sh
- Restart php8.4-fpm in addition to nginx so opcache picks up the new
  cached config
- Drop redundant quotes around literal paths to match the rest of the
  codebase
2026-04-26 08:51:33 +02:00
..
headers TREK (#14017) 2026-04-26 08:48:46 +02:00
2fauth.sh fix(2fauth): make update_script idempotent and preserve ownership (#14018) 2026-04-26 08:51:33 +02:00
actualbudget.sh Change migration messages to warnings (#13860) 2026-04-20 09:21:25 +02:00
adguard.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
adventurelog.sh Adventurelog: pin DRF <3.15 to fix coreapi module removal (#13194) 2026-03-22 22:48:41 +01:00
agentdvr.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
alpine-adguard.sh several scripts: bump default Alpine version to 3.23 (#11082) 2026-01-23 13:01:29 +01:00
alpine-bitmagnet.sh several scripts: bump default Alpine version to 3.23 (#11082) 2026-01-23 13:01:29 +01:00
alpine-borgbackup-server.sh Add alpine-borgbackup-server (ct) (#13219) 2026-03-23 15:31:35 +01:00
alpine-caddy.sh several scripts: bump default Alpine version to 3.23 (#11082) 2026-01-23 13:01:29 +01:00
alpine-docker.sh remove whiptail from update scripts for unattended update support (#11712) 2026-02-09 11:05:31 +01:00
alpine-forgejo.sh several scripts: bump default Alpine version to 3.23 (#11082) 2026-01-23 13:01:29 +01:00
alpine-garage.sh several scripts: bump default Alpine version to 3.23 (#11082) 2026-01-23 13:01:29 +01:00
alpine-gatus.sh several scripts: bump default Alpine version to 3.23 (#11082) 2026-01-23 13:01:29 +01:00
alpine-gitea.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
alpine-grafana.sh Increased the Grafana container default disk size. (#11840) 2026-02-12 18:40:31 +01:00
alpine-ironclaw.sh IronClaw | Alpine-IronClaw (#13591) 2026-04-08 15:59:21 +02:00
alpine-it-tools.sh several scripts: bump default Alpine version to 3.23 (#11082) 2026-01-23 13:01:29 +01:00
alpine-komodo.sh komodo: migrate env vars to v2 and update source (#13262) 2026-03-25 07:59:27 +01:00
alpine-loki.sh remove whiptail from update scripts for unattended update support (#11712) 2026-02-09 11:05:31 +01:00
alpine-mariadb.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
alpine-nextcloud.sh remove whiptail from update scripts for unattended update support (#11712) 2026-02-09 11:05:31 +01:00
alpine-node-red.sh fix(node-red): restart service after update (#12621) 2026-03-06 20:43:58 +01:00
alpine-ntfy.sh Alpine-Ntfy (#13048) 2026-03-18 21:41:02 +01:00
alpine-postgresql.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
alpine-prometheus.sh several scripts: bump default Alpine version to 3.23 (#11082) 2026-01-23 13:01:29 +01:00
alpine-rclone.sh several scripts: bump default Alpine version to 3.23 (#11082) 2026-01-23 13:01:29 +01:00
alpine-redis.sh remove whiptail from update scripts for unattended update support (#11712) 2026-02-09 11:05:31 +01:00
alpine-redlib.sh several scripts: bump default Alpine version to 3.23 (#11082) 2026-01-23 13:01:29 +01:00
alpine-rustdeskserver.sh RustDesk Server: Switch to updated repository (#12083) 2026-03-06 10:20:46 +01:00
alpine-rustypaste.sh rustypaste | Alpine-rustypaste (#11457) 2026-02-02 11:17:26 +01:00
alpine-syncthing.sh several scripts: bump default Alpine version to 3.23 (#11082) 2026-01-23 13:01:29 +01:00
alpine-teamspeak-server.sh hotfix pipefail issue alpine-teamspeak 2026-02-16 08:57:06 +01:00
alpine-tinyauth.sh Tinyauth: v5 Support & add Debian Version (#12501) 2026-03-03 11:02:38 +01:00
alpine-traefik.sh several scripts: bump default Alpine version to 3.23 (#11082) 2026-01-23 13:01:29 +01:00
alpine-transmission.sh several scripts: bump default Alpine version to 3.23 (#11082) 2026-01-23 13:01:29 +01:00
alpine-valkey.sh remove whiptail from update scripts for unattended update support (#11712) 2026-02-09 11:05:31 +01:00
alpine-vaultwarden.sh remove whiptail from update scripts for unattended update support (#11712) 2026-02-09 11:05:31 +01:00
alpine-wakapi.sh Alpine-Wakapi: Remove container checks in update_script function (#13694) 2026-04-12 21:32:51 +02:00
alpine-wireguard.sh several scripts: bump default Alpine version to 3.23 (#11082) 2026-01-23 13:01:29 +01:00
alpine-zigbee2mqtt.sh remove whiptail from update scripts for unattended update support (#11712) 2026-02-09 11:05:31 +01:00
alpine.sh remove whiptail from update scripts for unattended update support (#11712) 2026-02-09 11:05:31 +01:00
ampache.sh Ampache (#11369) 2026-01-30 23:48:51 +01:00
anchor.sh anchor (#13895) 2026-04-21 15:21:29 +02:00
anytype-server.sh Anytype-Server (#12974) 2026-03-16 17:33:32 +01:00
apache-cassandra.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
apache-couchdb.sh fix typo 2026-01-13 20:03:49 +01:00
apache-guacamole.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.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
apache-tomcat.sh Apache Tomcat: update support and refactor install script (#10739) 2026-01-12 18:11:42 +01:00
apprise-api.sh Apprise-API (#13934) 2026-04-24 16:09:40 +02:00
apt-cacher-ng.sh Bump various scripts to Debian 13 (Trixie) (#11093) 2026-01-23 21:54:23 +01:00
archivebox.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
argus.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
aria2.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
asterisk.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
audiobookshelf.sh Bump various scripts to Debian 13 (Trixie) (#11093) 2026-01-23 21:54:23 +01:00
authelia.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
autobrr.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
autocaliweb.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
babybuddy.sh fix(babybuddy): set DJANGO_SETTINGS_MODULE before migrate in update (#13836) 2026-04-18 22:54:04 +02:00
backrest.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
baikal.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
bambuddy.sh add clear flag to replace the virtual env in the bambuddy update script (#13816) 2026-04-17 20:28:27 +02:00
bar-assistant.sh refactor(php): remove redundant PHP_MODULE entries (#11362) 2026-01-30 13:05:05 +01:00
bazarr.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
bentopdf.sh BentoPDF: replace http-server with nginx to fix WASM initialization timeout (#13625) 2026-04-11 23:56:16 +02:00
beszel.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
bichon.sh Bichon (#11671) 2026-02-07 22:24:55 +01:00
birdnet-go.sh Rename: BirdNET > BirdNET-Go (#13410) 2026-03-30 09:26:50 +02:00
bitmagnet.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
blocky.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
bookstack.sh boostack: add: git (#13620) 2026-04-09 16:44:11 +02:00
bunkerweb.sh [Hotfix] Bunkerweb update (#11402) 2026-02-01 02:08:03 +01:00
byparr.sh Refactor: Byparr (#11338) 2026-01-29 18:43:00 +01:00
bytestash.sh refactor(bytestash): auto backup/restore data on update (#13707) 2026-04-13 16:15:28 +02:00
caddy.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
calibre-web.sh add --clear to uv venv in update_script() to prevent interactive prompt (#13926) 2026-04-22 09:25:29 +02:00
casaos.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
changedetection.sh changedetection: fix: typing_extensions error (#13548) 2026-04-06 20:27:26 +02:00
channels.sh Bump various scripts to Debian 13 (Trixie) (#11093) 2026-01-23 21:54:23 +01:00
checkmate.sh Updated to match our starndard (#13956) 2026-04-23 15:50:26 +02:00
checkmk.sh checkmk: default v13 + dynamic codename (#13610) 2026-04-09 10:52:36 +02:00
cleanuparr.sh [Hotfix] Cleanuparr: backup config before update (#12039) 2026-02-17 20:17:22 +01:00
cloudflare-ddns.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
cloudflared.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
cloudreve.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
cockpit.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
comfyui.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
commafeed.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
configarr.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
convertx.sh ConvertX: add libreoffice-writer for ODT/document conversions (#13196) 2026-03-22 22:47:59 +01:00
coolify.sh fix(migration): atomic /usr/bin/update replacement to prevent syntax errors (#12540) 2026-03-04 07:59:51 +01:00
cosmos.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
crafty-controller.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
cronicle.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
cross-seed.sh cross-seed: install build-essential to resolve missing make error (#12522) 2026-03-03 21:55:06 +01:00
cryptpad.sh Add better update handling (#12611) 2026-03-06 14:04:23 +01:00
dagu.sh Add dagu (ct) (#13830) 2026-04-18 21:09:22 +02:00
dashy.sh Dashy (#13817) 2026-04-22 07:50:00 +02:00
databasus.sh Databasus: add mariadb path for mysql/mariadb backups | add mongodb database tools (#12259) 2026-02-24 22:33:27 +01:00
dawarich.sh fix(dawarich): add missing build deps and handle seed failure (#12410) 2026-02-28 14:46:21 +01:00
ddclient.sh ddclient (#12587) 2026-03-05 15:58:47 +01:00
debian.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
deconz.sh Fix (#10664) 2026-01-09 15:19:05 +01:00
deluge.sh Deluge: add python3-setuptools as dep (#11833) 2026-02-12 14:50:56 +01:00
discopanel.sh Removed clean install usage from original script. (#12870) 2026-03-13 21:37:56 +01:00
dispatcharr.sh feat: add custom Postgres port support for Dispatcharr upgrade (#13347) 2026-03-27 14:45:53 +01:00
docker.sh Refactor Docker/Dockge & Bump to Debian 13 (#10719) 2026-01-12 13:21:39 +01:00
dockge.sh fix(migration): atomic /usr/bin/update replacement to prevent syntax errors (#12540) 2026-03-04 07:59:51 +01:00
docmost.sh fix(docmost): register NoopAuditService globally when EE submodule is missing (#12551) 2026-03-04 10:23:29 +01:00
dokploy.sh fix(migration): atomic /usr/bin/update replacement to prevent syntax errors (#12540) 2026-03-04 07:59:51 +01:00
dolibarr.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
domain-locker.sh Update dependencies (#13901) 2026-04-21 10:38:16 +02:00
domain-monitor.sh Domain-Monitor: start apache2 after stop instead of reload (#14019) 2026-04-25 23:34:26 +02:00
donetick.sh fix(donetick): add config entry for v0.1.73 (#11872) 2026-02-13 11:02:02 +01:00
dotnetaspwebapi.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
drawdb.sh Add drawdb (ct) (#13454) 2026-04-01 22:08:18 +02:00
drawio.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
duplicati.sh Duplicati: Bump to Debian 13 (#11060) 2026-01-23 08:43:48 +01:00
ebusd.sh ebusd (#11942) 2026-02-15 20:43:26 +01:00
elementsynapse.sh [Hotfix] Element Synapse (#11135) 2026-01-24 22:50:04 +01:00
emby.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
emqx.sh fix(emqx): increase disk to 6GB and add optional MQ disable prompt (#11844) 2026-02-12 20:04:47 +01:00
endurain.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
erpnext.sh ERPNext (#13921) 2026-04-22 07:41:43 +02:00
ersatztv.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
esphome.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
evcc.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
excalidraw.sh Bump various scripts to Debian 13 (Trixie) (#11093) 2026-01-23 21:54:23 +01:00
fhem.sh FHEM: Bump to Debian 13 (#11061) 2026-01-23 08:44:26 +01:00
fileflows.sh FileFlows: add option to install Node (#13368) 2026-03-28 23:27:07 +01:00
firefly.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
fireshare.sh fireshare (#13995) 2026-04-24 16:08:49 +02:00
fladder.sh fix headers (#11422) 2026-02-01 19:18:10 +01:00
flaresolverr.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
flatnotes.sh Updated to match our starndard (#13956) 2026-04-23 15:50:26 +02:00
flowiseai.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
fluid-calendar.sh fluid-calendar: add build-essential to install and update dependencies (#12602) 2026-03-05 22:30:20 +01:00
foldergram.sh Add foldergram (ct) (#13900) 2026-04-21 10:37:48 +02:00
forgejo.sh refactor(forgejo,readeck): use fetch_and_deploy_codeberg_release function (#11460) 2026-02-02 13:53:21 +01:00
freepbx.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
freshrss.sh Refactor: FreshRSS + Bump to Debian 13 (#10824) 2026-01-15 13:48:10 +01:00
frigate.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
fumadocs.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
garage.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
gatus.sh Bump various scripts to Debian 13 (Trixie) (#11093) 2026-01-23 21:54:23 +01:00
geopulse.sh Add geopulse (ct) (#13320) 2026-03-27 13:24:59 +01:00
ghost.sh Add pnpm as a dependency to ghost-cli install (#13789) 2026-04-16 08:30:21 +02:00
ghostfolio.sh Refactor: Ghostfolio (#13990) 2026-04-24 12:04:17 +02:00
gitea-mirror.sh fix: gitea-mirror (#12549) 2026-03-04 12:04:45 +01:00
gitea.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
github-runner.sh GitHub-Runner (#13709) 2026-04-15 13:35:52 +02:00
glance.sh Bump various scripts to Debian 13 (Trixie) (#11093) 2026-01-23 21:54:23 +01:00
globaleaks.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
glpi.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
gluetun.sh Add gluetun (ct) (#12976) 2026-03-16 17:45:22 +01:00
go2rtc.sh Bump various scripts to Debian 13 (Trixie) (#11093) 2026-01-23 21:54:23 +01:00
gogs.sh Add gogs (ct) (#13896) 2026-04-21 15:23:19 +02:00
gokapi.sh Fix: Update gokapi binary name for v2.2.4+ and add migration step (#13377) 2026-03-28 23:26:51 +01:00
gotify.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
grafana.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
gramps-web.sh fix(gramps-web): install Gramps addons and fix GRAMPSHOME path (#12387) 2026-02-28 22:40:25 +01:00
graylog.sh fix(graylog): set vm.max_map_count on host for OpenSearch (#13441) 2026-03-31 23:57:16 +02:00
grist.sh Grist: remove install:ee step (private repo, not needed for grist-core) (#13526) 2026-04-05 21:51:10 +02:00
grocy.sh fix(grocy): update PHP version from 8.3 to 8.5 (#12651) 2026-03-07 22:14:29 +01:00
guardian.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
gwn-manager.sh GWN-Manager (#10642) 2026-01-08 14:57:56 +01:00
headscale.sh Enable TUN (#13158) 2026-03-21 20:06:04 +01:00
healthchecks.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
heimdall-dashboard.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
hev-socks5-server.sh Refactor (#10945) 2026-01-19 13:36:59 +01:00
hivemq.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
homarr.sh fix: ensure trailing newline in redis.conf before appending bind directive (#13647) 2026-04-10 22:36:56 +02:00
homeassistant.sh fix typo (org instead of com) 2026-03-25 17:48:03 +01:00
homebox.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
homebridge.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
homelable.sh add --clear to uv venv in update_script() to prevent interactive prompt (#13926) 2026-04-22 09:25:29 +02:00
homepage.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
homer.sh Refactor: Homer (#10698) 2026-01-11 14:14:19 +01:00
hortusfox.sh Fix fetch method (#10608) 2026-01-07 08:49:12 +01:00
hyperhdr.sh Bump various scripts to Debian 13 (Trixie) (#11093) 2026-01-23 21:54:23 +01:00
hyperion.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
igotify.sh iGotify (#13773) 2026-04-15 23:02:47 +02:00
immich.sh Immich: Pin photo-processing library revisions (#13748) 2026-04-14 21:19:16 +02:00
immichframe.sh ImmichFrame (#12653) 2026-03-07 23:46:36 +01:00
infisical.sh Refactor: Infisical (#10693) 2026-01-11 18:06:48 +01:00
influxdb.sh Check for influxdb3 installation in update_script (#12648) 2026-03-07 22:13:18 +01:00
inspircd.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
inventree.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
investbrain.sh Investbrain (#10774) 2026-01-13 10:46:23 +01:00
invoiceninja.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
iobroker.sh Several Scripts: Bump NodeJS to align Node.js versions with upstream for 5 scripts (#13875) 2026-04-20 13:22:44 +02:00
ironclaw.sh IronClaw | Alpine-IronClaw (#13591) 2026-04-08 15:59:21 +02:00
isponsorblocktv.sh Fix (#13157) 2026-03-21 19:56:02 +01:00
itsm-ng.sh Refactor: ITSM-NG (#12918) 2026-03-15 20:08:39 +01:00
jackett.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
jeedom.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
jellyfin.sh fix(gpu): pin IGC version to compute-runtime compatible tag (#13814) 2026-04-17 21:58:31 +02:00
jellyseerr.sh fix(migration): atomic /usr/bin/update replacement to prevent syntax errors (#12540) 2026-03-04 07:59:51 +01:00
jenkins.sh Fixes (#10671) 2026-01-09 20:31:30 +01:00
jitsi-meet.sh Jitsi-Meet (#13897) 2026-04-24 10:10:17 +02:00
joplin-server.sh github: improvements for node drift wf (#12309) 2026-02-25 11:27:47 +01:00
jotty.sh [Hotfix] Jotty: Copy contents of config backup into /opt/jotty/config (#11864) 2026-02-13 07:17:08 +01:00
jupyternotebook.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
kapowarr.sh Fix fetch method (#10608) 2026-01-07 08:49:12 +01:00
karakeep.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
kasm.sh kasm: fix: fetch latest version (#13547) 2026-04-06 20:26:59 +02:00
kavita.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
keycloak.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
kima-hub.sh Several Scripts: Bump NodeJS to align Node.js versions with upstream for 5 scripts (#13875) 2026-04-20 13:22:44 +02:00
kimai.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
kitchenowl.sh KitchenOwl (#11453) 2026-02-02 09:02:11 +01:00
koel.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
koillection.sh fix(koillection): ensure newline before appending to .env.local (#13440) 2026-03-31 23:57:03 +02:00
kometa.sh Kometa: optimize config.yml sed patterns, add Quickstart integration (#13198) 2026-03-23 09:14:15 +01:00
komga.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
komodo.sh komodo: migrate env vars to v2 and update source (#13262) 2026-03-25 07:59:27 +01:00
kubo.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
kutt.sh Kutt (#10812) 2026-01-14 17:55:51 +01:00
languagetool.sh languagetool (#11370) 2026-01-31 00:10:38 +01:00
lazylibrarian.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
leantime.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
librenms.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
librespeed-rust.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
libretranslate.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
lidarr.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
limesurvey.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
linkding.sh Updated to match our starndard (#13956) 2026-04-23 15:50:26 +02:00
linkstack.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
linkwarden.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
listmonk.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
litellm.sh fix(litellm): add prisma generate and use venv binary directly (#13835) 2026-04-18 22:53:45 +02:00
livebook.sh fix: shellcheck changes (#10591) 2026-01-06 13:45:03 +01:00
lldap.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
loki.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
lubelogger.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
lyrionmusicserver.sh fix(lyrion): correct service name and version file in update script (#13734) 2026-04-14 21:22:32 +02:00
mafl.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
magicmirror.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
mail-archiver.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
managemydamnlife.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
manyfold.sh bump various scripts from Node 22 to 24 (#12265) 2026-02-24 11:38:15 +01:00
mariadb.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
matter-server.sh Add matter-server (ct) (#13355) 2026-03-27 22:44:00 +01:00
matterbridge.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
mattermost.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
mealie.sh mealie: start.sh missing after failed update (#13958) 2026-04-23 15:52:12 +02:00
mediamanager.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
mediamtx.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
medusa.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
meilisearch.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
memos.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
meshcentral.sh meshcentral: increased disk space to 4GB (#12509) 2026-03-03 15:34:02 +01:00
metabase.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
metube.sh MeTube: Allow pnpm build scripts to fix ERR_PNPM_IGNORED_BUILDS (#13668) 2026-04-12 09:04:26 +02:00
minarca.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
mini-qr.sh Mini-QR (#13902) 2026-04-22 07:43:20 +02:00
miniflux.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
minio.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
minthcm.sh minthcm (#13903) 2026-04-21 15:06:26 +02:00
mongodb.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
monica.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
motioneye.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
mqtt.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
myip.sh Several Scripts: Bump NodeJS to align Node.js versions with upstream for 5 scripts (#13875) 2026-04-20 13:22:44 +02:00
mylar3.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
myspeed.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
mysql.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
n8n.sh n8n: add build-essential to update dependencies (#12795) 2026-03-12 09:11:14 +01:00
nametag.sh Add nametag (ct) (#13849) 2026-04-19 19:47:54 +02:00
navidrome.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
neo4j.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
netbird.sh Netbird (#12585) 2026-03-05 15:58:10 +01:00
netboot-xyz.sh netboot.xyz (#13480) 2026-04-03 09:53:50 +02:00
netbox.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
netvisor.sh various scripts: use ensure_dependencies instead of apt (#11463) 2026-02-02 13:01:17 +01:00
nextcloudpi.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
nextexplorer.sh NextExplorer (#13252) 2026-03-24 11:49:03 +01:00
nextpvr.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
nginx-ui.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
nginxproxymanager.sh Nginx Proxy Manager: ensure /tmp/nginx/body exists via openresty service ExecStartPre (#13528) 2026-04-05 21:28:34 +02:00
nightscout.sh Nightscout (#11621) 2026-02-06 20:43:40 +01:00
nocodb.sh NocoDB: Unpin Version to latest (#13094) 2026-03-19 21:18:02 +01:00
node-red.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
nodebb.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
nodecast-tv.sh Updated to match our starndard (#13956) 2026-04-23 15:50:26 +02:00
notifiarr.sh Notifiarr: change installation check from apt to systemd service (#11319) 2026-01-29 14:58:49 +01:00
npmplus.sh remove whiptail from update scripts for unattended update support (#11712) 2026-02-09 11:05:31 +01:00
ntfy.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
nxwitness.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
nzbget.sh Fixes (#12675) 2026-03-08 13:25:24 +01:00
oauth2-proxy.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
octoprint.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
odoo.sh various scripts: use ensure_dependencies instead of apt (#11463) 2026-02-02 13:01:17 +01:00
ollama.sh Increase disk allocation for OpenWebUI and Ollama to prevent installation failures (#11920) 2026-02-15 00:23:05 +01:00
omada.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
ombi.sh Update ombi.sh (#12412) 2026-02-28 14:52:01 +01:00
omv.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
onedev.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
onlyoffice.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
open-archiver.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
opencloud.sh OpenCloud: Pin version to 6.1.0 (#13890) 2026-04-21 09:11:26 +02:00
opengist.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
openhab.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
openobserve.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
openproject.sh OpenProject: Various fixes (#12246) 2026-02-25 08:22:48 +01:00
openthread-br.sh Add openthread-br (ct) (#13536) 2026-04-06 21:07:05 +02:00
openwebui.sh openwebui: Ensure required dependencies (#12717) 2026-03-09 13:51:59 +01:00
openziti-controller.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
openziti-tunnel.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
ots.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
outline.sh Several Scripts: Bump NodeJS to align Node.js versions with upstream for 5 scripts (#13875) 2026-04-20 13:22:44 +02:00
overseerr.sh fix(migration): atomic /usr/bin/update replacement to prevent syntax errors (#12540) 2026-03-04 07:59:51 +01:00
owncast.sh Owncast: increase default disk size from 2GB to 10GB (#13079) 2026-03-19 10:03:48 +01:00
ownfoil.sh ownfoil (#13904) 2026-04-22 07:41:53 +02:00
pairdrop.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
pangolin.sh fix(pangolin): create migration tables before data transfer to prevent role loss (#13874) 2026-04-20 13:23:32 +02:00
paperless-ai.sh Fix fetch method (#10608) 2026-01-07 08:49:12 +01:00
paperless-gpt.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
paperless-ngx.sh Paperless-NGX: increase default RAM to 3GB (#13018) 2026-03-18 08:32:58 +01:00
papra.sh Papra: check env before copy (#13553) 2026-04-06 21:45:11 +02:00
part-db.sh Refactor: PartDB (#13229) 2026-03-23 20:43:17 +01:00
passbolt.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
patchmon.sh fix: unify RELEASE variable for check_for_gh_release and fetch_and_deploy_gh_release (#12917) 2026-03-15 20:08:15 +01:00
paymenter.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
peanut.sh [Fix] PeaNUT: symlink server.js after update (#11696) 2026-02-09 08:43:54 +01:00
pelican-panel.sh refactor(php): remove redundant PHP_MODULE entries (#11362) 2026-01-30 13:05:05 +01:00
pelican-wings.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
photoprism.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
pialert.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
pihole.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
planka.sh Fix #12066: PLANKA: fix msg_info/msg_ok inconsistencies in update script (#12143) 2026-02-21 09:10:22 +01:00
plant-it.sh tools.func: display pin reason in release-check messages (#13095) 2026-03-19 22:18:27 +01:00
plex.sh Plex: restart service after update to apply new version (#13017) 2026-03-18 08:32:34 +01:00
pocketbase.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
pocketid.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
podman-homeassistant.sh fix typo (org instead of com) 2026-03-25 17:48:03 +01:00
podman.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
postgresql.sh postgresql: name of sources file fixed (update check) (#10854) 2026-01-16 10:57:49 +01:00
powerdns.sh fix(powerdns): fix SQLite directory permissions for pdns user 2026-03-05 09:34:29 +01:00
privatebin.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
profilarr.sh add --clear to uv venv in update_script() to prevent interactive prompt (#13926) 2026-04-22 09:25:29 +02:00
projectsend.sh Update projectsend.sh to include installation URL (#13078) 2026-03-19 10:04:07 +01:00
prometheus-alertmanager.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
prometheus-blackbox-exporter.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
prometheus-pve-exporter.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
prometheus.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
prowlarr.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
proxmox-backup-server.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
proxmox-datacenter-manager.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
proxmox-mail-gateway.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
ps5-mqtt.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
pterodactyl-panel.sh fix: pterodactyl-panel add symlink (#11997) 2026-02-17 09:06:59 +01:00
pterodactyl-wings.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
pulse.sh Fix tags in several scripts (#11050) 2026-01-22 12:09:45 +01:00
pve-scripts-local.sh pve-scripts-local: Increase default disk size from 4GB to 10GB (#13009) 2026-03-18 08:31:41 +01:00
qbittorrent.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
qdrant.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
qui.sh Add qui (ct) (#10829) 2026-01-15 14:19:34 +01:00
rabbitmq.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
radarr.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
radicale.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
rclone.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
rdtclient.sh Update Rdtclient to dotnet 10.0 (#12638) 2026-03-07 19:21:04 +01:00
reactive-resume.sh Reactive-Resume: add git dependency for v5.0.13+ (#13133) 2026-03-20 21:47:40 +01:00
readarr.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
readeck.sh refactor(forgejo,readeck): use fetch_and_deploy_codeberg_release function (#11460) 2026-02-02 13:53:21 +01:00
recyclarr.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
redis.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
reitti.sh fix(reitti): refactor scripts for v4 - remove RabbitMQ and Photon (#13728) 2026-04-15 08:20:30 +02:00
resiliosync.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
revealjs.sh Fix (#13336) 2026-03-27 11:14:06 +01:00
romm.sh RomM: Use ROMM_BASE_PATH from .env for symlinks and nginx config (#13666) 2026-04-11 23:55:28 +02:00
runtipi.sh fix(migration): atomic /usr/bin/update replacement to prevent syntax errors (#12540) 2026-03-04 07:59:51 +01:00
rustdeskserver.sh Fix check_for_gh_release function call (#12694) 2026-03-09 07:35:11 +01:00
rustypaste.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
rwmarkable.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
sabnzbd.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
salt.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
scanopy.sh Scanopy: increase default CPU, RAM, and HDD to prevent OOM during Rust build (#13130) 2026-03-20 21:47:34 +01:00
scraparr.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
searxng.sh fix(searxng): remove orphaned fi causing syntax error (#12283) 2026-02-24 15:15:34 +01:00
seaweedfs.sh SeaweedFS (#12220) 2026-02-23 22:41:29 +01:00
seelf.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
seerr.sh Seerr: add missing build deps (#12960) 2026-03-16 11:36:12 +01:00
semaphore.sh Semaphore: add BoltDB to SQLite migration (#13779) 2026-04-15 23:02:30 +02:00
sftpgo.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
shelfmark.sh Several Scripts: Bump NodeJS to align Node.js versions with upstream for 5 scripts (#13875) 2026-04-20 13:22:44 +02:00
shinobi.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
signoz.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
silverbullet.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
slskd.sh slskd: migrate config keys for 0.25.0 breaking change (#13862) 2026-04-20 09:20:20 +02:00
smokeping.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
snipeit.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
snowshare.sh bump various scripts from Node 22 to 24 (#12265) 2026-02-24 11:38:15 +01:00
sonarqube.sh core: remove unused TEMP_DIR mktemp leak in build_container / clean sonarqube (#13708) 2026-04-13 15:59:42 +02:00
sonarr.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
sonobarr.sh Sonobarr (#12221) 2026-02-23 19:21:26 +01:00
sparkyfitness.sh sparkyfitness switch to pnpm 2026-03-18 08:18:04 +01:00
speedtest-tracker.sh refactor(php): remove redundant PHP_MODULE entries (#11362) 2026-01-30 13:05:05 +01:00
split-pro.sh split-pro (#12975) 2026-03-18 08:43:40 +01:00
splunk-enterprise.sh Update/splunk enterprise (#10949) 2026-01-19 14:53:25 +01:00
spoolman.sh Spoolman: move to uv (#11121) 2026-01-24 16:29:46 +01:00
sportarr.sh Sportarr (#10600) 2026-01-06 19:39:40 +01:00
sqlserver2022.sh feat(sqlserver): add SQL Server 2025 with Ubuntu 24.04 support & refactor 2022 (#11546) 2026-02-05 11:55:32 +01:00
sqlserver2025.sh feat(sqlserver): add SQL Server 2025 with Ubuntu 24.04 support & refactor 2022 (#11546) 2026-02-05 11:55:32 +01:00
step-ca.sh Add step-ca (ct) (#13775) 2026-04-17 15:40:58 +02:00
stirling-pdf.sh update: stirling-pdf: java 25 (#12552) 2026-03-04 10:24:04 +01:00
strapi.sh Strapi (#12320) 2026-02-27 13:54:45 +01:00
streamlink-webui.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
stylus.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
sure.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
swizzin.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
syncthing.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
tandoor.sh fix (#13365) 2026-03-28 15:18:10 +01:00
tasmoadmin.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
tasmocompiler.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
tautulli.sh fix(tautulli): add setuptools<81 constraint to update script (#12959) 2026-03-16 11:36:16 +01:00
tdarr.sh Tdarr: use curl_with_retry and correct exit code (#13060) 2026-03-18 20:58:58 +01:00
teamspeak-server.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
technitiumdns.sh Refactor: Technitium DNS (#14013) 2026-04-26 00:37:19 +02:00
teddycloud.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
telegraf.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
teleport.sh teleport (#13086) 2026-03-20 09:06:25 +01:00
termix.sh core: auto-size NODE_OPTIONS heap (#13960) 2026-04-23 22:17:25 +02:00
the-lounge.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
thingsboard.sh ThingsBoard (#10904) 2026-01-18 15:09:14 +01:00
threadfin.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
tianji.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
tinyauth.sh Tinyauth: v5 Support & add Debian Version (#12501) 2026-03-03 11:02:38 +01:00
traccar.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
tracearr.sh Tracearr: modify service restart and modify build ressources (#13230) 2026-03-23 20:42:46 +01:00
tracktor.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
traefik.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
transmission.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
transmute.sh Transmute (#13935) 2026-04-24 10:12:49 +02:00
trek.sh TREK (#14017) 2026-04-26 08:48:46 +02:00
trilium.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
trip.sh TRIP (#10864) 2026-01-17 08:47:13 +01:00
tududi.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
tunarr.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
twingate-connector.sh twingate-connector: perform real apt upgrade during update flow (#13959) 2026-04-23 15:51:01 +02:00
ubuntu.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
uhf.sh feat: update UHF Server script to use setup_ffmpeg (#13564) 2026-04-08 14:56:33 +02:00
umami.sh Fix update (#13807) 2026-04-17 13:02:24 +02:00
umlautadaptarr.sh fix(umlautadaptarr): use release appsettings.json instead of hardcoded copy (#11725) 2026-02-09 14:15:29 +01:00
unbound.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
unifi-os-server.sh Unifi OS Server (#10856) 2026-01-16 14:07:16 +01:00
unmanic.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
upgopher.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
upsnap.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
uptimekuma.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
urbackupserver.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
valkey.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
vaultwarden.sh Vaultwarden: export VW_VERSION as version number (#11966) 2026-02-16 10:52:56 +01:00
versitygw.sh versitygw (#13180) 2026-03-22 09:40:31 +01:00
victoriametrics.sh VictoriaMetrics: Stop vmagent/vmalert before update (#14016) 2026-04-26 00:34:39 +02:00
vikunja.sh fix: replace generic exit 1 with specific exit codes in ct/ and install/ scripts (#12475) 2026-03-02 13:57:42 +01:00
wallabag.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
wallos.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
wanderer.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
warracker.sh fix: add --clear to uv venv calls for uv 0.10 compatibility (#11723) 2026-02-09 15:54:22 +01:00
wastebin.sh various scripts: use ensure_dependencies instead of apt (#11463) 2026-02-02 13:01:17 +01:00
watcharr.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
watchyourlan.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
wavelog.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
wazuh.sh fix headers (#11422) 2026-02-01 19:18:10 +01:00
wealthfolio.sh Wealthfolio: update to v3.2.1 and Node.js 24 (#13486) 2026-04-03 18:26:15 +02:00
web-check.sh Fix fetch method (#10608) 2026-01-07 08:49:12 +01:00
wger.sh Update wger.sh (#13977) 2026-04-24 02:08:21 +02:00
whisparr.sh Refactor: Whisparr (#11411) 2026-02-01 13:27:59 +01:00
whodb.sh WhoDB (#13880) 2026-04-20 21:57:03 +02:00
wikijs.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
wireguard.sh Add -y flag to wgd.sh update command (#12767) 2026-03-11 11:43:18 +01:00
wishlist.sh Wishlist: use --frozen-lockfile for pnpm install (#12892) 2026-03-15 09:59:57 +01:00
wizarr.sh Fix fetch method (#10608) 2026-01-07 08:49:12 +01:00
wordpress.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
writefreely.sh Revert "Remove low-install-count CT scripts and installers (#13570)" (#13752) 2026-04-15 12:52:45 +02:00
yamtrack.sh add --clear to uv venv in update_script() to prevent interactive prompt (#13926) 2026-04-22 09:25:29 +02:00
yourls.sh Add yourls (ct) (#13379) 2026-03-29 14:48:55 +02:00
yt-dlp-webui.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
yubal.sh fix: yubal update (#12961) 2026-03-16 09:15:45 +01:00
yunohost.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
zabbix.sh Improve Zabbix agent service detection (#11968) 2026-02-16 10:52:34 +01:00
zammad.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
zerobyte.sh Zerobyte: add git to dependencies to fix bun install failure (#13721) 2026-04-14 13:41:05 +02:00
zerotier-one.sh chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
zigbee2mqtt.sh fix(zigbee2mqtt): suppress grep error when pnpm-workspace.yaml is absent on update (#13476) 2026-04-03 00:24:46 +02:00
zipline.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
zitadel.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
zoraxy.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
zot-registry.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00
zwave-js-ui.sh several scripts: add additional github link in source (#12282) 2026-02-24 15:11:53 +01:00