community-scripts-pr-app[bot]
de1bc809eb
Update CHANGELOG.md ( #10500 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-03 09:38:53 +00:00
AZFAR AZMAN
09899b2824
Fix ownership and permissions for InvoiceNinja setup ( #10298 )
...
Updated ownership and permissions for InvoiceNinja directories.
2026-01-03 10:38:43 +01:00
community-scripts-pr-app[bot]
1739745aca
Update CHANGELOG.md ( #10499 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-03 09:38:31 +00:00
Slaviša Arežina
450c116723
Update database credentials message format ( #10497 )
2026-01-03 10:38:05 +01:00
community-scripts-pr-app[bot]
e93e87b0bc
Update CHANGELOG.md ( #10495 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-03 08:54:08 +00:00
Ilya Semenov
136e3f0405
Fix headscale Caddyfile to pass non-API URLs ( #10493 )
2026-01-03 09:53:46 +01:00
community-scripts-pr-app[bot]
bf1b43ecf5
Update CHANGELOG.md ( #10490 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-02
2026-01-03 00:13:54 +00:00
community-scripts-pr-app[bot]
7d3437d4b3
Update versions.json ( #10489 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-03 01:13:26 +01:00
community-scripts-pr-app[bot]
12599f359f
Update CHANGELOG.md ( #10487 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-02 20:21:27 +00:00
Copilot
8c0fda523e
Fix Intel Level Zero package conflict on Debian 13 ( #10467 )
...
* Initial plan
* Fix Intel Level Zero package conflict on Debian 13
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
* Add numeric validation for VERSION_ID comparison
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
* Use existing get_os_info and is_debian functions
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
2026-01-02 21:21:06 +01:00
community-scripts-pr-app[bot]
eb9cee4fab
Update versions.json ( #10480 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-02 13:06:07 +01:00
community-scripts-pr-app[bot]
f464d9d4cb
Update CHANGELOG.md ( #10477 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-02 09:05:04 +00:00
Joel Shprentz
6faef00835
Extend guidance for changing the immich upload location for #10447 ( #10475 )
2026-01-02 10:04:43 +01:00
community-scripts-pr-app[bot]
df5cc68ea1
Update CHANGELOG.md ( #10474 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-01
2026-01-02 00:14:43 +00:00
community-scripts-pr-app[bot]
cd2acd93cd
Update versions.json ( #10473 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-02 01:14:21 +01:00
community-scripts-pr-app[bot]
b208b2a20d
Update CHANGELOG.md ( #10471 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-01 22:54:14 +00:00
Copilot
ca5cd83c40
Fix MariaDB runtime directory persistence on container reboot ( #10468 )
...
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-01-01 23:53:53 +01:00
community-scripts-pr-app[bot]
12767b4ffa
Update CHANGELOG.md ( #10470 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-01 22:43:43 +00:00
Gabriel David Pragin
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
community-scripts-pr-app[bot]
e351925119
Update CHANGELOG.md ( #10463 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-01 18:10:02 +00:00
Karlito83
2ccbf11741
fix #10453 broken update ( #10456 )
...
Co-authored-by: Ronny Marx <r0mx@mailbox.org >
2026-01-01 19:09:43 +01:00
Gabriel David Pragin
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
community-scripts-pr-app[bot]
1f5191c071
Update versions.json ( #10460 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-01 13:06:13 +01:00
community-scripts-pr-app[bot]
9b7cfcff73
Update CHANGELOG.md ( #10455 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-31
2026-01-01 00:17:41 +00:00
community-scripts-pr-app[bot]
b7e2706eff
Update versions.json ( #10454 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-01 01:17:16 +01:00
community-scripts-pr-app[bot]
2d859aba23
Update CHANGELOG.md ( #10452 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-31 19:10:08 +00:00
Copilot
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 <47820557+MickLesk@users.noreply.github.com >
* Bump ConvertX to Debian 13 (#10450 )
---------
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-31 20:09:43 +01:00
community-scripts-pr-app[bot]
bf35ad0d21
Update versions.json ( #10443 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-31 13:05:49 +01:00
community-scripts-pr-app[bot]
8bac0e66f4
Update CHANGELOG.md ( #10442 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-31 08:51:13 +00:00
Brett Lyons
72a7777328
fix(wazuh): add LXC rootcheck exclusion to prevent false positives ( #10436 )
2025-12-31 09:50:46 +01:00
community-scripts-pr-app[bot]
8dbc4161c7
Update CHANGELOG.md ( #10441 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-31 08:46:47 +00:00
Fraser McGlinn
49f92e1cf4
fix(swizzin): Use HTTPS and add curl error handling ( #10440 )
...
- Add https:// to s5n.sh URL to ensure secure connection
- Add -f flag to fail on HTTP errors instead of piping error pages to bash
- Add -S flag to show errors even in silent mode
Without -f, if the server returns an error page (4xx/5xx), curl would
pipe that HTML content to bash, causing unexpected behavior.
2025-12-31 09:46:24 +01:00
community-scripts-pr-app[bot]
0fba391aa6
Update CHANGELOG.md ( #10439 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-30
2025-12-31 00:15:08 +00:00
community-scripts-pr-app[bot]
fd60467db9
Update versions.json ( #10438 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-31 01:14:48 +01:00
community-scripts-pr-app[bot]
8ea1ec247e
Update CHANGELOG.md ( #10433 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-30 16:37:29 +00:00
iLikeToCode
08eded6e37
Unlink default nginx config ( #10432 )
...
Unlinking the nginx default config means zammad will respond on all addresses, as it should when running in a dedicated container.
2025-12-30 17:37:08 +01:00
community-scripts-pr-app[bot]
e9b22f04ab
Update CHANGELOG.md ( #10430 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-30 13:59:21 +00:00
CanbiZ (MickLesk)
eb5a1cb9f7
Remove: GoAway ( #10429 )
2025-12-30 14:59:00 +01:00
community-scripts-pr-app[bot]
f4ceff8d8e
Update versions.json ( #10426 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-30 13:06:15 +01:00
community-scripts-pr-app[bot]
4e988a7d60
Update CHANGELOG.md ( #10424 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-30 07:31:42 +00:00
Slaviša Arežina
8839ad5127
Refactor ( #10421 )
2025-12-30 08:31:20 +01:00
community-scripts-pr-app[bot]
784e4171ce
Update CHANGELOG.md ( #10423 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-29
2025-12-30 00:14:18 +00:00
community-scripts-pr-app[bot]
cb4ab231b9
Update versions.json ( #10422 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-30 01:13:53 +01:00
community-scripts-pr-app[bot]
95cb440b2e
Update CHANGELOG.md ( #10420 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-29 19:40:56 +00:00
CanbiZ (MickLesk)
e4eea7a6ae
syncthing: check for deb822 source ( #10414 )
2025-12-29 20:40:33 +01:00
CanbiZ (MickLesk)
2cc54fdbdf
speedtest-tracker: add external IP URL and internet check hostname in .env ( #10078 )
2025-12-29 20:40:20 +01:00
community-scripts-pr-app[bot]
86069a1663
Update CHANGELOG.md ( #10419 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-29 19:38:36 +00:00
CanbiZ (MickLesk)
78b4f44447
fix(pelican-panel): prevent composer superuser prompt ( #10418 )
2025-12-29 20:38:10 +01:00
CanbiZ
62ca1552a8
fix cleanup &>/dev/null
2025-12-29 16:10:33 +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