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
community-scripts-pr-app[bot]
0cefe4c5c5
Update versions.json ( #10410 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-29 13:07:02 +01:00
community-scripts-pr-app[bot]
57295c31ab
Update CHANGELOG.md ( #10408 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-29 08:35:59 +00:00
Casey Jones
5a43b901b5
add libmfx-gen1.2 for intel gpu hwaccel ( #10400 )
...
Co-authored-by: Casey Jones <jonescaseyb@gmail.com >
2025-12-29 09:35:35 +01:00
community-scripts-pr-app[bot]
f7d013287b
Update CHANGELOG.md ( #10405 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-28
2025-12-29 00:16:26 +00:00
community-scripts-pr-app[bot]
6b1a7228d3
Update versions.json ( #10404 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-29 01:16:02 +01:00
community-scripts-pr-app[bot]
9667c7a17e
Update CHANGELOG.md ( #10403 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-28 23:39:13 +00:00
CanbiZ (MickLesk)
b4a25160e4
Linkwarden: enable Corepack and prepare Yarn v4 before running yarn ( #10390 )
2025-12-29 00:38:46 +01:00
community-scripts-pr-app[bot]
547043e842
Update CHANGELOG.md ( #10402 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-28 23:38:27 +00:00
CanbiZ (MickLesk)
1d278f53f6
fix(metube): use pnpm + corepack for frontend build ( #10392 )
2025-12-29 00:38:05 +01:00
community-scripts-pr-app[bot]
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
community-scripts-pr-app[bot]
7b08f8d8a2
Update CHANGELOG.md ( #10397 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-28 20:30:27 +00:00
community-scripts-pr-app[bot]
cc8bb3ec9f
Update CHANGELOG.md ( #10395 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-28 20:30:11 +00:00
community-scripts-pr-app[bot]
8c02a1023f
Update date in json ( #10394 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2025-12-28 20:30:06 +00:00