alexbelgium
c99be9b7de
Updater bot : codex updated to 1.9.21
2026-02-28 10:36:09 +01:00
alexbelgium
6be47df3de
Updater bot : cloudcommander updated to 19.6.8
2026-02-28 10:36:05 +01:00
alexbelgium
eb4a9ad6a2
Updater bot : changedetection.io updated to 0.54.2
2026-02-28 10:36:02 +01:00
alexbelgium
58a3cfea41
Updater bot : calibre updated to 9.4.0
2026-02-28 10:35:55 +01:00
alexbelgium
d15f965b22
Updater bot : browserless_chrome updated to 2.42.0
2026-02-28 10:35:52 +01:00
alexbelgium
18c0b8123c
Updater bot : browser_chromium updated to version-0bce4c55
2026-02-28 10:35:48 +01:00
alexbelgium
841258fa03
Updater bot : browser_brave updated to 1.87.191-ls79
2026-02-28 10:35:39 +01:00
alexbelgium
da116e0af1
Updater bot : bitwarden updated to 1.35.4
2026-02-28 10:33:34 +01:00
alexbelgium
f2946090f6
Updater bot : bazarr updated to 1.5.6
2026-02-28 10:33:20 +01:00
github-actions
7d3676bc78
GitHub bot : README updated
2026-02-27 17:11:17 +00:00
github-actions
19e29622a1
GitHub bot : graphs updated
2026-02-27 12:17:38 +00:00
github-actions
4138865795
Github bot : stats updated
2026-02-27 12:16:53 +00:00
Alexandre
d2ee9f9d25
Merge pull request #2545 from alexbelgium/copilot/fix-firefly-iii-importer-boot
...
Fix Firefly III Data Importer boot failure: unbound JSON_CONFIGURATION_DIR
2026-02-27 08:03:55 +01:00
copilot-swe-agent[bot]
360f997a1e
Increment version to 2.1.1-3 and update changelog
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-27 06:25:28 +00:00
copilot-swe-agent[bot]
aef08de244
Fix Firefly III Data Importer boot failure: initialize JSON_CONFIGURATION_DIR before conditional
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-27 06:20:03 +00:00
copilot-swe-agent[bot]
251ce7a3c5
Initial plan
2026-02-27 06:17:31 +00:00
github-actions
686693521e
GitHub bot: changelog
2026-02-26 21:18:05 +00:00
Alexandre
63d664238e
Update config.yaml
2026-02-26 21:58:14 +01:00
Alexandre
69c23958c7
Merge pull request #2543 from alexbelgium/copilot/fix-jellyfin-video-playback
...
Fix Jellyfin render device permissions for non-root PUID/PGID
2026-02-26 21:57:28 +01:00
copilot-swe-agent[bot]
84e7deedd5
Fix Jellyfin GPU render device permissions for non-root users
...
- Dynamically detect render device GID using stat instead of hardcoding 104
- chmod 666 render devices to ensure accessibility for non-root PUID/PGID
- Only run render setup when /dev/dri exists
- Use GID-specific group naming to avoid conflicts
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-26 19:12:45 +00:00
copilot-swe-agent[bot]
10367840ce
Initial plan
2026-02-26 19:04:59 +00:00
github-actions
fdf0fa97e7
GitHub bot: changelog
2026-02-26 18:37:13 +00:00
github-actions
5c097c0442
GitHub bot: changelog
2026-02-26 18:31:58 +00:00
github-actions
6462c6eaf0
GitHub bot: changelog
2026-02-26 18:23:03 +00:00
github-actions
5924648cf5
GitHub bot: changelog
2026-02-26 18:22:18 +00:00
Alexandre
140678e278
Merge pull request #2541 from alexbelgium/copilot/fix-illegal-instruction-error
...
Fix Illegal instruction crash on aarch64 for Social to Mealie addon
2026-02-26 19:16:49 +01:00
Alexandre
5d21eaaa56
Update config.yaml
2026-02-26 19:12:46 +01:00
Alexandre
1aad19a335
Update config.yaml
2026-02-26 19:11:59 +01:00
Alexandre
6ce4c84569
Update config.yaml
2026-02-26 19:11:41 +01:00
Alexandre
664a2e4c9b
Update config.yaml
2026-02-26 19:11:22 +01:00
Alexandre
51e6201102
Merge pull request #2542 from alexbelgium/copilot/fix-vnc-connection-issue
...
Fix corrupted HEALTH_URL/HEALTH_PORT in Dockerfiles and prevent recurrence in updater
2026-02-26 19:10:33 +01:00
github-actions
e5fcc825b2
GitHub bot : README updated
2026-02-26 17:23:06 +00:00
github-actions
489094acf9
GitHub bot: changelog
2026-02-26 17:19:27 +00:00
copilot-swe-agent[bot]
26d29f101d
Fix corrupted HEALTH_URL and ASCII art in Dockerfiles caused by version updater
...
The addons_updater script's global sed replacement corrupted Dockerfiles
when the upstream_version was empty (""), replacing all empty double-quoted
strings with version strings. This corrupted:
- HEALTH_URL values (causing malformed health check URLs and container
instability from failed health checks)
- ASCII art comments in Dockerfile headers
Fixed affected addons: guacamole, tdarr, photoprism, enedisgateway2mqtt_dev,
gazpar2mqtt, seafile
Also added a guard in the updater script to skip updates when version
strings are empty, preventing this corruption from recurring.
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-26 17:15:13 +00:00
copilot-swe-agent[bot]
912c572ec0
Fix Illegal instruction crash on aarch64 by rebuilding native modules
...
On aarch64, native Node.js modules (sharp, @next/swc, etc.) may have
been incorrectly cross-compiled via Docker BuildKit QEMU emulation.
Add an npm rebuild step that runs at startup on aarch64 to re-download
the correct prebuilt native binaries for the actual hardware.
Fixes #XXXX
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-26 17:13:28 +00:00
Alexandre
90ea74861a
Update config.yaml
2026-02-26 17:59:54 +01:00
Alexandre
d43fd4377b
Merge pull request #2538 from alexbelgium/copilot/implement-ingress-birdnet-addon
...
Enable ingress support for birdnet-pipy addon
2026-02-26 17:59:22 +01:00
copilot-swe-agent[bot]
b217fbaf91
Initial plan
2026-02-26 16:58:28 +00:00
copilot-swe-agent[bot]
5d239db4b3
Initial plan
2026-02-26 16:58:17 +00:00
copilot-swe-agent[bot]
5ece7c238b
fix: broaden socket.io sub_filter pattern to match trailing slash variant
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-26 10:52:48 +00:00
copilot-swe-agent[bot]
e0f9c91e43
feat: enable ingress support for birdnet-pipy addon
...
Add ingress: true, ingress_port: 0, and ingress_stream: true to
config.yaml. Update ingress_params.conf with sub_filter rules for
Vue.js SPA: rewrite API paths, stream paths, Socket.IO paths, and
inject base href for Vue Router history mode.
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-26 10:51:29 +00:00
copilot-swe-agent[bot]
a887dd5edf
Initial plan
2026-02-26 10:39:24 +00:00
github-actions
dcc1b87bbb
GitHub bot: changelog
2026-02-26 10:29:08 +00:00
Alexandre
cec6536040
Update config.yaml
2026-02-26 11:22:43 +01:00
Alexandre
a825d12838
Merge pull request #2537 from alexbelgium/copilot/fix-44178713-320811167-8f67515d-5c24-4b6b-ae55-ae696c06ce42
...
Add --skip-ssl to mysql commands in MonicaCRM addon
2026-02-26 11:22:05 +01:00
copilot-swe-agent[bot]
822fcaa43f
Add --skip-ssl flag to mysql commands in MonicaCRM to fix MariaDB connection error
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-26 10:16:47 +00:00
copilot-swe-agent[bot]
08c8ed87c0
Initial plan
2026-02-26 10:14:39 +00:00
github-actions
13cb2b3a12
GitHub bot: changelog
2026-02-26 09:46:31 +00:00
Alexandre
ee21e500a9
Update version to 2.22.1-2 in config.yaml
2026-02-26 10:39:17 +01:00
Alexandre
e9f2626c9a
Merge pull request #2536 from alexbelgium/copilot/fix-hang-on-boot
...
Fix SignalK hang on boot: replace usermod/groupmod with sed
2026-02-26 10:38:49 +01:00