MickLesk
962a7ee59c
fix(plex): restart service after update to apply new version
...
After apt install updates the plexmediaserver package, the running
service needs an explicit restart so the new version is loaded.
Without this, users see the update succeed but Plex still shows
the old version in the web interface.
Ref #12993
2026-03-17 20:44:40 +01:00
MickLesk
8ef2c445c8
immich: increase uv timeout to 300
2026-03-16 20:41:21 +01:00
MickLesk
e4a7ed6965
immcih: crop sha from pnpm
2026-03-16 20:36:21 +01:00
MickLesk
c69dae5326
immich: use curl with retry function
2026-03-16 20:23:46 +01:00
MickLesk
fee4617802
qf: add gcc13 fallback and use gcc14
2026-03-16 20:03:45 +01:00
community-scripts-pr-app[bot]
339301947b
Update .app files ( #12982 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-03-16 17:56:32 +01:00
push-app-to-main[bot]
6832e23ff1
Add gluetun (ct) ( #12976 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-03-16 17:45:22 +01:00
community-scripts-pr-app[bot]
d08ba7a0c4
Update .app files ( #12980 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-03-16 17:39:18 +01:00
push-app-to-main[bot]
c55d0784e2
Anytype-Server ( #12974 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-03-16 17:33:32 +01:00
CanbiZ (MickLesk)
13aea57207
fix(immich): use gcc-13 for compilation & add uv python pre-install with retry ( #12935 )
...
- Install gcc-13/g++-13 and export CC/CXX before compiling custom
photo-processing libraries to work around GCC-14 ICE segfaults
on Debian 13 Trixie (closes #12895 )
- Pre-install Python via 'uv python install' with 3-attempt retry
logic before running 'uv sync' to prevent connection reset failures
during machine-learning setup (closes #12926 )
- Applied to both fresh install and update paths
2026-03-16 17:32:16 +01:00
CanbiZ (MickLesk)
d06af6aa63
fix(tautulli): add setuptools<81 constraint to update script ( #12959 )
...
The update function was missing the setuptools version pin that exists
in the install script. Without it, setuptools 82+ gets installed which
breaks Tautulli's startup (exit code 1/FAILURE).
Fixes #12950
2026-03-16 11:36:16 +01:00
CanbiZ (MickLesk)
be2986075c
Seerr: add missing build deps ( #12960 )
...
* fix(seerr): add python3-setuptools to install and update deps
node-gyp's bundled node-gyp (v8.4.1) uses distutils which was removed
from Python 3.12+. Adding python3-setuptools provides the distutils
shim needed to compile native sqlite3 bindings.
Also adds build-essential + python3-setuptools before pnpm install in
the update function to match the install script's dependency setup.
Fixes #12939
* fix(seerr): use apt instead of apt-get
* fix(seerr): use ensure_dependencies in update script
2026-03-16 11:36:12 +01:00
Tobias
16edbdd274
fix: yubal update ( #12961 )
2026-03-16 09:15:45 +01:00
community-scripts-pr-app[bot]
9658f5363e
Update .app files ( #12946 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-03-15 23:14:14 +01:00
push-app-to-main[bot]
171bbb2f6a
Yamtrack ( #12936 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-03-15 23:12:11 +01:00
MickLesk
182f07b677
typo
2026-03-15 21:10:44 +01:00
MickLesk
10783e1cb2
patch sparky
2026-03-15 20:40:35 +01:00
CanbiZ (MickLesk)
d3428ff1f0
Refactor: ITSM-NG ( #12918 )
2026-03-15 20:08:39 +01:00
CanbiZ (MickLesk)
fd9039e849
fix: unify RELEASE variable for check_for_gh_release and fetch_and_deploy_gh_release ( #12917 )
2026-03-15 20:08:15 +01:00
CanbiZ (MickLesk)
915ba410a2
SparkyFitness: use --legacy-peer-deps for npm install ( #12888 )
2026-03-15 10:00:16 +01:00
CanbiZ (MickLesk)
66e1a3a322
Wishlist: use --frozen-lockfile for pnpm install ( #12892 )
2026-03-15 09:59:57 +01:00
CanbiZ (MickLesk)
bbd09b40ff
fix(patchmon): remove v prefix from pinned version in check_for_gh_release ( #12891 )
...
check_for_gh_release expects versions without v prefix (like Immich).
fetch_and_deploy_gh_release keeps v1.4.2 as it maps to the git tag.
Fixes #12884
2026-03-15 00:06:19 +01:00
Nicholas W. Heyer
de6cb110e2
Removed clean install usage from original script. ( #12870 )
2026-03-13 21:37:56 +01:00
CanbiZ (MickLesk)
655a66dd34
plex remove old gpg
2026-03-13 14:25:17 +01:00
CanbiZ (MickLesk)
48fb024ae8
hf: setup plex repo if not installed (old install)
2026-03-13 14:10:23 +01:00
Nicholas W. Heyer
b57879afc5
Updated for v2 migration and use prebuilt release bin. ( #12763 )
2026-03-13 13:10:48 +01:00
Michel Roegl-Brunner
281ebe0e1e
Delete Test ( #12825 )
...
* Delete ct/test.sh
* Delete install/test-install.sh
2026-03-12 15:24:16 +01:00
push-app-to-main[bot]
ef7badb776
Add test (ct) ( #12823 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-03-12 15:21:38 +01:00
Chris
abccdef6cb
Pin Patchmon to 1.4.2 ( #12789 )
2026-03-12 13:59:04 +01:00
CanbiZ (MickLesk)
667efeab5e
SparkyFitness: install pnpm dependencies from workspace root ( #12792 )
2026-03-12 09:16:59 +01:00
CanbiZ (MickLesk)
00be37a151
n8n: add build-essential to update dependencies ( #12795 )
2026-03-12 09:11:14 +01:00
Michel Roegl-Brunner
1e726852df
Tracearr: Increase default disk variable from 5 to 10 ( #12762 )
...
* Increase default disk variable from 5 to 10
* Increase HDD resource allocation from 5 to 10
2026-03-11 12:03:26 +01:00
Markus Zellner
6ae5eefdf5
Add -y flag to wgd.sh update command ( #12767 )
...
Otherwise script waits, which seems like hanging if called without verbose mode
2026-03-11 11:43:18 +01:00
Michel Roegl-Brunner
a0c93900e9
Remove unnecessary blank line in 2fauth.sh
2026-03-10 15:45:15 +01:00
Michel Roegl-Brunner
cac6b4ec59
Check workflow to update date in Pocketbase
2026-03-10 15:39:07 +01:00
Chris
eec763bed0
[Fix] Immich: Pin libvips to 8.17.3 ( #12744 )
2026-03-10 15:22:48 +01:00
Chris
93cbd51d5b
[Quickfix] Opencloud: ensure correct case for binary ( #12729 )
2026-03-09 18:38:58 +01:00
CanbiZ (MickLesk)
0b99873194
Add dependency check for zstd before backup
...
Ensure zstd dependency is installed before backup.
2026-03-09 18:36:28 +01:00
Chris
fedabe4889
Pin Opencloud to 5.2.0 ( #12721 )
2026-03-09 15:23:07 +01:00
CanbiZ (MickLesk)
e180a3bc44
openwebui: Ensure required dependencies ( #12717 )
...
* openwebui: Ensure required dependencies
Added zstd and build-essential as dependencies for the script.
* Update dependencies in openwebui-install.sh
Added build-essential and libmariadb-dev to dependencies.
2026-03-09 13:51:59 +01:00
CanbiZ (MickLesk)
346d6c6a0a
feat: improve zigbee2mqtt backup handler ( #12714 )
...
- Name backups by installed version (e.g. Zigbee2MQTT_backup_2.5.1.tar.zst)
- Use zstd compression instead of gzip
- Keep last 5 backups instead of deleting all previous ones
2026-03-09 13:24:09 +01:00
CanbiZ (MickLesk)
d38ca1a7fc
Reactive Resume: rewrite for v5 using original repo amruthpilla/reactive-resume ( #12705 )
...
* fix(reactive-resume): rewrite for v5 using original repo amruthpillai/reactive-resume
Replaces lazy-media fork with original upstream repo (amruthpillai/reactive-resume).
Rewrites install script for v5 architecture:
- TanStack Start / Drizzle ORM single-package build
- Headless Chromium for PDF generation (replaces Browserless)
- Local filesystem storage (removes MinIO dependency)
- Node 24 + pnpm
- Runtime: node .output/server/index.mjs
Fixes #12672 , Fixes #11651
* add clean_install
2026-03-09 09:05:14 +01:00
Slaviša Arežina
c4315713b5
Fix check_for_gh_release function call ( #12694 )
2026-03-09 07:35:11 +01:00
Chris
6685b88695
[Fix] Immich: chown install dir before machine-learning update ( #12684 )
2026-03-09 00:05:29 +01:00
Chris
cc351a4817
[Fix] Scanopy: Build generate-fixtures ( #12686 )
2026-03-09 00:00:30 +01:00
Tobias
3b7283a13f
fix: rustdeskserver: use correct repo string ( #12682 )
2026-03-08 15:09:28 +01:00
Slaviša Arežina
8be52ab1ad
Fixes ( #12675 )
2026-03-08 13:25:24 +01:00
community-scripts-pr-app[bot]
0ecbbdf669
Update .app files ( #12661 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-03-08 08:47:53 +01:00
push-app-to-main[bot]
2bb60e2cec
ImmichFrame ( #12653 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
Co-authored-by: MickLesk <mickey.leskowitz@gmail.com >
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-03-07 23:46:36 +01:00
CanbiZ (MickLesk)
8f557e460d
fix(grocy): update PHP version from 8.3 to 8.5 ( #12651 )
...
Grocy now requires PHP 8.5. Update both the install script and the
update function to use PHP 8.5 instead of 8.3.
Closes #12647
2026-03-07 22:14:29 +01:00