ebb8b098dd
MediaManager) use npm install ( #10228 )
...
* fix(mediamanager): use npm install and remove unused yq dependency
- Use npm install instead of npm ci because upstream package-lock.json
is out of sync with package.json (missing esbuild@0.27 .2)
- Remove setup_yq call as yq is not used anywhere in the script
(config is handled via sed)
* .
* Change npm command from ci to install
2025-12-22 23:25:19 +01:00
e3ff6bfbbf
refactor: reitti: v3.0.0 ( #10196 )
2025-12-22 22:52:01 +01:00
5ca27931a2
Update kometa.sh ( #10217 )
2025-12-22 10:17:19 +01:00
28d34e9169
Optimize Jotty installation with standalone mode ( #10207 )
...
* Optimize Jotty installation with standalone mode
- Use Next.js standalone mode to reduce folder size from ~2.4GB to ~80MB
- Copy public, howto, and static folders to standalone output
- Remove node_modules and build artifacts after creating standalone version
- Update systemd service to use node directly instead of yarn start
- Improves build efficiency and reduces disk usage
Implements #10178
Co-authored-by: fccview <fccview@users.noreply.github.com >
* Apply standalone mode optimization to Jotty update script
- Use standalone mode in update_script function
- Ensures updates maintain the optimized deployment structure
- Consistent with install script changes
* Update systemd service in jotty update script
- Recreate systemd service file with correct ExecStart command
- Change from 'yarn start' to '/usr/bin/node server.js'
- Ensures old installations get updated service configuration
- Run daemon-reload after service file update
---------
Co-authored-by: fccview <fccview@users.noreply.github.com >
2025-12-21 23:15:08 +01:00
8212a44e5f
unifi: remove mongodb 4.4 support | bump to java 21 ( #10206 )
...
* unifi: remove mongodb support | bump to java 21
* bump java 21
2025-12-21 23:13:46 +01:00
174721bc14
Refactor ( #10193 )
2025-12-21 21:46:17 +01:00
741e4dbe6e
Update Technitium DNS and Restart Service ( #10181 )
...
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
2025-12-20 23:11:49 +01:00
d5531ad445
bump: ersatztv: deb13 ( #10174 )
2025-12-20 22:11:54 +01:00
021297b2ce
Update Reitti to Java 25 for 3.0.0 compatibility ( #10164 )
...
* Initial plan
* Update Java version from 24 to 25 for Reitti 3.0.0 compatibility
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
* Add Java 25 setup to update script in ct/reitti.sh
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
2025-12-20 00:01:18 +01:00
cb2d4c0051
homarr: debian native builds ( #10005 )
2025-12-19 22:43:40 +01:00
2202d34eed
Bump Bar-Assistant to php 8.4 ( #10138 )
2025-12-19 22:41:51 +01:00
2f8fbf1e3f
Update .app files ( #10155 )
2025-12-19 22:41:12 +01:00
8a67635651
Bump Immich to v2.4.1 ( #10154 )
2025-12-19 22:40:45 +01:00
c225692979
Refactor: Cosmos: + Upgrade to Debian 13 ( #10147 )
2025-12-19 22:38:36 +01:00
621d4b4d5c
Fix influxdb update ( #10151 )
2025-12-19 18:04:42 +01:00
5beb983b7f
Refactor ( #10070 )
2025-12-19 13:22:07 +01:00
8b767ec68a
bump pihole to debian 13 ( #10118 )
...
* Update debian to version 13
* Update debian version from 12 to 13
2025-12-18 21:31:53 +01:00
b829dcc849
Immich: v2.4.0 ( #10095 )
...
* [ENHANCEMENT] Immich: Support for newer Intel GPUs
- Add support for newer Intel GPUs: Battlemage, Arrow Lake and Panther
Lake by adding v2.22.2 Intel IGC packages
- Fix: ensure libigdgmm12 is installed before other packages during
update
- Fix: Download and install Intel packages in `/tmp` to allow apt to
drop root privileges during installation
* Bump Immich to v2.4.0
2025-12-18 17:53:41 +01:00
21e0a8fced
Fix cleanup issues in npm cache and rustup toolchain ( #10107 )
...
Issue 1 - BentoPDF (npm cache clean failure):
- npm cache clean --force can fail with ENOTEMPTY on corrupted caches
- Added npm cache verify before clean to detect/fix corruption
- Explicitly redirect stderr to suppress error noise
Issue 2 - Linkwarden (rustup toolchain removed too early):
- Script deleted ~/.rustup during build cleanup
- Later cleanup_lxc() tried to run 'cargo clean' without toolchain
- Now only remove cargo cache dirs, preserve ~/.rustup toolchain
Files changed:
- misc/core.func (cleanup_lxc function)
- install/linkwarden-install.sh (install script)
- ct/linkwarden.sh (update function)
Both changes improve reliability of container cleanup process.
2025-12-18 11:32:30 +01:00
d86815d01d
Fix Zabbix 7.0 repository URL structure ( #10106 )
...
- Zabbix 7.0 uses different repository layout without release/ directory
- Package name includes version suffix for 7.0: zabbix-release_latest_7.0+debian13_all.deb
- Zabbix 7.4+ uses release/ directory with no version suffix
- Applied fix to both ct/zabbix.sh and install/zabbix-install.sh
2025-12-18 09:56:54 +01:00
5e3eca2832
Fix release check ( #10097 )
2025-12-18 02:31:28 +01:00
6bdeddee37
Fix release binary package fetching ( #10055 )
2025-12-17 16:35:32 +01:00
acdb3b5908
Fixes ( #10056 )
2025-12-17 16:34:53 +01:00
c4afe3349b
Refactor ( #10057 )
2025-12-17 16:34:36 +01:00
dcc4b316a9
Refactor ( #10058 )
2025-12-17 16:34:24 +01:00
b3629b47da
Refactor ( #10060 )
2025-12-17 16:31:39 +01:00
a823241d96
Refactor: Reactive-Resume ( #10062 )
...
* Refactor
* Update
2025-12-17 16:31:17 +01:00
21f7914294
Fixes ( #10064 )
2025-12-17 16:30:56 +01:00
30056854c9
Refactor ( #10065 )
2025-12-17 16:30:41 +01:00
39821677f0
Refactor ( #10069 )
2025-12-17 16:27:16 +01:00
4f2c707605
Tracktor: updated environment variables for latest release ( #10067 )
...
* Updated environemnt variables for latest release
* refactor
* write clean config
---------
Co-authored-by: Javed Hussain <javed15895@gmail.com >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2025-12-17 15:01:28 +01:00
3b80730873
update github repo for endurain ( #10074 )
...
* update repo source in endurain-install
* update repo for endurain
2025-12-17 14:53:10 +01:00
d058dc515e
add hardware acceleration support for 17 additional apps ( #10061 )
2025-12-17 14:13:27 +01:00
5a263b5036
Fix Zabbix repo URL for Debian 13 install ( #10042 )
2025-12-16 17:25:54 +01:00
951fb3d53a
Fix: mariadb repo in update_scripts ( #10034 )
2025-12-16 15:11:22 +01:00
000c8b5fc9
fix(2fauth): update PHP version from 8.3 to 8.4 in update_script ( #10035 )
2025-12-16 15:11:02 +01:00
1333624879
Update .app files ( #10030 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2025-12-16 11:55:39 +01:00
4b09cb3d00
[REFACTOR]: NetVisor => Scanopy ( #10011 )
...
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com >
2025-12-16 11:52:58 +01:00
798015df6f
fix(miniflux): use systemctl to check service instead of file path ( #10024 )
2025-12-16 11:49:34 +01:00
b524cbe232
PhotoPrism: export env variables for CLI tools ( #10023 )
2025-12-16 11:48:35 +01:00
648ca5e4d0
Fix DiscoPanel build ( #10009 )
2025-12-16 00:02:51 +01:00
c269dc3b13
fix:ct/openwebui.sh adding progressbar and minimize service downtime ( #9894 )
2025-12-15 22:17:00 +01:00
494ab1cee3
add: note about deb13 requirement temp ( #9992 )
2025-12-15 17:56:55 +01:00
3026a405c8
fix(paperless-ai): backup data and recreate venv during update ( #9987 )
2025-12-15 17:47:32 +01:00
a949a1cc97
fix(booklore): add setup_yq to update script ( #9989 )
2025-12-15 17:38:03 +01:00
8672aa075a
remove old files and assets ( #9991 )
2025-12-15 17:37:26 +01:00
5bbf0861e9
Update .app files ( #9978 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2025-12-15 13:09:52 +01:00
f258ab7ae5
Koel ( #9972 )
...
* Add koel (ct)
* Remove unnecessary newline in koel.sh
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com >
2025-12-15 13:03:20 +01:00
09134d94dd
Refactor: Heimdall Dashboard ( #9959 )
...
* Refactor
* VED>VE
2025-12-15 10:10:04 +01:00
2524dd1af7
refactor: homarr ( #9948 )
2025-12-14 23:56:45 +01:00