community-scripts-pr-app[bot]
24d1c4a30a
Update CHANGELOG.md ( #10602 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 18:32:07 +00:00
CanbiZ (MickLesk)
d432d98723
iptag: fix syntax error in VM config file parsing ( #10598 )
...
* fix(iptag): Fix syntax error in VM config file parsing
The array assignment was using an invalid pipe construct inside the loop:
vmids+=("${conf##*/}" | sed 's/\.conf$//')
This caused a bash syntax error:
syntax error near unexpected token '2'
Fixed by using:
- shopt -s nullglob to handle empty directories gracefully
- Parameter expansion ${filename%.conf} instead of sed pipe
Fixes #10595
* fix(iptag): Fix syntax error in VM config file parsing
The array assignment was using an invalid pipe construct inside the loop:
vmids+=("${conf##*/}" | sed 's/\.conf$//')
This caused a bash syntax error:
syntax error near unexpected token '2'
Fixed by using parameter expansion ${basename%.conf} instead of sed pipe.
Fixes #10595
2026-01-06 19:31:45 +01:00
community-scripts-pr-app[bot]
3f608cd7ea
Update CHANGELOG.md ( #10601 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 18:27:29 +00:00
CanbiZ (MickLesk)
392a6696ba
feat(hwaccel): Complete rewrite of GPU hardware acceleration support ( #10597 )
2026-01-06 19:27:04 +01:00
Tobias
0e8341cb86
fix: shellcheck changes ( #10591 )
2026-01-06 13:45:03 +01:00
community-scripts-pr-app[bot]
6e74b20150
Update CHANGELOG.md ( #10590 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 12:28:33 +00:00
Tobias
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
community-scripts-pr-app[bot]
47447d18b3
Update CHANGELOG.md ( #10589 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 12:27:50 +00:00
Tobias
78b1ea636a
re-add shellcheck exclusions ( #10586 )
2026-01-06 13:27:23 +01:00
community-scripts-pr-app[bot]
949d0abca7
Update versions.json ( #10587 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 13:06:21 +01:00
community-scripts-pr-app[bot]
eb26fc7de4
Update CHANGELOG.md ( #10584 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 10:59:51 +00:00
Slaviša Arežina
2fddfdd7ea
Fix ( #10578 )
2026-01-06 11:59:26 +01:00
community-scripts-pr-app[bot]
65063f9f5f
Update CHANGELOG.md ( #10577 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05
2026-01-06 00:14:46 +00:00
community-scripts-pr-app[bot]
467fba7d0e
Update versions.json ( #10576 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 01:14:23 +01:00
community-scripts-pr-app[bot]
9d7ec0e91a
Update CHANGELOG.md ( #10575 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 20:55:14 +00:00
Slaviša Arežina
91ce09982c
Refactor ( #10552 )
2026-01-05 21:54:52 +01:00
community-scripts-pr-app[bot]
337fa761fe
Update CHANGELOG.md ( #10570 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 17:06:00 +00:00
Joerg Heinemann
22643791ec
Upgrade Wazuh LXC Container to Debian 13 ( #10551 )
...
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-05 18:05:32 +01:00
community-scripts-pr-app[bot]
312454fa68
Update CHANGELOG.md ( #10569 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 17:03:27 +00:00
CanbiZ (MickLesk)
a761c05fc5
Harden setup_hwaccel for old Intel GPUs ( #10556 )
2026-01-05 18:03:02 +01:00
community-scripts-pr-app[bot]
0eccb274d5
Update CHANGELOG.md ( #10566 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 14:35:09 +00:00
CanbiZ (MickLesk)
91234cc835
reitti: add postgis extension to PostgreSQL DB setup ( #10555 )
...
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-05 15:34:47 +01:00
community-scripts-pr-app[bot]
8bbbdf4c41
Update CHANGELOG.md ( #10565 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 14:29:22 +00:00
CanbiZ (MickLesk)
c4b9cd465a
openWRT: separate disk attachment and resizing in VM setup ( #10557 )
2026-01-05 15:28:54 +01:00
community-scripts-pr-app[bot]
7ef1dd7111
Update CHANGELOG.md ( #10563 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 14:24:28 +00:00
community-scripts-pr-app[bot]
28a68384c1
Update CHANGELOG.md ( #10562 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 14:24:11 +00:00
CanbiZ (MickLesk)
3a35cc8282
Refactor: IP-Tag ( #10558 )
2026-01-05 15:23:58 +01:00
community-scripts-pr-app[bot]
0e2bbc2733
Update CHANGELOG.md ( #10561 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 14:23:42 +00:00
CanbiZ (MickLesk)
b1b0f47eaa
Set TMPDIR for pip to use disk during install ( #10559 )
2026-01-05 15:23:20 +01:00
community-scripts-pr-app[bot]
32927d903e
Update versions.json ( #10553 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 13:07:43 +01:00
community-scripts-pr-app[bot]
66808d03a8
Update CHANGELOG.md ( #10550 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 08:44:36 +00:00
Joerg Heinemann
b59e04fa94
Upgrade evcc LXC to Debian 13 ( #10548 )
2026-01-05 09:44:15 +01:00
community-scripts-pr-app[bot]
cc1117db5d
Update CHANGELOG.md ( #10545 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04
2026-01-05 00:15:27 +00:00
community-scripts-pr-app[bot]
a1005795fc
Update versions.json ( #10544 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 01:15:01 +01:00
community-scripts-pr-app[bot]
4f2fb3c6cc
Update CHANGELOG.md ( #10542 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 22:11:53 +00:00
Rémi Bédard-Couture
cd8991875b
Export IPV6_METHOD to trigger verb_ip6() function ( #10538 )
2026-01-04 23:11:29 +01:00
community-scripts-pr-app[bot]
c6a2548f10
Update CHANGELOG.md ( #10541 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 22:09:31 +00:00
Slaviša Arežina
ad22b8ddd4
Update config_path in prowlarr.json ( #10504 )
2026-01-04 23:09:08 +01:00
community-scripts-pr-app[bot]
03f805e54b
Update CHANGELOG.md ( #10540 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 22:08:09 +00:00
Slaviša Arežina
5f67c385b8
PocketID: Update PocketID for 2.x ( #10506 )
...
* Update PocketID for 2.x
* Update env var
2026-01-04 23:07:44 +01:00
community-scripts-pr-app[bot]
eeb4c0a860
Update CHANGELOG.md ( #10539 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 22:07:17 +00:00
Tobias
266a23d319
fix: reitti: nginx ( #10511 )
...
* fix: reitti: nginx
* fix: reitti: nginx
2026-01-04 23:06:56 +01:00
community-scripts-pr-app[bot]
7cafd046ca
Update CHANGELOG.md ( #10537 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 22:06:20 +00:00
Slaviša Arežina
41c8c4ce0b
Refactor ( #10518 )
2026-01-04 23:05:51 +01:00
community-scripts-pr-app[bot]
a4f62116c9
Update CHANGELOG.md ( #10536 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 22:04:11 +00:00
CanbiZ (MickLesk)
3cd02aac77
MagicMirror: bump to nodejs 24 ( #10534 )
2026-01-04 23:03:45 +01:00
community-scripts-pr-app[bot]
aebb4c3a55
Update CHANGELOG.md ( #10531 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 19:51:06 +00:00
community-scripts-pr-app[bot]
a30c6fc3a9
Update CHANGELOG.md ( #10530 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 19:50:57 +00:00
Slaviša Arežina
dbe2c553fe
Refactor ( #10517 )
2026-01-04 20:50:43 +01:00
community-scripts-pr-app[bot]
195f073ea3
Update CHANGELOG.md ( #10529 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 19:50:35 +00:00