Commit Graph
3396 Commits
Author SHA1 Message Date
push-app-to-main[bot]GitHubpush-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>Slaviša Arežina
cddae63c63 GWN-Manager (#10642)
* Add gwn-manager (ct)

* Update gwn-manager.sh

* Update gwn-manager-install.sh

---------

Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Slaviša Arežina <[email protected]>
2026-01-08 14:57:56 +01:00
Slaviša ArežinaandGitHub 468b5fbc38 deCONZ: Bump to Trixie base (#10643)
* Bump to Trixie

* Update

* Update
2026-01-08 14:00:48 +01:00
CanbiZ (MickLesk)andGitHub f4ee9a2e25 pve-scripts-local: fix missing exit in update (#10630)
Removed unnecessary blank lines and added exit command.
2026-01-07 20:40:16 +01:00
Joerg HeinemannandGitHub a68a2607ea Upgrade ESPHome LXC to Debian 13 (#10624)
* Update default version from 12 to 13

Upgrade ESPHome to Debian 13

* Change apt-get to apt for installing git

Upgrade ESPHome to Debian 13

* Update version from 12 to 13 in esphome.json

Upgrade ESPHome to Debian 13
2026-01-07 17:01:56 +01:00
Slaviša ArežinaandGitHub e4c382e42c Fix fetch method (#10608) 2026-01-07 08:49:12 +01:00
Slaviša ArežinaandGitHub 16f34e9bd0 Refactor (#10573) 2026-01-06 22:58:04 +01:00
TobiasandGitHub 08d67aa722 chore: fix update msg (#10593) 2026-01-06 22:57:40 +01:00
6fccb76e1a Refactor: Dispatcharr (#10599)
* Refactor

* Oops

* add new deps

* fix: add new deps

---------

Co-authored-by: Tobias <[email protected]>
2026-01-06 22:44:27 +01:00
community-scripts-pr-app[bot]GitHubGitHub Actions <github-actions[bot]@users.noreply.github.com>
769796ca54 Update .app files (#10605)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-06 19:43:03 +01:00
push-app-to-main[bot]GitHubpush-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>Tobias
8f4591255a Sportarr (#10600)
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Tobias <[email protected]>
2026-01-06 19:39:40 +01:00
TobiasandGitHub 0e8341cb86 fix: shellcheck changes (#10591) 2026-01-06 13:45:03 +01:00
TobiasandGitHub c1fe8b91b4 chore: bump copyright to 2026 - happy new year (#10585)
* chore: bump copyright to 2026 - happy new year

* fix

* meilisearch fix source url

* livebook: fix space

* fix source cmd

* fix source cmd
2026-01-06 13:28:12 +01:00
Slaviša ArežinaandGitHub 2fddfdd7ea Fix (#10578) 2026-01-06 11:59:26 +01:00
Slaviša ArežinaandGitHub 91ce09982c Refactor (#10552) 2026-01-05 21:54:52 +01:00
22643791ec Upgrade Wazuh LXC Container to Debian 13 (#10551)
Co-authored-by: Tobias <[email protected]>
2026-01-05 18:05:32 +01:00
91234cc835 reitti: add postgis extension to PostgreSQL DB setup (#10555)
Co-authored-by: Tobias <[email protected]>
2026-01-05 15:34:47 +01:00
Joerg HeinemannandGitHub b59e04fa94 Upgrade evcc LXC to Debian 13 (#10548) 2026-01-05 09:44:15 +01:00
Slaviša ArežinaandGitHub 5f67c385b8 PocketID: Update PocketID for 2.x (#10506)
* Update PocketID for 2.x

* Update env var
2026-01-04 23:07:44 +01:00
TobiasandGitHub 266a23d319 fix: reitti: nginx (#10511)
* fix: reitti: nginx

* fix: reitti: nginx
2026-01-04 23:06:56 +01:00
Slaviša ArežinaandGitHub 41c8c4ce0b Refactor (#10518) 2026-01-04 23:05:51 +01:00
CanbiZ (MickLesk)andGitHub 3cd02aac77 MagicMirror: bump to nodejs 24 (#10534) 2026-01-04 23:03:45 +01:00
Slaviša ArežinaandGitHub dbe2c553fe Refactor (#10517) 2026-01-04 20:50:43 +01:00
Slaviša ArežinaandGitHub 57d43f1a94 Refactor (#10516) 2026-01-04 20:50:07 +01:00
Slaviša ArežinaandGitHub d025bf1cf6 Refactor (#10519) 2026-01-04 18:33:09 +01:00
Gabriel David PraginandGitHub ded7da536d fix(sabnzbd): update script now migrates old service files to use venv Python (#10466)
- Separates venv creation from service file migration logic
- Always checks and fixes service file if it uses system python3
- Fixes installations that have venv but wrong service file path
- Ensures all users running update script get automatic migration
- Idempotent: safe to run multiple times

This applies the same fix from PR #10459 (Bazarr) to SABnzbd, which has
the identical bug pattern where service file migration was locked behind
a venv existence check.

Related: #7332, #10459
2026-01-01 23:43:20 +01:00
2ccbf11741 fix #10453 broken update (#10456)
Co-authored-by: Ronny Marx <[email protected]>
2026-01-01 19:09:43 +01:00
Gabriel David PraginandGitHub 53a2635240 fix(bazarr): update script now migrates old service files to use venv Python (#10459)
- Separates venv creation from service file migration logic
- Always checks and fixes service file if it uses /usr/bin/python3
- Fixes installations created before October 28, 2025 that upgraded to Debian 13
- Ensures all users running update script get automatic migration
- Idempotent: safe to run multiple times

Resolves issue where Bazarr fails to start on Debian 13 with 'externally-managed-environment' error for installations created before the October 28, 2025 fix (commit 909dbc20c).

Related: #7332
2026-01-01 19:09:19 +01:00
76f20024f3 Increase BentoPDF RAM requirement from 2GB to 4GB (#10449)
* Initial plan

* Increase BentoPDF RAM requirement from 2GB to 4GB

- Update var_ram from 2048 to 4096 in ct/bentopdf.sh
- Update ram from 2048 to 4096 in frontend/public/json/bentopdf.json
- Fixes out-of-memory crashes during installation and updates
- Build process requires more memory than previously allocated

Co-authored-by: MickLesk <[email protected]>

* Bump ConvertX to Debian 13 (#10450)

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: MickLesk <[email protected]>
2025-12-31 20:09:43 +01:00
CanbiZ (MickLesk)andGitHub eb5a1cb9f7 Remove: GoAway (#10429) 2025-12-30 14:59:00 +01:00
Slaviša ArežinaandGitHub 8839ad5127 Refactor (#10421) 2025-12-30 08:31:20 +01:00
CanbiZ (MickLesk)andGitHub e4eea7a6ae syncthing: check for deb822 source (#10414) 2025-12-29 20:40:33 +01:00
CanbiZ (MickLesk)andGitHub 2cc54fdbdf speedtest-tracker: add external IP URL and internet check hostname in .env (#10078) 2025-12-29 20:40:20 +01:00
CanbiZ eba6fd8c6d linkwarden: use npx for Playwright install command
Replaces 'yarn playwright install' with 'npx playwright install' in both update and install scripts to ensure consistent Playwright installation regardless of local yarn configuration.
2025-12-29 15:50:10 +01:00
CanbiZ (MickLesk)andGitHub b4a25160e4 Linkwarden: enable Corepack and prepare Yarn v4 before running yarn (#10390) 2025-12-29 00:38:46 +01:00
CanbiZ (MickLesk)andGitHub 1d278f53f6 fix(metube): use pnpm + corepack for frontend build (#10392) 2025-12-29 00:38:05 +01:00
community-scripts-pr-app[bot]GitHubGitHub Actions <github-actions[bot]@users.noreply.github.com>
a471006c3d Update .app files (#10396)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2025-12-28 21:34:07 +01:00
push-app-to-main[bot]GitHubpush-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
e17a42f905 Add mail-archiver (ct) (#10393)
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2025-12-28 21:29:51 +01:00
59a752a6ab Fix mongodb update logic (#10388)
* Fix mongodb update logic

* Simplify MongoDB installation check

---------

Co-authored-by: Slaviša Arežina <[email protected]>
2025-12-28 20:21:16 +01:00
durzoandGitHub 9a5d121910 fix pulse downloading incorrect tarball (#10383) 2025-12-28 18:01:46 +01:00
durzoandGitHub 9582910787 Fix build for 2.13.5 (#10340) 2025-12-27 10:17:30 +01:00
CanbiZ (MickLesk)andGitHub e5943404f9 fix(phpipam): use PHP 8.4 with correct mysql module for PDO support (#10348) 2025-12-26 19:58:38 +01:00
CanbiZ (MickLesk)andGitHub bbc326ec23 fix(hyperion): increase disk to 4GB and fix /root/. path error (#10349) 2025-12-26 19:57:49 +01:00
Slaviša ArežinaandGitHub e6ee6e66bf Refactor: OpenObserve (#10279) 2025-12-25 15:22:24 +01:00
Slaviša ArežinaandGitHub 0ece3263bd Refactor: NZBGet (#10302) 2025-12-25 15:21:41 +01:00
Slaviša ArežinaandGitHub 37007f1efe Refactor (#10303) 2025-12-25 15:21:20 +01:00
Slaviša ArežinaandGitHub e926182748 Refactor (#10304) 2025-12-25 15:21:00 +01:00
Slaviša ArežinaandGitHub c769a43f62 InfluxDB: Fixes (#10308) 2025-12-25 15:17:56 +01:00
Chris MuzynandGitHub 404e87a2e3 Increase Zot Default Memory, Recategorize (#10311) 2025-12-25 08:31:40 +01:00
TobiasandGitHub a6d05ae5e6 fix: technitium: service migration (#10300) 2025-12-24 22:38:55 +01:00
Slaviša ArežinaandGitHub 23e3be00f0 Refactor (#10274) 2025-12-24 15:28:56 +01:00