github-actions
97c4f8ad8b
GitHub bot: changelog [nobuild]
2026-05-12 12:30:16 +00:00
Alexandre
e937f6d555
Update config.yaml
2026-05-12 14:26:50 +02:00
Alexandre
68f990f7df
Simplify VPN checks and streamline qBittorrent startup
2026-05-12 14:26:40 +02:00
github-actions
91bb34d206
GitHub bot: changelog [nobuild]
2026-05-12 12:23:26 +00:00
Alexandre
d118eccf6f
Update config.yaml
2026-05-12 14:16:57 +02:00
Alexandre
d1f9725ec0
Check if VPN services are already running before start
2026-05-12 14:16:45 +02:00
Alexandre
1f82a63b69
Revert
2026-05-12 14:12:09 +02:00
github-actions
f59266ad57
GitHub bot: changelog [nobuild]
2026-05-12 10:23:59 +00:00
Alexandre
3b643c5613
Update config.yaml
2026-05-12 12:19:21 +02:00
Alexandre
a247c0c782
Merge pull request #2706 from alexbelgium/copilot/fix-qbittorrent-wireguard-connection
...
qbittorrent: Fix WireGuard "RTNETLINK answers: File exists" crash loop on S6 service restart
2026-05-12 08:52:00 +02:00
copilot-swe-agent[bot]
cf584b9c07
Fix WireGuard RTNETLINK File exists crash loop on S6 service restart
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/caef8dfd-90cd-45ac-a539-6049bb90fd9b
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-05-12 06:32:12 +00:00
copilot-swe-agent[bot]
58a042996c
Initial plan
2026-05-12 06:28:09 +00:00
github-actions
9a0c7cea5f
GitHub bot: changelog [nobuild]
2026-05-11 18:48:18 +00:00
Alexandre
15d14ca9b0
Merge pull request #2705 from ToledoEM/manyfold
...
Update version Manyfold3D to 0.139.3
2026-05-11 20:46:13 +02:00
Enrique
098f04781b
Update version to 0.139.3 in config.yaml
...
version bump of manyfold
2026-05-11 19:26:52 +01:00
github-actions
575ff2264f
Github bot : issues linked to readme
2026-05-11 16:09:06 +00:00
Alexandre
9e6ecedbc1
Merge pull request #2702 from alexbelgium/claude/fix-qbittorrent-arm64-startup-zFYXB
...
Fix qbittorrent startup loop on aarch64: drop s6-notifyoncheck
2026-05-11 07:19:43 +02:00
Claude
f5328b6d66
Fix aarch64 startup loop: /proc/1/fd/1 + notification-fd guard
...
Two independent failure modes can cause the restart loop on arm64:
1. /dev/stdout may be inaccessible in some ARM container runtimes; replaced
with /proc/1/fd/1 which LSIO images already use for direct container stdout.
2. s6-notifyoncheck writes to fd 3 on check success, but s6-rc only opens
that fd when notification-fd exists in the service directory. LSIO arm64
images ship svc-qbittorrent without it, so s6-notifyoncheck exits with
EBADF and s6 restarts the service in a loop. Guard with a file check and
fall back to exec'ing qbittorrent-nox directly when the file is absent.
https://claude.ai/code/session_01F16ThtZyfXj6ZKFPkrSAAq
2026-05-11 05:19:13 +00:00
Claude
862097d6bd
Fix aarch64 startup loop: use /proc/1/fd/1 instead of /dev/stdout
...
/dev/stdout resolves via /proc/self/fd/1 and can be inaccessible in some
ARM container runtimes, causing the exec redirect to fail and s6 to restart
the service in a loop. /proc/1/fd/1 is the path LSIO images already use
for direct container stdout (see nginx silent-mode handling) and is reliable
across architectures.
https://claude.ai/code/session_01F16ThtZyfXj6ZKFPkrSAAq
2026-05-11 05:17:32 +00:00
Claude
e5048aa378
Fix aarch64 startup loop: use s6-notifyoncheck only when notification-fd exists
...
s6-rc opens fd 3 for a longrun service only when a notification-fd file is
present in the service directory. The LSIO aarch64 image ships svc-qbittorrent
without that file, so fd 3 is never opened. s6-notifyoncheck exits with EBADF
after its readiness check passes, s6 treats the supervised process as dead and
immediately restarts it — producing the infinite "Starting qBittorrent..." loop.
Check for the notification-fd file at runtime: use the full s6-notifyoncheck
path when it is present (amd64, preserving existing behaviour), and fall back
to exec'ing qbittorrent-nox directly when it is absent (aarch64).
https://claude.ai/code/session_01F16ThtZyfXj6ZKFPkrSAAq
2026-05-11 05:16:13 +00:00
github-actions
5c0876dac0
Github bot : image compressed
2026-05-10 23:22:35 +00:00
github-actions
81cb4b9506
GitHub bot : README updated
2026-05-10 17:20:19 +00:00
Claude
8bdb3897da
Fix qbittorrent startup loop on aarch64: drop s6-notifyoncheck
...
s6-notifyoncheck writes to fd 3 when its readiness check passes, but
the LSIO aarch64 image's svc-qbittorrent service has no notification-fd
file so s6-rc never opens fd 3. s6-notifyoncheck exits with EBADF, s6
sees the supervised process die and immediately restarts it, producing
the infinite "Starting qBittorrent..." loop seen on odroid-c2 and other
aarch64 boards.
Drop s6-notifyoncheck entirely and exec qbittorrent-nox directly under
s6-setuidgid so s6 supervises the real process. Silent mode is handled
by redirecting the shell's fds before exec rather than passing a
/dev/stdout path (avoids a separate class of ARM container fd issues).
https://claude.ai/code/session_01F16ThtZyfXj6ZKFPkrSAAq
2026-05-10 16:30:23 +00:00
Alexandre
7732fc9bf1
Merge pull request #2701 from alexbelgium/copilot/restore-qbittorrent-5-2-0-1
...
Restore qbittorrent to 5.2.0-1
2026-05-10 18:19:06 +02:00
copilot-swe-agent[bot]
5eb0b4812a
Restore qbittorrent to 5.2.0-1
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/cdb03348-d634-4a0b-b56c-90df2b4dfb21
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-05-10 15:51:37 +00:00
github-actions
a74a9c65ee
GitHub bot: changelog [nobuild]
2026-05-10 15:46:46 +00:00
Alexandre
f7e220c518
Update qbittorrent version to 5.2.0-5
2026-05-10 17:44:21 +02:00
Alexandre
17fe758300
Fix set -u usage in qbittorrent run script
2026-05-10 17:44:01 +02:00
Alexandre
58c7ff1c4d
Fix non-root user check in qbittorrent run script
2026-05-10 17:43:22 +02:00
Alexandre
e5ddc59f65
Merge pull request #2700 from alexbelgium/copilot/fix-unbound-variable-error
...
qbittorrent: fix LSIO_NON_ROOT_USER unbound variable crash on startup
2026-05-10 17:36:52 +02:00
Alexandre
9bca5bf467
Add WEBUI_PORT variable with default value
2026-05-10 17:36:23 +02:00
copilot-swe-agent[bot]
7c5091b17d
Fix LSIO_NON_ROOT_USER unbound variable and remove duplicate QB_BIN detection
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/f0c93dc8-1fcc-4cad-b9c3-ef3443b14db9
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-05-10 15:33:00 +00:00
github-actions
1d1591b685
Github bot : issues linked to readme
2026-05-10 15:20:30 +00:00
Alexandre
286cf0422e
Merge pull request #2697 from alexbelgium/copilot/fix-qbittorrent-startup-issue
...
qbittorrent 5.2.0-3: fix restart loop on aarch64 devices
2026-05-10 17:20:08 +02:00
Alexandre
d515053406
Merge branch 'master' into copilot/fix-qbittorrent-startup-issue
2026-05-10 17:19:53 +02:00
copilot-swe-agent[bot]
cb6e9e0ecb
Merge origin/master: combine restart loop fixes into 5.2.0-3
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/0b6f18f4-1da4-4284-86c4-a883db0a8e04
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-05-10 15:17:42 +00:00
Alexandre
13b1719499
Merge pull request #2699 from alexbelgium/claude/fix-issue-2685-qtuyr
...
fix(seafile): seed admin credentials so first-run setup completes
2026-05-10 17:15:33 +02:00
copilot-swe-agent[bot]
61011dc352
Fix qbittorrent restart loop on aarch64: remove /dev/stdout redirect, align run script with LSIO upstream
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/3ce233ea-82a8-4032-92ee-5bf0a7616f74
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-05-10 14:57:37 +00:00
Alexandre
df2cd8c40b
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-10 16:37:50 +02:00
Alexandre
b6fb882ef3
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-10 16:37:41 +02:00
Alexandre
d1d24e543a
Merge pull request #2696 from alexbelgium/copilot/fix-mealie-sidebar-visibility
...
fix(mealie): remove duplicate panel_admin key causing non-admin sidebar invisibility
2026-05-10 16:34:45 +02:00
Claude
19d7ab3b1b
fix(seafile): seed admin credentials so first-run setup completes
...
Seafile's check_init_admin.py looks for SEAFILE_ADMIN_EMAIL/PASSWORD
in the env, then falls back to conf/admin.txt, and only prompts
interactively if neither is available. The upstream init.sh writes
admin.txt, but it is skipped when conf/ccnet.conf or conf/revision
already exist (e.g. after a partial previous install) and the env
vars do not always reach the seahub subprocess via su. Write
admin.txt directly and inject the values into seafile.env so admin
creation succeeds (#2685 ).
https://claude.ai/code/session_01EwuoFH7aHJMySr9J775XQP
2026-05-10 14:30:01 +00:00
Alexandre
434b0ea597
Merge pull request #2698 from alexbelgium/claude/fix-qbittorrent-banner-jLDDU
...
Fix qBittorrent restart loop: dynamic binary discovery and remove s6-notifyoncheck
2026-05-10 16:26:04 +02:00
copilot-swe-agent[bot]
4e9901a957
fix: remove duplicate panel_admin key in mealie config.yaml, bump to v3.17.0-1
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/73909b31-3e8e-4835-8d3e-3650650d4399
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-05-10 14:24:20 +00:00
copilot-swe-agent[bot]
0c156971d1
Initial plan
2026-05-10 14:21:02 +00:00
copilot-swe-agent[bot]
6e0b0f75d0
Initial plan
2026-05-10 14:20:48 +00:00
Claude
f241470906
Fix qBittorrent restart loop: dynamic binary discovery and remove s6-notifyoncheck
...
s6-notifyoncheck exits with EBADF when notification-fd 3 isn't opened by
s6-rc (can happen depending on LSIO image layer order), killing the supervised
qBittorrent process and causing the 2-second restart loop. Dropping it lets
s6 supervise qBittorrent directly without the fragile fd notification path.
Also probe /app, /usr/bin, and /usr/local/bin for the binary so the addon
works across LSIO image builds that place qbittorrent-nox in different spots.
https://claude.ai/code/session_015eiGSjWjSVtKbBFhBHUeDt
2026-05-10 05:03:48 +00:00
Alexandre
db21860d29
Merge pull request #2693 from alexbelgium/claude/fix-issue-2688-qMcA7
...
fix: force IPv4 host resolution for MariaDB addon connections (#2688 )
2026-05-10 07:34:16 +03:00
Alexandre
c160bd46b7
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-10 07:17:06 +03:00
Claude
f19d668d07
fix: force IPv4 host resolution for MariaDB addon connections ( #2688 )
...
On HAOS >=17.3 the Supervisor Docker network gained IPv6, so
core-mariadb resolves to an IPv6 address first. The official MariaDB
addon only grants its service user from the IPv4 supervisor subnet, so
connections from IPv6 fail with "Access denied".
Resolve the hostname to its IPv4 address before connecting in every
addon that consumes bashio::services 'mysql' 'host': photoprism,
monica, fireflyiii, seafile, zoneminder. Fall back to the raw hostname
if resolution fails so IPv4-only setups keep working unchanged.
2026-05-10 04:01:52 +00:00
github-actions
ac184de299
Github bot : issues linked to readme
2026-05-10 02:15:43 +00:00
Alexandre
34577c11bc
Merge pull request #2691 from alexbelgium/copilot/fix-qbittorrent-addon-error
...
qbittorrent: fix s6-applyuidgid fatal error — qbittorrent-nox path moved by LSIO
Fixes https://github.com/alexbelgium/hassio-addons/issues/2689 https://github.com/alexbelgium/hassio-addons/issues/2690
2026-05-10 05:15:26 +03:00
copilot-swe-agent[bot]
636547ed12
Fix qbittorrent-nox path: /usr/bin → /app, bump version to 5.2.0-1
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/52e22c62-a843-46e2-a080-a29699d4b02b
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-05-10 02:07:15 +00:00
github-actions
954467945f
GitHub bot: changelog [nobuild]
2026-05-10 02:07:06 +00:00
Alexandre
d9cc922bd0
Merge pull request #2683 from Riza-Aslan/patch-1
...
Add panel_admin configuration to config.yaml
2026-05-10 04:04:35 +02:00
Alexandre
a2a5994723
Merge pull request #2676 from ToledoEM/nginx_wp
...
NGINX webserver and Proxy Manager
2026-05-10 04:04:10 +02:00
Alexandre
b6d7ff38a7
Merge pull request #2672 from RolandColored/patch-1
...
Allow Mealie addon usage for non-admins
2026-05-10 04:03:52 +02:00
github-actions[bot]
b6fbfdd8b2
Update stargazer map & cache
2026-05-10 01:40:16 +00:00
github-actions
5d57a418df
Github bot : issues linked to readme
2026-05-09 15:54:02 +00:00
alexbelgium
d63b8b55f6
Updater bot : zzz_archived_code-server updated to 4.118.0
2026-05-09 01:31:42 +02:00
alexbelgium
aef0e7992b
Updater bot : webtrees updated to 2.2.6
2026-05-09 01:31:25 +02:00
alexbelgium
b5c77c8609
Updater bot : webtop_kde updated to 4.16-r0-ls95
2026-05-09 01:31:21 +02:00
alexbelgium
c9a4d81eaf
Updater bot : tdarr updated to 2.71.01
2026-05-09 01:30:30 +02:00
alexbelgium
70888198ac
Updater bot : sonarr updated to 4.0.17.2967
2026-05-09 01:30:18 +02:00
alexbelgium
18a15de0c9
Updater bot : qbittorrent updated to 5.2.0
2026-05-09 01:29:43 +02:00
alexbelgium
eb9953a5ef
Updater bot : prowlarr updated to nightly-2.3.7.5365-ls234
2026-05-09 01:29:39 +02:00
alexbelgium
dd67248f68
Updater bot : plex updated to 1.43.1.10611-1e34174b1-ls304
2026-05-09 01:29:29 +02:00
alexbelgium
99009fc0b4
Updater bot : piwigo updated to 16.4.0
2026-05-09 01:29:25 +02:00
alexbelgium
35d5753f72
Updater bot : nzbget updated to v26.1-ls242
2026-05-09 01:29:13 +02:00
alexbelgium
7c9334f51f
Updater bot : netalertx_fa updated to 26.5.4
2026-05-09 01:29:06 +02:00
alexbelgium
bf7b114c6e
Updater bot : netalertx updated to 26.5.4
2026-05-09 01:29:02 +02:00
alexbelgium
d33d4d2372
Updater bot : mealie updated to v3.17.0
2026-05-09 01:28:46 +02:00
alexbelgium
e322c21a91
Updater bot : maintainerr updated to 3.10.2
2026-05-09 01:28:42 +02:00
alexbelgium
66e8ce9661
Updater bot : jackett updated to 0.24.1822
2026-05-09 01:28:18 +02:00
alexbelgium
5be00b0d10
Updater bot : grampsweb updated to 26.5.0
2026-05-09 01:27:52 +02:00
alexbelgium
c508c300b3
Updater bot : flexget updated to 3.19.16
2026-05-09 01:27:39 +02:00
alexbelgium
bc722af4b9
Updater bot : filebrowser updated to 2.63.3
2026-05-09 01:27:23 +02:00
alexbelgium
559b8ec4e8
Updater bot : epicgamesfree updated to debian-2026-05-08
2026-05-09 01:27:19 +02:00
alexbelgium
e4c9f11974
Updater bot : ente updated to 4.4.21
2026-05-09 01:27:16 +02:00
alexbelgium
204d9fcda1
Updater bot : codex updated to 1.11.4
2026-05-09 01:26:56 +02:00
alexbelgium
129f891405
Updater bot : cloudcommander updated to 19.16.0
2026-05-09 01:26:52 +02:00
alexbelgium
6f0cd16cc6
Updater bot : cleanuparr updated to 2.9.11
2026-05-09 01:26:48 +02:00
alexbelgium
28e7478555
Updater bot : browserless_chrome updated to 2.48.3
2026-05-09 01:26:35 +02:00
alexbelgium
a0fb58f871
Updater bot : browser_chromium updated to version-3f0abc3c
2026-05-09 01:26:30 +02:00
alexbelgium
84556edd4e
Updater bot : browser_brave updated to 1.90.121-ls97
2026-05-09 01:26:20 +02:00
alexbelgium
a327993308
Updater bot : bitwarden updated to 1.36.0
2026-05-09 01:25:36 +02:00
alexbelgium
3943f0221a
Updater bot : birdnet-pipy updated to 0.6.8
2026-05-09 01:25:32 +02:00
alexbelgium
9f5350ad62
Updater bot : autobrr updated to 1.77.1
2026-05-09 01:25:13 +02:00
github-actions
4c925a9aae
GitHub bot : README updated
2026-05-08 17:31:06 +00:00
github-actions
c65ee2a227
GitHub bot : graphs updated
2026-05-08 12:38:48 +00:00
github-actions
4d7e0eaabe
Github bot : stats updated
2026-05-08 12:37:51 +00:00
Alexandre
c62d1efbd9
Update daily_stale.yml
2026-05-06 17:33:40 +09:00
ToledoEM
5f945b4139
more actions cleaning
2026-05-05 12:51:33 +01:00
ToledoEM
15f1f98c74
codacy lint and code style fix
2026-05-05 12:49:32 +01:00
Riza-Aslan
857bc3f3fd
Add panel_admin configuration to config.yaml
...
Allow none admin users to access Mealie
2026-05-05 08:50:33 +02:00
github-actions
264e5a72a3
Github bot : image compressed
2026-05-03 23:20:34 +00:00
github-actions
6be4b0ec25
Github bot : issues linked to readme
2026-05-03 16:47:21 +00:00
Alexandre
eda45f05d7
Merge pull request #2680 from Suncuss/fix/birdnet-pipy-nginx-wait-for-upstream
...
birdnet-pipy: wait for upstream API in nginx run instead of sleep
2026-05-03 09:49:02 +02:00
Yudong Sun
cae9984aaa
birdnet-pipy: wait for upstream API before starting nginx
...
Replaces the 0.6.6-3 sleep+ingress-file-loop in services.d/nginx/run
with bashio::net.wait_for on 127.0.0.1:5002 (core.api). Under
s6-overlay all services.d/* services start concurrently, so nginx
could accept requests before the API had bound its port — proxy paths
(/api/, /socket.io/, /internal/auth) would 502, and that 502 could be
cached by an upstream service worker / edge cache (e.g. Cloudflare-
fronted HA), leaving the UI blank.
Matches the sister-addon pattern (bazarr, jellyfin, radarr). Also
switches to `exec nginx` for proper s6 supervision of the nginx PID.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-02 23:50:20 -04:00
github-actions[bot]
28db52d47f
Update stargazer map & cache
2026-05-03 01:35:30 +00:00
alexbelgium
44f375f01c
Updater bot : webtop_kde updated to 4.16-r0-ls94
2026-05-02 01:31:26 +02:00
alexbelgium
194f711561
Updater bot : social_to_mealie updated to 1.6.2
2026-05-02 01:30:19 +02:00
alexbelgium
0ea0595b02
Updater bot : signalk updated to 2.26.0
2026-05-02 01:30:15 +02:00
alexbelgium
d5c8121bed
Updater bot : scrutiny_fa updated to v1.52.0
2026-05-02 01:30:06 +02:00
alexbelgium
480c00d5d7
Updater bot : scrutiny updated to v1.52.0
2026-05-02 01:30:03 +02:00
alexbelgium
85e7cf754b
Updater bot : sabnzbd updated to 5.0.1
2026-05-02 01:29:58 +02:00
alexbelgium
30328d41bf
Updater bot : prowlarr updated to nightly-2.3.6.5351-ls232
2026-05-02 01:29:40 +02:00
alexbelgium
87ec756311
Updater bot : portainer updated to 2.41.0
2026-05-02 01:29:33 +02:00
alexbelgium
c1edd7f7ca
Updater bot : plex updated to 1.43.1.10611-1e34174b1-ls303
2026-05-02 01:29:29 +02:00
alexbelgium
b4bcea30f6
Updater bot : nzbget updated to v26.1-ls241
2026-05-02 01:29:13 +02:00
alexbelgium
c6ee13ad6e
Updater bot : nextcloud updated to 33.0.3
2026-05-02 01:29:09 +02:00
alexbelgium
f8d916cb12
Updater bot : maintainerr updated to 3.10.0
2026-05-02 01:28:44 +02:00
alexbelgium
eb699219e5
Updater bot : jackett updated to 0.24.1807
2026-05-02 01:28:20 +02:00
alexbelgium
32b4f08448
Updater bot : immich_power_tools updated to 0.21.3
2026-05-02 01:28:15 +02:00
alexbelgium
1864bc4c17
Updater bot : grav updated to 1.7.52
2026-05-02 01:27:55 +02:00
alexbelgium
b21a60178e
Updater bot : grampsweb updated to 26.4.3
2026-05-02 01:27:51 +02:00
alexbelgium
f81e0caeb7
Updater bot : flexget updated to 3.19.15
2026-05-02 01:27:37 +02:00
alexbelgium
2f0a52cab8
Updater bot : fireflyiii updated to 6.6.2
2026-05-02 01:27:28 +02:00
alexbelgium
e954bb4960
Updater bot : filebrowser_quantum updated to 1.3.1
2026-05-02 01:27:23 +02:00
alexbelgium
8128a562b9
Updater bot : emby_beta updated to 4.10.0.11
2026-05-02 01:27:05 +02:00
alexbelgium
a0a32d6bcb
Updater bot : codex updated to 1.10.14
2026-05-02 01:26:54 +02:00
alexbelgium
508fae87fa
Updater bot : cloudcommander updated to 19.15.0
2026-05-02 01:26:50 +02:00
alexbelgium
a69d8fa791
Updater bot : cleanuparr updated to 2.9.10
2026-05-02 01:26:46 +02:00
alexbelgium
d24fe361eb
Updater bot : changedetection.io updated to 0.55.3
2026-05-02 01:26:42 +02:00
alexbelgium
b2baed7ff8
Updater bot : calibre updated to 9.8.0
2026-05-02 01:26:35 +02:00
alexbelgium
ea034ca7f4
Updater bot : browserless_chrome updated to 2.48.2
2026-05-02 01:26:31 +02:00
alexbelgium
44a802bb4f
Updater bot : browser_chromium updated to version-5dea07d5
2026-05-02 01:26:27 +02:00
alexbelgium
7a5e0b4b8f
Updater bot : browser_brave updated to 1.89.145-ls96
2026-05-02 01:26:17 +02:00
alexbelgium
e87afef794
Updater bot : bitwarden updated to 1.35.8
2026-05-02 01:25:35 +02:00
alexbelgium
6e7b08d728
Updater bot : birdnet-go updated to nightly-20260429-405
2026-05-02 01:25:27 +02:00
alexbelgium
16f13a266f
Updater bot : autobrr updated to 1.77.0
2026-05-02 01:25:12 +02:00
github-actions
9d53ce28ca
GitHub bot : README updated
2026-05-01 17:22:09 +00:00
github-actions
a4f51bfacf
GitHub bot : graphs updated
2026-05-01 12:28:06 +00:00
github-actions
f3045354b7
Github bot : stats updated
2026-05-01 12:27:07 +00:00
ToledoEM
526d66b88f
NGINX webserver and Proxy Manager
2026-05-01 11:52:03 +01:00
github-actions
47938f830c
Github bot : image compressed
2026-04-26 23:18:24 +00:00
Roland Kahlert
00f8eaa001
Allow adding usage for non-admins
2026-04-26 15:51:00 +02:00
github-actions[bot]
67c761ed89
Update stargazer map & cache
2026-04-26 01:31:31 +00:00
alexbelgium
bbdad1f286
Updater bot : zzz_archived_code-server updated to 4.117.0
2026-04-25 01:31:14 +02:00
alexbelgium
dfee782a44
Updater bot : nzbget updated to v26.1-ls240
2026-04-25 01:28:54 +02:00
alexbelgium
535a39c2be
Updater bot : maintainerr updated to 3.8.0
2026-04-25 01:28:26 +02:00
alexbelgium
31cc5868d1
Updater bot : jackett updated to 0.24.1736
2026-04-25 01:28:03 +02:00
alexbelgium
65c9de7a0c
Updater bot : gitea updated to 1.26.1
2026-04-25 01:27:34 +02:00
alexbelgium
d6401e32ba
Updater bot : flexget updated to 3.19.14
2026-04-25 01:27:23 +02:00
alexbelgium
3467fb0b07
Updater bot : codex updated to 1.10.12
2026-04-25 01:26:44 +02:00
alexbelgium
3376df452f
Updater bot : browser_brave updated to 1.89.143-ls94
2026-04-25 01:26:14 +02:00
github-actions
807bfab75f
GitHub bot : README updated
2026-04-24 17:20:36 +00:00
github-actions
b6d792eaf8
GitHub bot: changelog [nobuild]
2026-04-24 12:42:40 +00:00
Alexandre
c9e7e5b411
Merge pull request #2669 from ToledoEM/bentopdf
...
Bentopdf version bump
2026-04-24 14:40:34 +02:00
github-actions
c3560fc110
GitHub bot : graphs updated
2026-04-24 12:30:12 +00:00
github-actions
a3a0f77fc4
Github bot : stats updated
2026-04-24 12:29:28 +00:00
ToledoEM
9b7d842522
Bnetopdf version bump 2.8.4
2026-04-24 11:29:07 +01:00
ToledoEM
71ec28a5cd
Manyfold version bump 0.138.0
2026-04-24 11:19:33 +01:00
github-actions
1bd2c38627
GitHub bot: changelog [nobuild]
2026-04-23 12:53:25 +00:00
alexbelgium
e2a87dd01e
Updater bot : zzz_archived_jellyseerr updated to v3.2.0
2026-04-23 14:44:21 +02:00
alexbelgium
0a66673372
Updater bot : zzz_archived_code-server updated to 4.116.0
2026-04-23 14:44:16 +02:00
alexbelgium
51cdc85eba
Updater bot : whoogle updated to 1.2.4
2026-04-23 14:44:02 +02:00
alexbelgium
d174b6ab40
Updater bot : wger updated to 2.6-dev
2026-04-23 14:43:54 +02:00
alexbelgium
cf943a6da8
Updater bot : webtop_kde updated to 4.16-r0-ls93
2026-04-23 14:43:50 +02:00
Alexandre
1d293b4f5d
Update config.yaml
2026-04-23 14:43:09 +02:00
Alexandre
a84eb3c883
Update run
2026-04-23 14:42:58 +02:00
alexbelgium
dd886df895
Updater bot : tdarr updated to 2.70.01
2026-04-23 14:42:49 +02:00
alexbelgium
db9ccbe2a6
Updater bot : tandoor_recipes updated to 2.6.9
2026-04-23 14:42:46 +02:00
alexbelgium
d1ecae875a
Updater bot : signalk updated to 2.25.0
2026-04-23 14:42:27 +02:00
alexbelgium
c5096b40f1
Updater bot : seerr updated to 3.2.0
2026-04-23 14:42:22 +02:00
alexbelgium
683b3bab54
Updater bot : scrutiny_fa updated to v1.50.0
2026-04-23 14:42:15 +02:00
alexbelgium
da80c4660d
Updater bot : scrutiny updated to v1.50.0
2026-04-23 14:42:10 +02:00
alexbelgium
559052a539
Updater bot : prowlarr updated to nightly-2.3.6.5351-ls231
2026-04-23 14:41:45 +02:00
alexbelgium
5180a48d67
Updater bot : plex updated to 1.43.1.10611-1e34174b1-ls302
2026-04-23 14:41:34 +02:00
alexbelgium
a3d0bcc185
Updater bot : openproject updated to 17.3.1
2026-04-23 14:41:23 +02:00
alexbelgium
bb3e4e2c88
Updater bot : nzbget updated to v26.1-ls239
2026-04-23 14:41:15 +02:00
alexbelgium
029fe39f3d
Updater bot : navidrome updated to 0.61.2
2026-04-23 14:40:59 +02:00
alexbelgium
01664bd948
Updater bot : mylar3 updated to 0.9.0
2026-04-23 14:40:54 +02:00
alexbelgium
861dfb55f4
Updater bot : mealie updated to v3.16.0
2026-04-23 14:40:44 +02:00
alexbelgium
5c6fc6aaf0
Updater bot : linkwarden updated to 2.14.1
2026-04-23 14:40:35 +02:00
alexbelgium
9e7c95df7e
Updater bot : librespeed updated to 6.1.0
2026-04-23 14:40:27 +02:00
alexbelgium
0d8612c565
Updater bot : joplin updated to 3.6.1
2026-04-23 14:40:19 +02:00
alexbelgium
1d64e32440
Updater bot : jackett updated to 0.24.1731
2026-04-23 14:40:08 +02:00
alexbelgium
541779bd79
Updater bot : immich_power_tools updated to 0.21.2
2026-04-23 14:40:02 +02:00
alexbelgium
edd3c29704
Updater bot : grampsweb updated to 26.4.2
2026-04-23 14:39:35 +02:00
alexbelgium
2c9517a1d1
Updater bot : gitea updated to 1.26.0
2026-04-23 14:39:30 +02:00
alexbelgium
d35855cd60
Updater bot : fireflyiii_data_importer updated to 2.3.2
2026-04-23 14:39:12 +02:00
alexbelgium
309c616931
Updater bot : fireflyiii updated to 6.6.1
2026-04-23 14:39:07 +02:00
alexbelgium
165679ce9c
Updater bot : filebrowser_quantum updated to 1.3.0
2026-04-23 14:39:02 +02:00
alexbelgium
66440bfd52
Updater bot : ente updated to 4.4.20
2026-04-23 14:38:52 +02:00
alexbelgium
a3cc399f39
Updater bot : cloudcommander updated to 19.13.1
2026-04-23 14:38:25 +02:00
alexbelgium
be992d028c
Updater bot : changedetection.io updated to 0.54.10
2026-04-23 14:38:18 +02:00
alexbelgium
a8ddb053a7
Updater bot : browser_chromium updated to version-91d1c203
2026-04-23 14:38:04 +02:00
alexbelgium
c10720741d
Updater bot : browser_brave updated to 1.89.141-ls93
2026-04-23 14:37:53 +02:00
github-actions
415fb765ef
GitHub bot: changelog [nobuild]
2026-04-23 12:37:15 +00:00
Alexandre
af3a4a703c
Update config.yaml
2026-04-23 14:31:13 +02:00
Alexandre
0275ce6d06
Comment out sub_filter_types in ingress_params.conf
...
Comment out the sub_filter_types directive in Nginx config.
2026-04-23 14:31:04 +02:00
Alexandre
e365fbe944
Merge pull request #2663 from alexbelgium/copilot/fix-firefly-access-denied-issue
...
fix(fireflyiii): respect user-configured DB credentials when using mariadb_addon
2026-04-23 14:14:33 +02:00
copilot-swe-agent[bot]
169e3134f8
fix(fireflyiii): address review feedback - no password logging, safe CREATE DATABASE, DB name validation, v6.5.10
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/3edc7858-637d-40e0-849a-4d525187396d
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-23 11:54:58 +00:00
Alexandre
6b0341b4b2
Merge pull request #2668 from alexbelgium/copilot/fix-starting-custom-scripts
...
bazarr: fix startup crash due to missing leading slash in base_url
2026-04-22 10:31:46 +02:00
Alexandre
ca049de86e
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-04-22 10:31:37 +02:00
copilot-swe-agent[bot]
2df2b816dc
Fix Bazarr crash: add leading slash to base_url for Flask blueprint registration
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/a216cbc7-6136-4c7c-abbd-7028912b409d
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-22 06:44:59 +00:00
Alexandre
7c36d91199
Merge pull request #2667 from alexbelgium/copilot/fix-claude-md-documentation
...
docs(CLAUDE.md): fix three inaccuracies in agent guidance
2026-04-22 07:27:01 +02:00
copilot-swe-agent[bot]
f07859fbbb
fix(CLAUDE.md): updater.json is required for automatic updates
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/51a8903c-c610-43ec-95e7-642cc98a58ea
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-22 05:26:29 +00:00
copilot-swe-agent[bot]
30e78aaa70
fix(CLAUDE.md): fix five more inaccuracies found in full doc review
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/003d19bf-c9aa-4a9e-b600-a45c60434177
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-22 05:21:09 +00:00
copilot-swe-agent[bot]
749426fe0d
fix(CLAUDE.md): correct directory structure, env passthrough, and versioning docs
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/997a500a-0574-48ef-867c-d16ea5129e64
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-22 04:42:24 +00:00
github-actions
d8f32d838e
GitHub bot: changelog [nobuild]
2026-04-21 20:48:45 +00:00
Alexandre
614ff9cd78
Update version to 3.2.0 in config.yaml
2026-04-21 22:46:54 +02:00
Alexandre
07b8c5548d
Merge pull request #2666 from alexbelgium/claude/add-claude-documentation-f7y02
...
Add CLAUDE.md with codebase structure and development guidelines
2026-04-21 22:30:57 +02:00
Claude
f3b0d4e9cc
Add CLAUDE.md with codebase structure and development guidelines
...
Documents add-on directory layout, Dockerfile conventions, shared .templates/ scripts, config.yaml schema, versioning format, CI/CD workflows, linting rules, and PR requirements for AI-assisted development.
https://claude.ai/code/session_01VyLJYfeHAyp539nWJhupiQ
2026-04-21 20:01:23 +00:00
Alexandre
93fa7fe2d6
Merge pull request #2664 from Suncuss/fix/birdnet-pipy-bump-0.6.6
...
birdnet-pipy: bump to 0.6.6
2026-04-21 07:07:09 +02:00
Yudong Sun
79c16cffd7
birdnet-pipy: bump to 0.6.6
...
Bump birdnet-pipy to 0.6.6 (upstream tags v0.6.5 + v0.6.6; skipping
0.6.5 same as the updater bot would).
Minor CHANGELOG.md cleanup while here: normalize 10 entries from
DD-MM-YYYY to YYYY-MM-DD, and remove a stale pre-ingress block (0.2,
0.6.1-0.6.6 dated Jan 2026) that was colliding with real version
numbers further up the file.
2026-04-21 00:42:36 -04:00
github-actions
74fbadb8b1
GitHub bot : README updated
2026-04-20 17:23:21 +00:00
github-actions
e11182e837
GitHub bot: sanitize (spaces + LF endings) & chmod [nobuild]
2026-04-20 09:09:35 +00:00
copilot-swe-agent[bot]
547f1214b4
fix(fireflyiii): respect user-configured DB credentials when using mariadb_addon
...
When DB_CONNECTION is set to mariadb_addon, the script now checks if the user
has explicitly configured DB_USERNAME, DB_PASSWORD, or DB_DATABASE in addon
options. If set, those values are used instead of the MariaDB addon service
discovery credentials. This fixes authentication failures when the service
account doesn't have proper access.
Fixes: Firefly III access denied for user 'service' issue
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/7cacda5b-d03e-47c5-b4fc-4cfb4ef2a3dc
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-20 09:09:20 +00:00
Alexandre
42d725389c
Merge pull request #2659 from alexbelgium/copilot/add-ingress-support-to-bazarr-addon
...
Add Ingress support to Bazarr NAS addon https://github.com/alexbelgium/hassio-addons/issues/2658
2026-04-20 11:08:48 +02:00
copilot-swe-agent[bot]
cb6b59a706
Increment bazarr version to 1.5.6-3
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/a1ce3a2c-53aa-4027-bdd3-4cfceb087133
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-20 09:06:25 +00:00
copilot-swe-agent[bot]
f607a1a0d6
Initial plan
2026-04-20 09:05:39 +00:00
github-actions
7299934315
Github bot : issues linked to readme
2026-04-20 08:20:07 +00:00
copilot-swe-agent[bot]
3ddc0e8cb3
Remove trailing whitespace in upstream.conf
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/46ce0994-9638-4ec9-8ba3-e65a2fc6f89f
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-20 08:03:22 +00:00
copilot-swe-agent[bot]
1d2a1d5ed0
Fix version mismatch: bump config.yaml version to 1.5.6-2 to match CHANGELOG
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/46ce0994-9638-4ec9-8ba3-e65a2fc6f89f
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-20 08:02:32 +00:00
copilot-swe-agent[bot]
90fb740009
Update CHANGELOG.md and README.md for Bazarr ingress support
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/78d7d6d1-48d6-4b72-b2ec-994ffd94eba3
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-20 07:51:23 +00:00
Alexandre
e6d8c926c3
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-04-20 09:43:11 +02:00
Alexandre
de34808c40
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-04-20 09:43:00 +02:00
github-actions
4984525334
Github bot : image compressed
2026-04-19 23:15:52 +00:00
github-actions[bot]
e9e2707a3b
Update stargazer map & cache
2026-04-19 01:26:42 +00:00
copilot-swe-agent[bot]
5df9eb8588
Add Ingress support to Bazarr NAS addon
...
- Add ingress: true, ingress_entry, panel_icon, panel_admin to config.yaml
- Add connection_mode option (ingress_noauth/noingress_auth/ingress_auth)
- Add nginx package and 90-disable_ingress.sh module to Dockerfile
- Add nginx reverse proxy configuration (matching Sonarr/Radarr pattern)
- Add 32-nginx_ingress.sh init script for Bazarr YAML config handling
- Add nginx S6 service (run/finish) with base_url validation
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/621436fb-7e38-4572-8231-55b067f62d83
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-18 12:53:47 +00:00
copilot-swe-agent[bot]
69f1e74476
Initial plan
2026-04-18 12:46:25 +00:00
Alexandre
dd5386638c
Remove panel_admin setting from config.yaml
2026-04-18 07:53:35 +02:00
Alexandre
24c553fc08
Update Node version in Dockerfile for frontend build
2026-04-18 07:52:34 +02:00
GitHub Actions
fdab2df3fd
Revert "Updater bot : mealie updated to v3.16.0"
...
This reverts commit f25492f3ab .
2026-04-18 03:50:42 +00:00
GitHub Actions
d2c1742578
Revert "Updater bot : mylar3 updated to 0.9.0"
...
This reverts commit 4e9fef3823 .
2026-04-18 03:50:42 +00:00
GitHub Actions
134e4977d0
Revert "Updater bot : navidrome updated to 0.61.2"
...
This reverts commit fe6b2d40f5 .
2026-04-18 03:50:42 +00:00
GitHub Actions
4e6fa47a76
Revert "Updater bot : nzbget updated to v26.1-ls239"
...
This reverts commit 5f43b558c9 .
2026-04-18 03:50:42 +00:00
GitHub Actions
af2a3fc657
Revert "Updater bot : openproject updated to 17.3.0"
...
This reverts commit a0f1af5e2d .
2026-04-18 03:50:42 +00:00
GitHub Actions
489cb8c909
Revert "Updater bot : prowlarr updated to nightly-2.3.6.5351-ls230"
...
This reverts commit 7c8a99ed65 .
2026-04-18 03:50:42 +00:00
GitHub Actions
67c22378c6
Revert "Updater bot : scrutiny updated to v1.50.0"
...
This reverts commit 7e05c840c4 .
2026-04-18 03:50:42 +00:00
GitHub Actions
4bec603bd8
Revert "Updater bot : scrutiny_fa updated to v1.50.0"
...
This reverts commit a4609c5fa8 .
2026-04-18 03:50:42 +00:00
GitHub Actions
83bf9a5f24
Revert "Updater bot : seerr updated to 3.2.0"
...
This reverts commit a67606b063 .
2026-04-18 03:50:42 +00:00
GitHub Actions
b1a98c996a
Revert "Updater bot : tandoor_recipes updated to 2.6.9"
...
This reverts commit a21a720a91 .
2026-04-18 03:50:42 +00:00
GitHub Actions
07beb85112
Revert "Updater bot : tdarr updated to 2.69.01"
...
This reverts commit e19732eb73 .
2026-04-18 03:50:42 +00:00
GitHub Actions
4ca5686f0e
Revert "Updater bot : webtop_kde updated to 4.16-r0-ls92"
...
This reverts commit 439ca9bf9d .
2026-04-18 03:50:42 +00:00
GitHub Actions
54680d7f1f
Revert "Updater bot : wger updated to 2.6-dev"
...
This reverts commit 12c3b7ac01 .
2026-04-18 03:50:42 +00:00
GitHub Actions
f7b38c401e
Revert "Updater bot : whoogle updated to 1.2.4"
...
This reverts commit 102e89af86 .
2026-04-18 03:50:42 +00:00
GitHub Actions
0217b9c443
Revert "Updater bot : zzz_archived_code-server updated to 4.116.0"
...
This reverts commit ddac9283b3 .
2026-04-18 03:50:42 +00:00
GitHub Actions
c94931b787
Revert "Updater bot : zzz_archived_jellyseerr updated to v3.2.0"
...
This reverts commit 5f5d04f35f .
2026-04-18 03:50:42 +00:00
GitHub Actions
0d43310e74
Reapply "Updater bot : zzz_archived_jellyseerr updated to v3.2.0"
...
This reverts commit cb7df7f1dd .
2026-04-18 03:50:42 +00:00
GitHub Actions
783729068e
Reapply "Updater bot : zzz_archived_code-server updated to 4.116.0"
...
This reverts commit 22ea2e0cf7 .
2026-04-18 03:50:42 +00:00
GitHub Actions
88e618833c
Reapply "Updater bot : whoogle updated to 1.2.4"
...
This reverts commit 41be9fb249 .
2026-04-18 03:50:42 +00:00
GitHub Actions
c6b98b1c0a
Reapply "Updater bot : wger updated to 2.6-dev"
...
This reverts commit 3c3e90bef1 .
2026-04-18 03:50:41 +00:00
GitHub Actions
7e38096b62
Reapply "Updater bot : webtop_kde updated to 4.16-r0-ls92"
...
This reverts commit 8187994213 .
2026-04-18 03:50:41 +00:00
GitHub Actions
e5dea199dd
Reapply "Updater bot : tdarr updated to 2.69.01"
...
This reverts commit 60aa25cbf3 .
2026-04-18 03:50:41 +00:00
GitHub Actions
7735b8ccc0
Reapply "Updater bot : tandoor_recipes updated to 2.6.9"
...
This reverts commit 24172ad59c .
2026-04-18 03:50:41 +00:00
GitHub Actions
0fa0286b63
Reapply "Updater bot : seerr updated to 3.2.0"
...
This reverts commit 0b7f902353 .
2026-04-18 03:50:41 +00:00
GitHub Actions
692830909f
Reapply "Updater bot : scrutiny_fa updated to v1.50.0"
...
This reverts commit 1515b47cc8 .
2026-04-18 03:50:41 +00:00
GitHub Actions
5d85b893cb
Reapply "Updater bot : scrutiny updated to v1.50.0"
...
This reverts commit a1803c9d9e .
2026-04-18 03:50:41 +00:00
GitHub Actions
975f73755c
Reapply "Updater bot : prowlarr updated to nightly-2.3.6.5351-ls230"
...
This reverts commit 8e968b5de0 .
2026-04-18 03:50:41 +00:00
GitHub Actions
3358250d73
Reapply "Updater bot : openproject updated to 17.3.0"
...
This reverts commit 605a554ec5 .
2026-04-18 03:50:41 +00:00
GitHub Actions
bc2a991a6d
Reapply "Updater bot : nzbget updated to v26.1-ls239"
...
This reverts commit 78f20a39d1 .
2026-04-18 03:50:41 +00:00
GitHub Actions
f40e333636
Reapply "Updater bot : navidrome updated to 0.61.2"
...
This reverts commit 403014c99b .
2026-04-18 03:50:41 +00:00
GitHub Actions
48cf48852c
Reapply "Updater bot : mylar3 updated to 0.9.0"
...
This reverts commit 3425f7e4f8 .
2026-04-18 03:50:41 +00:00
GitHub Actions
fdaa391067
Reapply "Updater bot : mealie updated to v3.16.0"
...
This reverts commit 1c9f142827 .
2026-04-18 03:50:41 +00:00
GitHub Actions
1c9f142827
Revert "Updater bot : mealie updated to v3.16.0"
...
This reverts commit f25492f3ab .
2026-04-17 23:38:15 +00:00
GitHub Actions
3425f7e4f8
Revert "Updater bot : mylar3 updated to 0.9.0"
...
This reverts commit 4e9fef3823 .
2026-04-17 23:38:15 +00:00
GitHub Actions
403014c99b
Revert "Updater bot : navidrome updated to 0.61.2"
...
This reverts commit fe6b2d40f5 .
2026-04-17 23:38:15 +00:00
GitHub Actions
78f20a39d1
Revert "Updater bot : nzbget updated to v26.1-ls239"
...
This reverts commit 5f43b558c9 .
2026-04-17 23:38:15 +00:00
GitHub Actions
605a554ec5
Revert "Updater bot : openproject updated to 17.3.0"
...
This reverts commit a0f1af5e2d .
2026-04-17 23:38:15 +00:00
GitHub Actions
8e968b5de0
Revert "Updater bot : prowlarr updated to nightly-2.3.6.5351-ls230"
...
This reverts commit 7c8a99ed65 .
2026-04-17 23:38:15 +00:00
GitHub Actions
a1803c9d9e
Revert "Updater bot : scrutiny updated to v1.50.0"
...
This reverts commit 7e05c840c4 .
2026-04-17 23:38:15 +00:00
GitHub Actions
1515b47cc8
Revert "Updater bot : scrutiny_fa updated to v1.50.0"
...
This reverts commit a4609c5fa8 .
2026-04-17 23:38:15 +00:00
GitHub Actions
0b7f902353
Revert "Updater bot : seerr updated to 3.2.0"
...
This reverts commit a67606b063 .
2026-04-17 23:38:15 +00:00
GitHub Actions
24172ad59c
Revert "Updater bot : tandoor_recipes updated to 2.6.9"
...
This reverts commit a21a720a91 .
2026-04-17 23:38:15 +00:00
GitHub Actions
60aa25cbf3
Revert "Updater bot : tdarr updated to 2.69.01"
...
This reverts commit e19732eb73 .
2026-04-17 23:38:15 +00:00
GitHub Actions
8187994213
Revert "Updater bot : webtop_kde updated to 4.16-r0-ls92"
...
This reverts commit 439ca9bf9d .
2026-04-17 23:38:15 +00:00
GitHub Actions
3c3e90bef1
Revert "Updater bot : wger updated to 2.6-dev"
...
This reverts commit 12c3b7ac01 .
2026-04-17 23:38:15 +00:00
GitHub Actions
41be9fb249
Revert "Updater bot : whoogle updated to 1.2.4"
...
This reverts commit 102e89af86 .
2026-04-17 23:38:15 +00:00
GitHub Actions
22ea2e0cf7
Revert "Updater bot : zzz_archived_code-server updated to 4.116.0"
...
This reverts commit ddac9283b3 .
2026-04-17 23:38:15 +00:00
GitHub Actions
cb7df7f1dd
Revert "Updater bot : zzz_archived_jellyseerr updated to v3.2.0"
...
This reverts commit 5f5d04f35f .
2026-04-17 23:38:15 +00:00
alexbelgium
5f5d04f35f
Updater bot : zzz_archived_jellyseerr updated to v3.2.0
2026-04-18 01:31:48 +02:00
alexbelgium
ddac9283b3
Updater bot : zzz_archived_code-server updated to 4.116.0
2026-04-18 01:31:44 +02:00
alexbelgium
102e89af86
Updater bot : whoogle updated to 1.2.4
2026-04-18 01:31:34 +02:00
alexbelgium
12c3b7ac01
Updater bot : wger updated to 2.6-dev
2026-04-18 01:31:28 +02:00
alexbelgium
439ca9bf9d
Updater bot : webtop_kde updated to 4.16-r0-ls92
2026-04-18 01:31:22 +02:00
alexbelgium
e19732eb73
Updater bot : tdarr updated to 2.69.01
2026-04-18 01:30:28 +02:00
alexbelgium
a21a720a91
Updater bot : tandoor_recipes updated to 2.6.9
2026-04-18 01:30:25 +02:00
alexbelgium
a67606b063
Updater bot : seerr updated to 3.2.0
2026-04-18 01:30:06 +02:00
alexbelgium
a4609c5fa8
Updater bot : scrutiny_fa updated to v1.50.0
2026-04-18 01:30:00 +02:00
alexbelgium
7e05c840c4
Updater bot : scrutiny updated to v1.50.0
2026-04-18 01:29:56 +02:00
alexbelgium
7c8a99ed65
Updater bot : prowlarr updated to nightly-2.3.6.5351-ls230
2026-04-18 01:29:36 +02:00
alexbelgium
a0f1af5e2d
Updater bot : openproject updated to 17.3.0
2026-04-18 01:29:18 +02:00
alexbelgium
5f43b558c9
Updater bot : nzbget updated to v26.1-ls239
2026-04-18 01:29:11 +02:00
alexbelgium
fe6b2d40f5
Updater bot : navidrome updated to 0.61.2
2026-04-18 01:28:58 +02:00
alexbelgium
4e9fef3823
Updater bot : mylar3 updated to 0.9.0
2026-04-18 01:28:52 +02:00
alexbelgium
f25492f3ab
Updater bot : mealie updated to v3.16.0
2026-04-18 01:28:45 +02:00
alexbelgium
64909c55aa
Updater bot : maintainerr updated to 3.7.0
2026-04-18 01:28:40 +02:00
alexbelgium
af0d67c370
Updater bot : librespeed updated to 6.0.2
2026-04-18 01:28:31 +02:00
alexbelgium
521192c00d
Updater bot : jackett updated to 0.24.1614
2026-04-18 01:28:16 +02:00
alexbelgium
2c84f8f7c5
Updater bot : immich_openvino updated to 2.7.5
2026-04-18 01:28:08 +02:00
alexbelgium
4724a36de2
Updater bot : immich_noml updated to 2.7.5
2026-04-18 01:28:04 +02:00
alexbelgium
1e150a80fa
Updater bot : immich_cuda updated to 2.7.5
2026-04-18 01:27:57 +02:00
alexbelgium
2950e540da
Updater bot : immich updated to 2.7.5
2026-04-18 01:27:54 +02:00
alexbelgium
9a55d5e893
Updater bot : flexget updated to 3.19.12
2026-04-18 01:27:34 +02:00
alexbelgium
8b026d7fca
Updater bot : filebrowser updated to 2.63.2
2026-04-18 01:27:18 +02:00
alexbelgium
73b6eb0cd1
Updater bot : epicgamesfree updated to debian-2026-04-17
2026-04-18 01:27:14 +02:00
alexbelgium
483fab3cc0
Updater bot : emby_beta updated to 4.10.0.10
2026-04-18 01:27:02 +02:00
alexbelgium
0515f80949
Updater bot : codex updated to 1.10.11
2026-04-18 01:26:51 +02:00
alexbelgium
81a46c0210
Updater bot : cloudcommander updated to 19.13.0
2026-04-18 01:26:47 +02:00
alexbelgium
30a0607eab
Updater bot : cleanuparr updated to 2.9.8
2026-04-18 01:26:44 +02:00
alexbelgium
9691def376
Updater bot : changedetection.io updated to 0.54.9
2026-04-18 01:26:39 +02:00
alexbelgium
a66bfde19f
Updater bot : browserless_chrome updated to 2.47.0
2026-04-18 01:26:29 +02:00
alexbelgium
c6d897653f
Updater bot : browser_chromium updated to version-858340b9
2026-04-18 01:26:25 +02:00
alexbelgium
66914af83d
Updater bot : browser_brave updated to 1.89.137-ls91
2026-04-18 01:26:15 +02:00
alexbelgium
73a4f4e118
Updater bot : bitwarden updated to 1.35.7
2026-04-18 01:25:33 +02:00
alexbelgium
00e37cc18b
Updater bot : birdnet-pipy updated to 0.6.4
2026-04-18 01:25:28 +02:00
github-actions
a88a8ad16f
GitHub bot : README updated
2026-04-17 17:17:19 +00:00
github-actions
540abd9310
GitHub bot : graphs updated
2026-04-17 12:28:20 +00:00
github-actions
742220e7ab
Github bot : stats updated
2026-04-17 12:27:37 +00:00
Alexandre
bb0aae2a32
Merge pull request #2652 from Suncuss/fix/birdnet-pipy-self-update-core-api
...
birdnet-pipy: enable Core API for in-app self-update
2026-04-17 08:38:47 +02:00
Yudong Sun
2fb26d4aa9
birdnet-pipy: enable Core API for in-app self-update
...
Adds `homeassistant_api: true` so the addon can call HA Core's
`update.install` service. Required for in-app self-update —
Supervisor blocks `/store/addons/<self>/update`, so the backend
routes through Core.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-04-17 01:53:51 -04:00
Alexandre
961444aad7
Merge pull request #2651 from Suncuss/fix/birdnet-pipy-remove-tz-option
...
birdnet-pipy: remove TZ option — timezone auto-derived from station location
2026-04-15 16:02:23 +02:00
Yudong Sun
33000347b4
birdnet-pipy: remove TZ option — timezone auto-derived from station location
...
The app derives its timezone from station lat/lng via timezonefinder
(Settings → Location in the Web UI), so a separate addon-level TZ only
ever created mismatch with the UI-derived zone. All app-facing timestamps
(dashboard, API, DB) and Python service stdout (api/main/birdnet) already
honor the UI zone via logging_config.py's formatter, and the frontend log
viewer re-converts Icecast timestamps on read.
Net effect in the HA addon log pane: Python services still show the
correct local time; only Icecast's raw stdout now prints in UTC (accepted
trade for a single source of truth). Deletes
rootfs/etc/cont-init.d/02-timezone.sh added in 0.5.6-2.
Also cleans up the options YAML in DOCS.md/README.md: drops
RECORDING_MODE and RTSP_URL (never wired — app reads them from
user_settings.json), drops http_stream from the modes list, and moves
STREAM_BITRATE under an env_vars: example since it's honored by
start-icecast.sh but not a schema option.
Bumped to 0.6.3-2 (addon-only, no upstream app change).
2026-04-15 08:54:17 -04:00
github-actions
17df410999
GitHub bot: changelog [nobuild]
2026-04-14 13:27:29 +00:00
Alexandre
02326d8533
Merge pull request #2650 from alexbelgium/copilot/fix-storage-folder-recognition
...
Fix Linkwarden STORAGE_FOLDER path resolution for persistent storage
2026-04-14 15:24:17 +02:00
copilot-swe-agent[bot]
2b93184d25
Improve warning message clarity for data migration failures
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/58467521-7d29-4fad-99f8-aad56f0540b8
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-14 08:58:01 +00:00
copilot-swe-agent[bot]
f4f9b15628
Generalize STORAGE_FOLDER symlink fix into reusable function with comprehensive documentation
...
Extract fix_linkwarden_path() function that can handle any absolute path
affected by the upstream path.join(process.cwd(), '../..', ...) pattern.
Document all 6 affected upstream filesystem operations.
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/58467521-7d29-4fad-99f8-aad56f0540b8
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-14 08:57:02 +00:00
github-actions
a2843bd5d8
GitHub bot: changelog [nobuild]
2026-04-14 08:54:41 +00:00
Alexandre
de83bf2483
Update version in config.yaml to 2.14.0-2
2026-04-14 10:52:55 +02:00
Alexandre
c422dcd695
Update version to 3.1.0-4 in config.yaml
2026-04-14 10:51:14 +02:00
Alexandre
9ba36fe780
Update ingress.conf
2026-04-14 10:36:01 +02:00
copilot-swe-agent[bot]
10cb1d2629
Address review: improve error logging for data migration and add clarifying comment
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/23af3f23-96f8-49a3-849a-82fb5feef2bc
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-14 06:33:36 +00:00
copilot-swe-agent[bot]
6768d8f019
Fix STORAGE_FOLDER not being recognized by creating symlink from resolved path to persistent location
...
Linkwarden resolves STORAGE_FOLDER via path.join(process.cwd(), '../..', STORAGE_FOLDER)
which produces /data_linkwarden/config/library instead of /config/library when the app
runs from apps/web or apps/worker subdirectories. The symlink ensures data written to the
resolved path ends up in the persistent addon config directory.
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/23af3f23-96f8-49a3-849a-82fb5feef2bc
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-14 06:32:37 +00:00
github-actions
1297d55ae2
GitHub bot: changelog [nobuild]
2026-04-14 06:28:48 +00:00
Alexandre
56df127070
Update version to 3.1.0-3 in config.yaml
2026-04-14 08:24:47 +02:00
copilot-swe-agent[bot]
f80a8a9072
Initial plan
2026-04-14 06:23:26 +00:00
Alexandre
866f3dd62a
Merge pull request #2648 from alexbelgium/copilot/fix-search-space-issue
...
fix(seerr): remove nginx rewrite rule to fix spaces in search queries
2026-04-14 08:23:03 +02:00
Alexandre
02ee6a1fc9
Merge pull request #2649 from Suncuss/fix/birdnet-pipy-unified-base-path
...
fix(birdnet-pipy): simplify ingress to single <base href> rewrite
2026-04-14 07:19:14 +02:00
Yudong Sun
056f372f18
fix(birdnet-pipy): simplify ingress to single <base href> rewrite
...
Upstream 0.6.3 consolidates deployment-path handling into a single
<base href> declaration in index.html with Vite base: './' and
relative paths for all internal URLs. The previous seven sub_filter
rules (href/src/'/api'/'/socket.io') are no longer needed — one
<base href> replacement is sufficient.
Also removes the incidental brittleness from byte-level sub_filter
matches in minified JS bundles (the '/stream/' rule inadvertently
double-prefixed the literal 'api.get("/stream/config")' string).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-13 22:32:51 -04:00
copilot-swe-agent[bot]
7bc9a34715
fix(seerr): remove rewrite rule and fix Connection header to preserve URL encoding
...
Remove the nginx rewrite directive that could cause URL normalization/re-encoding
issues with special characters in query strings (like spaces encoded as +).
HA Supervisor strips the ingress prefix before forwarding, making the rewrite
unnecessary. Without it, proxy_pass uses the raw $request_uri which preserves
URL encoding.
Also fix Connection header from hardcoded "upgrade" to $connection_upgrade
map variable for proper WebSocket vs regular HTTP request handling.
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/3982b002-dfcb-4eb5-98c2-913f665b6a07
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-13 20:13:49 +00:00
copilot-swe-agent[bot]
ecc259dd50
Initial plan
2026-04-13 19:54:43 +00:00
github-actions
c4969ea97c
GitHub bot: changelog [nobuild]
2026-04-13 14:32:08 +00:00
Alexandre
3386832d19
Merge pull request #2645 from ToledoEM/manyfold
...
bump manyfold version to 0.137.0
2026-04-13 16:29:03 +02:00
github-actions
2ba6df6eb0
Github bot : issues linked to readme
2026-04-13 12:37:53 +00:00
ToledoEM
bd2ed019b1
bump manyfold version to 0.137.0
2026-04-13 12:23:01 +01:00
Alexandre
0247423811
Merge pull request #2644 from yannpub/master nobuild
...
Reorganise options in a more logical way
2026-04-13 11:34:16 +02:00
Alexandre
cea5d62dab
Remove JSON sorting from lint workflow
...
Removed JSON sorting steps from the lint workflow.
2026-04-13 09:56:38 +02:00
Yann
bd7a354719
Reorganise options in a more logical way
2026-04-13 09:18:53 +02:00
github-actions
d9624ec229
Github bot : image compressed
2026-04-12 23:14:57 +00:00
github-actions[bot]
d085cf29ad
Update stargazer map & cache
2026-04-12 01:28:18 +00:00
github-actions
1d8dda5981
GitHub bot: changelog [nobuild]
2026-04-11 19:50:23 +00:00
Alexandre
8c00733b54
Update version to 19.12.1-2 in config.yaml
2026-04-11 21:46:45 +02:00
github-actions
b6a86b529c
Github bot : issues linked to readme
2026-04-11 19:46:34 +00:00
Alexandre
54a325953d
Merge pull request #2642 from alexbelgium/copilot/fix-cloudcmd-file-not-found
...
Verify fix for CloudCommander cloudcmd.mjs not found error
2026-04-11 21:46:15 +02:00
Alexandre
668a5d388c
Update 99-run.sh
2026-04-11 21:45:54 +02:00
copilot-swe-agent[bot]
70d490aa66
Initial plan
2026-04-11 19:00:39 +00:00
github-actions
5063eebaf5
GitHub bot: changelog [nobuild]
2026-04-11 05:55:31 +00:00
Alexandre
4874d097e0
Update config.yaml
2026-04-11 07:49:52 +02:00
Alexandre
68174c7f48
Remove webui entry from config.yaml Nobuild
...
Remove webui configuration from config.yaml
2026-04-11 07:48:18 +02:00
Alexandre
faa205ec6e
Merge pull request #2640 from Suncuss/fix/birdnet-pipy-icecast-and-ingress
...
fix(birdnet-pipy): fix icecast crash and Live Feed broken in ingress mode
2026-04-11 07:47:18 +02:00
Yudong Sun
b1d2ac74ae
docs(birdnet-pipy): add CHANGELOG entry for 0.6.2
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-10 22:47:20 -04:00
Yudong Sun
312906997a
fix(birdnet-pipy): fix icecast crash and Live Feed broken in ingress
...
Two fixes for the birdnet-pipy addon:
1. Icecast log permission error: 01-structure.sh creates /app/data/logs
as root, but start-icecast.sh runs via gosu icecast2. The first log
write fails with "Permission denied", crashing icecast in a restart
loop (502 Bad Gateway on the Live Feed page). Fix: chown the log dir
and file to icecast2 before dropping privileges.
2. Live Feed double-prefixed request in ingress mode: the "/stream/"
sub_filter rule also matches 'api.get("/stream/config")' in the JS
bundle, producing a request like
/hassio_ingress/TOKEN/api/hassio_ingress/TOKEN/stream/config (404).
The upstream frontend (BirdNET-PiPy >= 0.6.2) now strips the leading
slash from stream URLs so they resolve via <base href> — the
sub_filter rule is no longer needed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-10 22:46:51 -04:00
github-actions
2cd878ab2a
GitHub bot: changelog [nobuild]
2026-04-10 23:33:48 +00:00
alexbelgium
c7d9c34f19
Updater bot : zzz_archived_code-server updated to 4.115.0
2026-04-11 01:31:17 +02:00
alexbelgium
c6c553a350
Updater bot : tdarr updated to 2.68.01
2026-04-11 01:30:09 +02:00
alexbelgium
ab725a4f2f
Updater bot : tandoor_recipes updated to 2.6.5
2026-04-11 01:30:07 +02:00
alexbelgium
2ebde82fd6
Updater bot : prowlarr updated to nightly-2.3.6.5341-ls228
2026-04-11 01:29:22 +02:00
alexbelgium
b30eec0af3
Updater bot : plex updated to 1.43.1.10611-1e34174b1-ls301
2026-04-11 01:29:13 +02:00
alexbelgium
b6819bc336
Updater bot : nzbget updated to v26.1-ls238
2026-04-11 01:28:58 +02:00
alexbelgium
171169ddf5
Updater bot : maintainerr updated to 3.5.0
2026-04-11 01:28:26 +02:00
alexbelgium
06cc9c6fed
Updater bot : jackett updated to 0.24.1562
2026-04-11 01:28:03 +02:00
alexbelgium
889c65e619
Updater bot : immich_power_tools updated to 0.21.1
2026-04-11 01:27:58 +02:00
alexbelgium
9aa377aaed
Updater bot : immich_openvino updated to 2.7.4
2026-04-11 01:27:54 +02:00
alexbelgium
35e0b99e9b
Updater bot : immich_noml updated to 2.7.4
2026-04-11 01:27:51 +02:00
alexbelgium
c9326055e2
Updater bot : immich_frame updated to 1.0.33.0
2026-04-11 01:27:48 +02:00
alexbelgium
abd4cee091
Updater bot : immich_cuda updated to 2.7.4
2026-04-11 01:27:44 +02:00
alexbelgium
51064212a7
Updater bot : immich updated to 2.7.4
2026-04-11 01:27:40 +02:00
alexbelgium
7a9ba470a9
Updater bot : grampsweb updated to 26.4.1
2026-04-11 01:27:33 +02:00
alexbelgium
f25c13af25
Updater bot : flexget updated to 3.19.10
2026-04-11 01:27:20 +02:00
alexbelgium
1e478cfbff
Updater bot : fireflyiii_data_importer updated to 2.2.3
2026-04-11 01:27:15 +02:00
alexbelgium
68c84467e9
Updater bot : epicgamesfree updated to debian-2026-04-10
2026-04-11 01:27:01 +02:00
alexbelgium
b7730dab18
Updater bot : codex updated to 1.10.9
2026-04-11 01:26:41 +02:00
alexbelgium
7e81e80ac4
Updater bot : cloudcommander updated to 19.12.1
2026-04-11 01:26:37 +02:00
alexbelgium
d78ac2c717
Updater bot : cleanuparr updated to 2.9.5
2026-04-11 01:26:33 +02:00
alexbelgium
ece838eea6
Updater bot : calibre updated to 9.7.0
2026-04-11 01:26:24 +02:00
alexbelgium
25f731f5d9
Updater bot : browser_chromium updated to version-76e3a185
2026-04-11 01:26:17 +02:00
alexbelgium
b4425ab12c
Updater bot : browser_brave updated to 1.89.132-ls89
2026-04-11 01:26:08 +02:00
alexbelgium
2ef2db9974
Updater bot : birdnet-pipy updated to 0.6.2
2026-04-11 01:25:29 +02:00
alexbelgium
79f9965ad3
Updater bot : autobrr updated to 1.76.0
2026-04-11 01:25:12 +02:00
github-actions
c2cc6f1b07
GitHub bot : README updated
2026-04-10 17:17:18 +00:00
github-actions
eb5a24a4e4
GitHub bot : graphs updated
2026-04-10 12:25:31 +00:00
github-actions
fbfe994c46
Github bot : stats updated
2026-04-10 12:24:50 +00:00
github-actions
19a5587ec3
Github bot : issues linked to readme
2026-04-08 11:43:28 +00:00
github-actions
e13c3dd188
GitHub bot: changelog [nobuild]
2026-04-08 09:54:08 +00:00
Alexandre
3bb9183449
Bump version from 3.3.0-2 to 3.3.0-3
2026-04-08 11:51:38 +02:00
Alexandre
b28eef01a7
Merge pull request #2639 from alexbelgium/copilot/modify-dockerfile-replace-path
...
maintainerr: rewrite /opt/data → /config/data at build time, drop symlink workaround
2026-04-08 11:42:57 +02:00
copilot-swe-agent[bot]
bd04f79897
maintainerr: fix permission ordering — copy seed data before chmod/chown
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/e4fba11b-c2eb-407c-bf95-fff2c908246d
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-08 08:29:08 +00:00
Alexandre
316bf67a5f
Update maintainerr/Dockerfile
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-08 10:26:58 +02:00
copilot-swe-agent[bot]
c5b212bf47
maintainerr: replace /opt/data with /config/data in Dockerfile and ha_entrypoint
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/21b5a0d9-5483-4227-b0f2-e047708cfbca
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-08 08:11:07 +00:00
copilot-swe-agent[bot]
cbf73c34dc
Initial plan
2026-04-08 08:07:02 +00:00
Alexandre
64f3ceda9b
Change DATA_DIR to '/config/data' and set permissions
...
Update data directory path and permissions in ha_entrypoint.sh
2026-04-08 10:06:48 +02:00
Alexandre
1c611b8ba1
nobuild
2026-04-08 10:04:28 +02:00
github-actions
dbce422f38
Github bot : issues linked to readme
2026-04-07 19:39:56 +00:00
Alexandre
0264df6bec
Merge pull request #2636 from alexbelgium/copilot/fix-download-issue-calibre-web
...
Fix calibre-web book downloads: install calibredb at build time
2026-04-07 14:17:27 +02:00
Alexandre
598b2b5b1a
Merge pull request #2633 from alexbelgium/copilot/fix-env-vars-not-passed
...
Fix env vars not propagated to s6-overlay v3 services in hotio-based addons
2026-04-07 14:17:02 +02:00
github-actions
402563eee3
GitHub bot: changelog [nobuild]
2026-04-07 05:09:42 +00:00
Alexandre
430d4f36dd
Merge pull request #2638 from ToledoEM/bentopdf
...
bump bentopdf to 2.8.2
Thanks !
2026-04-07 07:07:42 +02:00
ToledoEM
d415125e14
bump bentopdf to 2.8.2
2026-04-06 23:36:21 +01:00
copilot-swe-agent[bot]
96c0cba649
Increment unpackerr version to v0.15.2-2
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/eae8b432-cfc9-4557-b5df-06bef6c8f237
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-06 20:19:17 +00:00
copilot-swe-agent[bot]
cb733396c9
chore: increment calibre-web version to 0.6.26-2
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/79054690-99be-456e-846b-5646f334273a
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-06 20:18:06 +00:00
copilot-swe-agent[bot]
6cd9dec8ad
fix: install calibre at build time to ensure calibredb is available for book downloads
...
The calibre-web addon relies on calibredb to retrieve book metadata for
downloads. Previously, calibre was only installed at runtime via
DOCKER_MODS (linuxserver/mods:universal-calibre), which could fail due
to network issues or changes in the init sequence.
Installing calibre at build time ensures calibredb is always available
in the container, fixing the 500 Internal Server Error when downloading
books.
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/6f6e6795-4a2c-4c6a-88b2-931def081d20
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-06 18:31:47 +00:00
copilot-swe-agent[bot]
9768083c6b
Initial plan
2026-04-06 18:17:52 +00:00
github-actions
b699310471
GitHub bot : README updated
2026-04-06 17:17:04 +00:00
github-actions
6471a56ce3
GitHub bot: changelog [nobuild]
2026-04-06 15:57:54 +00:00
Alexandre
83997c2beb
Update version to 3.3.0-2 in config.yaml
2026-04-06 17:55:37 +02:00
Alexandre
d644af5be8
Update Dockerfile
2026-04-06 17:54:58 +02:00
Alexandre
1fc9d51e34
Update ha_entrypoint.sh
2026-04-06 17:54:27 +02:00
copilot-swe-agent[bot]
44ebe0e22f
Fix env vars not propagated to s6-overlay v3 services and disable forwarder when VPN not configured
...
- Add /etc/s6-overlay/s6-rc.d/*/run to the injection list in 00-global_var.sh
so environment variables reach s6 v3 service run scripts (used by hotio containers)
- Disable service-forwarder in 90-vpn.sh default case (no VPN provider)
- Add VPN_AUTO_PORT_FORWARD=false check to explicitly disable forwarder
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/95bdc987-dd03-486d-bf05-6172624d1238
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-06 12:07:13 +00:00
Alexandre
c60a8f90be
Update config.yaml
2026-04-06 13:58:40 +02:00
copilot-swe-agent[bot]
8ce91f7e3e
Initial plan
2026-04-06 11:57:40 +00:00
github-actions
753092b130
GitHub bot: changelog [nobuild]
2026-04-06 08:47:17 +00:00
Alexandre
cd0bf57221
Update config.yaml
2026-04-06 10:44:52 +02:00
Alexandre
e6831d1b71
Update 93-openvpn.sh
2026-04-06 10:39:36 +02:00
github-actions
10b84df4b6
GitHub bot: changelog [nobuild]
2026-04-06 08:37:57 +00:00
github-actions
7c8851e584
Github bot : issues linked to readme
2026-04-06 08:33:57 +00:00
Alexandre
4e036d27b2
Merge pull request #2630 from alexbelgium/copilot/fix-openvpn-connection-issue-again
...
Fix OpenVPN AUTH_FAILED: credential file corruption and config cleanup
2026-04-06 10:33:36 +02:00
alexbelgium
4321abeeaf
Updater bot : zzz_archived_code-server updated to 4.114.0
2026-04-06 10:22:38 +02:00
alexbelgium
7f601a3154
Updater bot : scrutiny_fa updated to v1.49.2
2026-04-06 10:21:01 +02:00
alexbelgium
fd1a3b49a4
Updater bot : scrutiny updated to v1.49.2
2026-04-06 10:20:58 +02:00
alexbelgium
d0c6076f3b
Updater bot : netalertx_fa updated to 26.4.6
2026-04-06 10:20:09 +02:00
alexbelgium
5c101f1f3b
Updater bot : netalertx updated to 26.4.6
2026-04-06 10:20:05 +02:00
alexbelgium
e5826f5310
Updater bot : navidrome updated to 0.61.1
2026-04-06 10:20:00 +02:00
alexbelgium
476401e0dc
Updater bot : jellyfin updated to 10.11.8
2026-04-06 10:19:20 +02:00
alexbelgium
d527ad79b4
Updater bot : jackett updated to 0.24.1542
2026-04-06 10:19:16 +02:00
alexbelgium
ea91f17976
Updater bot : filebrowser updated to 2.63.1
2026-04-06 10:18:23 +02:00
alexbelgium
6debb2e661
Updater bot : codex updated to 1.10.4
2026-04-06 10:17:58 +02:00
alexbelgium
32af05d660
Updater bot : cloudcommander updated to 19.11.8
2026-04-06 10:17:54 +02:00
alexbelgium
6c32fc84f5
Updater bot : cleanuparr updated to 2.9.4
2026-04-06 10:17:50 +02:00
alexbelgium
1977011dea
Updater bot : changedetection.io updated to 0.54.8
2026-04-06 10:17:46 +02:00
alexbelgium
4ac1f66261
Updater bot : browser_brave updated to 1.88.138-ls88
2026-04-06 10:17:25 +02:00
alexbelgium
32a675dcde
Updater bot : birdnet-pipy updated to 0.6.1
2026-04-06 10:16:45 +02:00
github-actions
ce74075239
Github bot : issues linked to readme
2026-04-06 08:07:53 +00:00
copilot-swe-agent[bot]
12eec26de1
Fix OpenVPN auth failure: use printf for credentials, strip bare auth-user-pass, add openvpn to PACKAGES
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/aa214c4f-72c4-487b-80ab-34ddd8a58127
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-06 08:06:18 +00:00
copilot-swe-agent[bot]
ffacba17c5
Initial plan
2026-04-06 07:51:06 +00:00
github-actions
649159ba46
Github bot : image compressed
2026-04-05 23:13:26 +00:00
github-actions[bot]
1bfcbf48e2
Update stargazer map & cache
2026-04-05 01:26:27 +00:00
alexbelgium
97a1561100
Updater bot : zzz_archived_code-server updated to 4.113.1
2026-04-04 01:31:30 +02:00
alexbelgium
562cea722d
Updater bot : tdarr updated to 2.67.01
2026-04-04 01:30:20 +02:00
alexbelgium
2214c37e4b
Updater bot : tandoor_recipes updated to 2.6.4
2026-04-04 01:30:18 +02:00
alexbelgium
3cadaccef4
Updater bot : radarr updated to 6.1.1.10360
2026-04-04 01:29:36 +02:00
alexbelgium
76e33ff8ef
Updater bot : prowlarr updated to nightly-2.3.6.5326-ls227
2026-04-04 01:29:29 +02:00
alexbelgium
27cbdbd00f
Updater bot : plex updated to 1.43.0.10492-121068a07-ls298
2026-04-04 01:29:20 +02:00
alexbelgium
d2fc3b8352
Updater bot : openproject updated to 17.2.3
2026-04-04 01:29:11 +02:00
alexbelgium
fd662a36bd
Updater bot : nzbget updated to v26.0-ls236
2026-04-04 01:29:05 +02:00
alexbelgium
1e866e0c8d
Updater bot : nextcloud updated to 33.0.2
2026-04-04 01:29:01 +02:00
alexbelgium
8ac3f0189c
Updater bot : navidrome updated to 0.61.0
2026-04-04 01:28:51 +02:00
alexbelgium
36b04811d1
Updater bot : maintainerr updated to 3.3.0
2026-04-04 01:28:30 +02:00
alexbelgium
7837500a0f
Updater bot : kometa updated to 2.3.1
2026-04-04 01:28:17 +02:00
alexbelgium
bb70536d6a
Updater bot : jellyfin updated to 10.11.7
2026-04-04 01:28:08 +02:00
alexbelgium
89bbbc5312
Updater bot : jackett updated to 0.24.1528
2026-04-04 01:28:05 +02:00
alexbelgium
ac73230e06
Updater bot : immich_openvino updated to 2.6.3
2026-04-04 01:27:57 +02:00
alexbelgium
9de1b3377d
Updater bot : immich_noml updated to 2.6.3
2026-04-04 01:27:53 +02:00
alexbelgium
c782b15c95
Updater bot : immich_cuda updated to 2.6.3
2026-04-04 01:27:46 +02:00
alexbelgium
cdb96eb5f5
Updater bot : immich updated to 2.6.3
2026-04-04 01:27:42 +02:00
alexbelgium
167da0aeb4
Updater bot : grampsweb updated to 26.4.0
2026-04-04 01:27:34 +02:00
alexbelgium
c65be277a0
Updater bot : flexget updated to 3.19.9
2026-04-04 01:27:21 +02:00
alexbelgium
98670f197e
Updater bot : filebrowser_quantum updated to 1.2.4
2026-04-04 01:27:09 +02:00
alexbelgium
83a5088958
Updater bot : filebrowser updated to 2.62.2
2026-04-04 01:27:05 +02:00
alexbelgium
747fe397b8
Updater bot : epicgamesfree updated to debian-2026-03-30
2026-04-04 01:27:01 +02:00
alexbelgium
95dbbfa338
Updater bot : ente updated to 4.4.19
2026-04-04 01:26:58 +02:00
alexbelgium
cbba3b846a
Updater bot : emby_beta updated to 4.10.0.8
2026-04-04 01:26:48 +02:00
alexbelgium
2f16e75042
Updater bot : cloudcommander updated to 19.11.0
2026-04-04 01:26:35 +02:00
alexbelgium
a465f32647
Updater bot : cleanuparr updated to 2.9.3
2026-04-04 01:26:32 +02:00
alexbelgium
33ef2aff78
Updater bot : browser_brave updated to 1.88.138-ls87
2026-04-04 01:26:08 +02:00
alexbelgium
b86edd18a6
Updater bot : birdnet-pipy updated to 0.6.0
2026-04-04 01:25:29 +02:00
github-actions
d1d0d58fc0
GitHub bot : README updated
2026-04-03 17:10:43 +00:00
github-actions
15798c19d2
GitHub bot : graphs updated
2026-04-03 12:20:32 +00:00
github-actions
c0ae518bc6
Github bot : stats updated
2026-04-03 12:19:50 +00:00
github-actions
cf8dd08ef3
GitHub bot: changelog [nobuild]
2026-04-03 07:20:01 +00:00
Alexandre
ba4cb44c00
Update config.yaml
2026-04-03 09:17:47 +02:00
Alexandre
048d38ca8f
Update ha_entrypoint.sh
2026-04-03 09:17:44 +02:00
Alexandre
20b86e73fe
Update ha_entrypoint.sh
2026-04-03 09:17:19 +02:00
Alexandre
64a31b3d29
Add check for existing bashio before copy
...
Check if bashio is already installed before copying.
2026-04-03 09:12:58 +02:00
github-actions
3c4d8118c3
GitHub bot: changelog [nobuild]
2026-04-03 07:04:58 +00:00
Alexandre
79a77fbb28
Update config.yaml
2026-04-03 09:02:43 +02:00
Alexandre
2f4cf45fe8
Update shebang and execution method in init scripts
...
Modify shebang insertion and change script execution method.
2026-04-03 09:02:31 +02:00
Alexandre
4490320c53
Modify entrypoint to improve script execution
...
Updated init script execution to use exec and added bashio shebang.
2026-04-03 09:01:09 +02:00
Alexandre
d8aa25cd5d
Only full words
2026-04-02 19:01:01 +02:00
github-actions
cde0aff431
Github bot : issues linked to readme
2026-04-02 15:59:55 +00:00
github-actions
3f4156ec6a
GitHub bot: changelog [nobuild]
2026-04-02 15:40:06 +00:00
Alexandre
928a8466f2
Update version to 3.2.0-8 in config.yaml
2026-04-02 17:37:38 +02:00
Alexandre
a0511bc872
Refactor entrypoint script for direct execution
...
Replaced sourcing of init scripts with direct bash execution. Removed application readiness check and cleanup logic.
2026-04-02 17:37:22 +02:00
Alexandre
dc51a74be1
Update 32-nginx_ingress.sh
2026-04-02 17:35:34 +02:00
github-actions
01fa96c90e
GitHub bot: changelog [nobuild]
2026-04-02 15:04:02 +00:00
Alexandre
d2aee7844a
Bump version from 3.2.0-6 to 3.2.0-7
2026-04-02 16:59:19 +02:00
Alexandre
0d5e1d2e0b
Merge pull request #2626 from alexbelgium/copilot/fix-grep-option-error
...
Fix BusyBox grep -Z incompatibility in standalone mode init
2026-04-02 16:58:44 +02:00
Alexandre
dcc5784e1a
Update maintainerr/rootfs/ha_entrypoint.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-02 16:58:35 +02:00
copilot-swe-agent[bot]
c5be20a4c3
Fix BusyBox grep -Z incompatibility in 00-banner.sh and fix bash vs source in maintainerr ha_entrypoint.sh
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/76d4cd88-b038-47fa-9de0-71afaf1dd19b
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-02 14:23:59 +00:00
github-actions
b5a1b54555
GitHub bot: changelog [nobuild]
2026-04-02 13:21:05 +00:00
Alexandre
dbf3a910c3
Bump version from 3.2.0-5 to 3.2.0-6
2026-04-02 15:18:34 +02:00
Alexandre
e41a3c14c9
Update ha_entrypoint.sh
2026-04-02 15:18:05 +02:00
github-actions
d9b62defba
GitHub bot: sanitize (spaces + LF endings) & chmod [nobuild]
2026-04-02 12:16:20 +00:00
Alexandre
bc3d9805e6
Merge pull request #2625 from alexbelgium/copilot/implement-ingress-nginx-layer
...
Add ingress support to maintainerr addon
2026-04-02 14:15:31 +02:00
copilot-swe-agent[bot]
24d0670843
Fix: source cont-init.d scripts instead of bash to inherit bashio functions
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/88474b87-22ad-4e13-9d5c-8567d0b4098f
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-02 12:08:30 +00:00
Alexandre
6fc22476e8
Update maintainerr/rootfs/ha_entrypoint.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-02 14:02:35 +02:00
Alexandre
2a5f2cfb73
Update backend server port in upstream configuration
2026-04-02 12:56:31 +02:00
Alexandre
35e88361d3
Update maintainerr/rootfs/etc/nginx/includes/upstream.conf
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-02 12:55:42 +02:00
Alexandre
fdaed2d031
Update maintainerr/rootfs/ha_entrypoint.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-02 12:54:55 +02:00
copilot-swe-agent[bot]
f70b17b384
Address code review: explicit nginx config path, unused var, consistent capitalization
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/14f6643d-9d4f-4c6d-8993-0dbe4404c35d
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-02 09:29:34 +00:00
copilot-swe-agent[bot]
703e5a4172
Add ingress support with nginx reverse proxy for maintainerr addon
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/14f6643d-9d4f-4c6d-8993-0dbe4404c35d
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-02 09:28:29 +00:00
github-actions
fabf324ee3
GitHub bot: changelog [nobuild]
2026-04-02 08:51:52 +00:00
Alexandre
9c3ad22217
Update config.yaml
2026-04-02 10:49:55 +02:00
Alexandre
aaa244b460
Merge pull request #2624 from alexbelgium/copilot/fix-addon-unbound-variable
...
[WIP] Fix unbound variable issue in GitHub Actions workflow
2026-04-02 07:13:03 +02:00
copilot-swe-agent[bot]
332401bb5c
fix: move ADDON_LOWER assignment inside while loop to fix unbound variable error
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/fa06596a-da9b-4c3b-a9e0-76b955371d3e
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-04-02 05:12:48 +00:00
copilot-swe-agent[bot]
40602ffc75
Initial plan
2026-04-02 05:12:05 +00:00
Alexandre
291b6a3d55
Fix YAML syntax for DATA_DIR in config.yaml nobuid
2026-04-01 14:34:44 +02:00
github-actions
f23fca2cae
GitHub bot: changelog [nobuild]
2026-04-01 11:32:07 +00:00
github-actions
05547b2be6
Github bot : issues linked to readme
2026-04-01 11:29:14 +00:00
Alexandre
5fccc423d9
Merge pull request #2621 from alexbelgium/copilot/fix-openvpn-config-selection
...
Fix OpenVPN startup failure: bad substitution in verbosity parameter
2026-04-01 13:28:52 +02:00
Alexandre
bc5e425f15
Update config.yaml
2026-04-01 13:28:45 +02:00
Alexandre
e4ac13580a
Merge pull request #2623 from alexbelgium/copilot/fix-addon-startup-issue
...
Fix Maintainerr addon startup failure: symlink contents inside Docker VOLUME instead of replacing it
2026-03-31 22:36:11 +02:00
Alexandre
f289752fa6
Update version to 3.2.0-3 in config.yaml
2026-03-31 22:35:55 +02:00
Alexandre
0b32970717
Update config.yaml
2026-03-31 22:35:41 +02:00
copilot-swe-agent[bot]
9235b23a93
fix: symlink contents inside /opt/data instead of replacing Docker VOLUME
...
The upstream Maintainerr image declares /opt/data as a Docker VOLUME.
Attempting to rm -rf /opt/data fails with "Resource busy" because mount
points cannot be removed. Instead, we now:
1. Copy seed data from /opt/data to /config (persistent storage)
2. Clear contents inside /opt/data (rm -rf /opt/data/*)
3. Symlink each item in /config back into /opt/data
This ensures the VOLUME directory stays intact while all data is
redirected to persistent storage.
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/82a46feb-2e9c-4c40-b193-614167e6d5c3
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-31 18:55:51 +00:00
copilot-swe-agent[bot]
33654b0aa5
Initial plan
2026-03-31 18:51:06 +00:00
copilot-swe-agent[bot]
385ea4ba04
Fix bad substitution in OpenVPN verbosity parameter: ${$log_level} → ${log_level}
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/d37f963b-d7de-45b8-885a-ae3ecf34eb80
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-31 17:08:29 +00:00
copilot-swe-agent[bot]
b019ecff61
Initial plan
2026-03-31 17:03:23 +00:00
Alexandre
75242b5a85
Merge pull request #2620 from alexbelgium/copilot/fix-configuration-loss-after-restart
...
Fix maintainerr config lost after container restart
2026-03-31 10:54:00 +02:00
copilot-swe-agent[bot]
e907952d81
Fix maintainerr persistence: symlink /opt/data → /config instead of wrong path change
...
The upstream app hardcodes /opt/data for database and logs. The Docker
VOLUME at /opt/data is not persistent across HA addon updates. Symlink
/opt/data → /config (persistent via addon_config:rw) so hardcoded paths
write to persistent storage. Reverts incorrect /addon_configs path.
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/35758465-e22e-40d7-81c8-02d05c375a27
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-31 08:51:24 +00:00
copilot-swe-agent[bot]
51bb0fdceb
Fix maintainerr config lost after restart: use persistent /addon_configs/maintainerr path
...
The entrypoint was setting DATA_DIR="/config" which is NOT a persistent
path in HA addon containers using addon_config:rw with init: false.
Changed to /addon_configs/maintainerr (the persistent path mapped by
addon_config:rw in config.yaml), matching the pattern used by the
cleanuparr addon.
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/40b7927f-cd03-4b83-a80a-ad56bd6dce32
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-31 08:32:12 +00:00
copilot-swe-agent[bot]
4974eff216
Initial plan
2026-03-31 08:23:02 +00:00
github-actions
20c15bf86a
GitHub bot : README updated
2026-03-30 17:19:07 +00:00
Alexandre
3afb0b502b
Remove ARMv7 architecture from README
...
Removed ARMv7 architecture from the README.
2026-03-30 17:12:38 +02:00
Alexandre
b595d806ff
Fix variable name for addon comparison in workflow
2026-03-30 16:43:00 +02:00
Alexandre
a5621326f7
Fix existing comment check in workflow YAML
2026-03-30 16:36:48 +02:00
github-actions
d4b1240ebb
GitHub bot: changelog [nobuild]
2026-03-30 07:27:32 +00:00
Alexandre
5e6d61b939
Update config.yaml
2026-03-30 09:23:57 +02:00
Alexandre
07d279401b
Update build.json
2026-03-30 09:23:52 +02:00
Alexandre
6fa9cec43d
Merge pull request #2618 from alexbelgium/copilot/fix-openproject-version-reference
...
Fix openproject build.json referencing v16 Docker image instead of v17
2026-03-30 09:20:58 +02:00
Alexandre
ae7e4832e5
Update OpenProject version to 17.2.2-2
2026-03-30 09:20:27 +02:00
Alexandre
8c06f5f01a
Update Docker image tags to 'latest'
2026-03-30 09:01:47 +02:00
copilot-swe-agent[bot]
08f2e22e1c
fix: update openproject Docker base image tag from :16 to :17
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/7be10a75-2278-4f46-aecd-faee6eabc8d7
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-30 06:18:23 +00:00
copilot-swe-agent[bot]
5e35ea07c4
Initial plan
2026-03-30 06:14:17 +00:00
github-actions
144fc9c26d
Github bot : image compressed
2026-03-29 23:12:45 +00:00
github-actions[bot]
026e1a4fe4
Update stargazer map & cache
2026-03-29 01:21:31 +00:00
github-actions
625af93beb
Github bot : issues linked to readme
2026-03-28 15:04:52 +00:00
GitHub Actions
17db689baf
Revert "Update qbittorrent version to 5.1.4-21"
...
This reverts commit 2db869f4e9 .
2026-03-28 09:01:17 +00:00
Alexandre
2db869f4e9
Update qbittorrent version to 5.1.4-21
2026-03-28 09:58:44 +01:00
Alexandre
1f6a5a44c5
Merge pull request #2614 from alexbelgium/copilot/fix-qbittorrent-yamllint-installation
...
fix: enable Alpine community repo before apk installs in ha_automatic_packages.sh
2026-03-28 09:58:20 +01:00
copilot-swe-agent[bot]
f99d40b197
fix: run apk update after enabling Alpine community repo
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/0e7fb54a-7428-4f42-ad0e-8176f2fc3787
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-28 08:39:54 +00:00
copilot-swe-agent[bot]
3ff5df873f
fix: enable Alpine community repo in ha_automatic_packages.sh before apk installs
...
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/0e7fb54a-7428-4f42-ad0e-8176f2fc3787
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-28 08:39:32 +00:00
copilot-swe-agent[bot]
a55cae7f7b
Initial plan
2026-03-28 08:38:53 +00:00
GitHub Actions
959951c01b
Revert "Update qbittorrent version to 5.1.4-21"
...
This reverts commit 597756616a .
2026-03-28 08:33:09 +00:00
Alexandre
597756616a
Update qbittorrent version to 5.1.4-21
2026-03-28 09:30:47 +01:00
GitHub Actions
fc72994545
Revert "Update qbittorrent version to 5.1.4-21"
...
This reverts commit 2a8b731f34 .
2026-03-28 08:24:11 +00:00
Alexandre
2a8b731f34
Update qbittorrent version to 5.1.4-21
2026-03-28 09:21:56 +01:00
Alexandre
0f23d4f612
Enhance OpenVPN logging and verbosity settings
...
https://github.com/alexbelgium/hassio-addons/issues/2611
@litinoveweedle
2026-03-28 09:21:05 +01:00
alexbelgium
bf1dc24554
Updater bot : whoogle updated to 1.2.3
2026-03-28 08:53:07 +01:00
alexbelgium
aebd69b0d8
Updater bot : webtop_kde updated to 4.16-r0-ls94
2026-03-28 08:52:57 +01:00
alexbelgium
2a0ef4c56f
Updater bot : transmission_openvpn updated to v5.4.1
2026-03-28 08:52:12 +01:00
alexbelgium
419700df0c
Updater bot : tdarr updated to 2.66.01
2026-03-28 08:52:05 +01:00
alexbelgium
f4786740d0
Updater bot : tandoor_recipes updated to 2.6.1
2026-03-28 08:52:03 +01:00
alexbelgium
40e7a5bdb9
Updater bot : sonarr updated to 4.0.17.2953
2026-03-28 08:51:52 +01:00
alexbelgium
157f6c7a8a
Updater bot : signalk updated to 2.24.0
2026-03-28 08:51:46 +01:00
alexbelgium
8f95af2cc7
Updater bot : portainer updated to 2.40.0
2026-03-28 08:51:10 +01:00
alexbelgium
bf0d38a46e
Updater bot : plex updated to 1.43.0.10492-121068a07-ls297
2026-03-28 08:51:06 +01:00
alexbelgium
0bd2c710fb
Updater bot : nzbget updated to v26.0-ls235
2026-03-28 08:50:51 +01:00
alexbelgium
53cf5a9dfc
Updater bot : nextcloud updated to 33.0.1
2026-03-28 08:50:48 +01:00
alexbelgium
d2ec403454
Updater bot : mealie updated to v3.14.0
2026-03-28 08:50:21 +01:00
alexbelgium
23e0f9f5be
Updater bot : maintainerr updated to 3.2.0
2026-03-28 08:50:17 +01:00
alexbelgium
b251b959e9
Updater bot : linkwarden updated to 2.14.0
2026-03-28 08:50:13 +01:00
alexbelgium
796e65f10f
Updater bot : jackett updated to 0.24.1474
2026-03-28 08:49:53 +01:00
alexbelgium
ebc0137d67
Updater bot : immich_power_tools updated to 0.20.1
2026-03-28 08:49:48 +01:00
alexbelgium
6b0d8e933a
Updater bot : immich_openvino updated to 2.6.2
2026-03-28 08:49:43 +01:00
alexbelgium
11f4002730
Updater bot : immich_noml updated to 2.6.2
2026-03-28 08:49:40 +01:00
alexbelgium
1ea160c634
Updater bot : immich_cuda updated to 2.6.2
2026-03-28 08:49:33 +01:00
alexbelgium
5257a2b8e2
Updater bot : immich updated to 2.6.2
2026-03-28 08:49:29 +01:00
alexbelgium
b0c5e3ea1d
Updater bot : gazpar2mqtt updated to 0.2.5
2026-03-28 08:49:13 +01:00
alexbelgium
b27cc092c5
Updater bot : flexget updated to 3.19.5
2026-03-28 08:49:09 +01:00
alexbelgium
6cef86f516
Updater bot : fireflyiii_data_importer updated to 2.2.2
2026-03-28 08:49:03 +01:00
Alexandre
43b3e14fca
Disable GitHub Actions cache for build image
2026-03-28 07:30:02 +01:00
GitHub Actions
5bb4909176
Revert "Updater bot : fireflyiii_data_importer updated to 2.2.2"
...
This reverts commit 6a72eddccc .
2026-03-28 01:20:05 +00:00
GitHub Actions
91146ce2ba
Revert "Updater bot : flexget updated to 3.19.5"
...
This reverts commit 2086476e41 .
2026-03-28 01:20:04 +00:00
GitHub Actions
d6815e7997
Revert "Updater bot : gazpar2mqtt updated to 0.2.5"
...
This reverts commit e96b00ea1c .
2026-03-28 01:20:04 +00:00
GitHub Actions
0058d353bc
Revert "Updater bot : immich updated to 2.6.2"
...
This reverts commit 2fdf013ece .
2026-03-28 01:20:04 +00:00
GitHub Actions
3c5a5b2677
Revert "Updater bot : immich_cuda updated to 2.6.2"
...
This reverts commit a7b9e56ffd .
2026-03-28 01:20:04 +00:00
GitHub Actions
a9382f0cb1
Revert "Updater bot : immich_noml updated to 2.6.2"
...
This reverts commit 0fd0543a77 .
2026-03-28 01:20:04 +00:00
GitHub Actions
c44768e0e7
Revert "Updater bot : immich_openvino updated to 2.6.2"
...
This reverts commit 152238e9c9 .
2026-03-28 01:20:04 +00:00
GitHub Actions
5be6d0ef76
Revert "Updater bot : immich_power_tools updated to 0.20.1"
...
This reverts commit b9412ae4d5 .
2026-03-28 01:20:04 +00:00
GitHub Actions
0c96fa65ed
Revert "Updater bot : jackett updated to 0.24.1470"
...
This reverts commit 7f0fb77c6d .
2026-03-28 01:20:04 +00:00
GitHub Actions
b3a5e7e28c
Revert "Updater bot : linkwarden updated to 2.14.0"
...
This reverts commit 35a208baac .
2026-03-28 01:20:04 +00:00
GitHub Actions
4f3b898d2e
Revert "Updater bot : maintainerr updated to 3.2.0"
...
This reverts commit 946b138a3a .
2026-03-28 01:20:04 +00:00
GitHub Actions
535184f5dc
Revert "Updater bot : mealie updated to v3.14.0"
...
This reverts commit d8540a0265 .
2026-03-28 01:20:04 +00:00
GitHub Actions
766a07f7f4
Revert "Updater bot : nextcloud updated to 33.0.1"
...
This reverts commit b3294a5d4b .
2026-03-28 01:20:04 +00:00
GitHub Actions
540aadebb4
Revert "Updater bot : nzbget updated to v26.0-ls235"
...
This reverts commit dcdc141c83 .
2026-03-28 01:20:04 +00:00
GitHub Actions
51abc95a42
Revert "Updater bot : plex updated to 1.43.0.10492-121068a07-ls297"
...
This reverts commit 0523152270 .
2026-03-28 01:20:04 +00:00
GitHub Actions
7a5c5a9cf5
Revert "Updater bot : portainer updated to 2.40.0"
...
This reverts commit 4b1ed18314 .
2026-03-28 01:20:04 +00:00
GitHub Actions
d67725da9b
Revert "Updater bot : signalk updated to 2.24.0"
...
This reverts commit abf6d1af0c .
2026-03-28 01:20:04 +00:00
GitHub Actions
5efa3dfd14
Revert "Updater bot : sonarr updated to 4.0.17.2953"
...
This reverts commit 3500848b34 .
2026-03-28 01:20:04 +00:00
GitHub Actions
dee03efbd3
Revert "Updater bot : tandoor_recipes updated to 2.6.1"
...
This reverts commit 0686b6ec39 .
2026-03-28 01:20:04 +00:00
GitHub Actions
10d50df1ab
Revert "Updater bot : tdarr updated to 2.66.01"
...
This reverts commit bcafbea6b7 .
2026-03-28 01:20:04 +00:00
GitHub Actions
5ce5f6dec9
Revert "Updater bot : transmission_openvpn updated to v5.4.1"
...
This reverts commit 1804ba5b62 .
2026-03-28 01:20:04 +00:00
GitHub Actions
f7e204fe35
Revert "Updater bot : webtop_kde updated to 4.16-r0-ls94"
...
This reverts commit ad1c7c39e4 .
2026-03-28 01:20:04 +00:00
GitHub Actions
d5892aeecd
Revert "Updater bot : whoogle updated to 1.2.3"
...
This reverts commit c6d5f2cdcb .
2026-03-28 01:20:04 +00:00
GitHub Actions
52cd0c5963
Revert "GitHub bot: changelog [nobuild]"
...
This reverts commit c6ae3b2163 .
2026-03-28 01:20:04 +00:00
GitHub Actions
d7ed8fd0f7
Reapply "GitHub bot: changelog [nobuild]"
...
This reverts commit 2734749434 .
2026-03-28 01:20:04 +00:00
GitHub Actions
0fea33c388
Reapply "Updater bot : whoogle updated to 1.2.3"
...
This reverts commit 617d8ba081 .
2026-03-28 01:20:04 +00:00
GitHub Actions
7655cadbdb
Reapply "Updater bot : webtop_kde updated to 4.16-r0-ls94"
...
This reverts commit 0a02323493 .
2026-03-28 01:20:04 +00:00
GitHub Actions
d52f7ded34
Reapply "Updater bot : transmission_openvpn updated to v5.4.1"
...
This reverts commit b877af582f .
2026-03-28 01:20:04 +00:00
GitHub Actions
bee114f3a9
Reapply "Updater bot : tdarr updated to 2.66.01"
...
This reverts commit aaa3b4f331 .
2026-03-28 01:20:04 +00:00
GitHub Actions
05ffe4e1d4
Reapply "Updater bot : tandoor_recipes updated to 2.6.1"
...
This reverts commit 62c7f20305 .
2026-03-28 01:20:04 +00:00
GitHub Actions
e8bba49e3f
Reapply "Updater bot : sonarr updated to 4.0.17.2953"
...
This reverts commit 3ce9d2217c .
2026-03-28 01:20:04 +00:00
GitHub Actions
67ce78d41d
Reapply "Updater bot : signalk updated to 2.24.0"
...
This reverts commit 5fb48c01d8 .
2026-03-28 01:20:04 +00:00
GitHub Actions
4dd7520a2f
Reapply "Updater bot : portainer updated to 2.40.0"
...
This reverts commit 50e4681718 .
2026-03-28 01:20:04 +00:00
GitHub Actions
b8676847ce
Reapply "Updater bot : plex updated to 1.43.0.10492-121068a07-ls297"
...
This reverts commit d8daaa710c .
2026-03-28 01:20:04 +00:00
GitHub Actions
22c221fad5
Reapply "Updater bot : nzbget updated to v26.0-ls235"
...
This reverts commit d1e1ceb37e .
2026-03-28 01:20:04 +00:00
GitHub Actions
9678f2a335
Reapply "Updater bot : nextcloud updated to 33.0.1"
...
This reverts commit 129e730c69 .
2026-03-28 01:20:04 +00:00
GitHub Actions
f9e4aa5daf
Reapply "Updater bot : mealie updated to v3.14.0"
...
This reverts commit 79ca4d1b3e .
2026-03-28 01:20:04 +00:00
GitHub Actions
7d2224e580
Reapply "Updater bot : maintainerr updated to 3.2.0"
...
This reverts commit 2f35769eed .
2026-03-28 01:20:04 +00:00
GitHub Actions
791c7a33bb
Reapply "Updater bot : linkwarden updated to 2.14.0"
...
This reverts commit bcfbbdfdfd .
2026-03-28 01:20:04 +00:00
GitHub Actions
f8509f3afa
Reapply "Updater bot : jackett updated to 0.24.1470"
...
This reverts commit 6dd5e415e7 .
2026-03-28 01:20:04 +00:00
GitHub Actions
516f43fc8e
Reapply "Updater bot : immich_power_tools updated to 0.20.1"
...
This reverts commit 92c478a0ea .
2026-03-28 01:20:04 +00:00
GitHub Actions
f10be7aa69
Reapply "Updater bot : immich_openvino updated to 2.6.2"
...
This reverts commit 91ad0706eb .
2026-03-28 01:20:04 +00:00
GitHub Actions
414a2261c4
Reapply "Updater bot : immich_noml updated to 2.6.2"
...
This reverts commit d3d9237af2 .
2026-03-28 01:20:04 +00:00
GitHub Actions
6a97c87617
Reapply "Updater bot : immich_cuda updated to 2.6.2"
...
This reverts commit 03c4f55511 .
2026-03-28 01:20:04 +00:00
GitHub Actions
dd4821028d
Reapply "Updater bot : immich updated to 2.6.2"
...
This reverts commit b415618b52 .
2026-03-28 01:20:04 +00:00
GitHub Actions
8f92fc468f
Reapply "Updater bot : gazpar2mqtt updated to 0.2.5"
...
This reverts commit 17c9873632 .
2026-03-28 01:20:04 +00:00
GitHub Actions
8b95224230
Reapply "Updater bot : flexget updated to 3.19.5"
...
This reverts commit 1d1e6e7a06 .
2026-03-28 01:20:04 +00:00
GitHub Actions
96d43522d1
Reapply "Updater bot : fireflyiii_data_importer updated to 2.2.2"
...
This reverts commit 53c72b0a83 .
2026-03-28 01:20:04 +00:00
GitHub Actions
2f3dd65b3d
Reapply "Updater bot : fireflyiii updated to 6.5.9"
...
This reverts commit 1025e84fcf .
2026-03-28 01:20:04 +00:00
GitHub Actions
1025e84fcf
Revert "Updater bot : fireflyiii updated to 6.5.9"
...
This reverts commit 1477d28b82 .
2026-03-28 00:46:37 +00:00
GitHub Actions
53c72b0a83
Revert "Updater bot : fireflyiii_data_importer updated to 2.2.2"
...
This reverts commit 6a72eddccc .
2026-03-28 00:46:37 +00:00
GitHub Actions
1d1e6e7a06
Revert "Updater bot : flexget updated to 3.19.5"
...
This reverts commit 2086476e41 .
2026-03-28 00:46:37 +00:00
GitHub Actions
17c9873632
Revert "Updater bot : gazpar2mqtt updated to 0.2.5"
...
This reverts commit e96b00ea1c .
2026-03-28 00:46:37 +00:00
GitHub Actions
b415618b52
Revert "Updater bot : immich updated to 2.6.2"
...
This reverts commit 2fdf013ece .
2026-03-28 00:46:37 +00:00
GitHub Actions
03c4f55511
Revert "Updater bot : immich_cuda updated to 2.6.2"
...
This reverts commit a7b9e56ffd .
2026-03-28 00:46:37 +00:00
GitHub Actions
d3d9237af2
Revert "Updater bot : immich_noml updated to 2.6.2"
...
This reverts commit 0fd0543a77 .
2026-03-28 00:46:37 +00:00
GitHub Actions
91ad0706eb
Revert "Updater bot : immich_openvino updated to 2.6.2"
...
This reverts commit 152238e9c9 .
2026-03-28 00:46:37 +00:00
GitHub Actions
92c478a0ea
Revert "Updater bot : immich_power_tools updated to 0.20.1"
...
This reverts commit b9412ae4d5 .
2026-03-28 00:46:37 +00:00
GitHub Actions
6dd5e415e7
Revert "Updater bot : jackett updated to 0.24.1470"
...
This reverts commit 7f0fb77c6d .
2026-03-28 00:46:37 +00:00
GitHub Actions
bcfbbdfdfd
Revert "Updater bot : linkwarden updated to 2.14.0"
...
This reverts commit 35a208baac .
2026-03-28 00:46:37 +00:00
GitHub Actions
2f35769eed
Revert "Updater bot : maintainerr updated to 3.2.0"
...
This reverts commit 946b138a3a .
2026-03-28 00:46:37 +00:00
GitHub Actions
79ca4d1b3e
Revert "Updater bot : mealie updated to v3.14.0"
...
This reverts commit d8540a0265 .
2026-03-28 00:46:37 +00:00
GitHub Actions
129e730c69
Revert "Updater bot : nextcloud updated to 33.0.1"
...
This reverts commit b3294a5d4b .
2026-03-28 00:46:37 +00:00
GitHub Actions
d1e1ceb37e
Revert "Updater bot : nzbget updated to v26.0-ls235"
...
This reverts commit dcdc141c83 .
2026-03-28 00:46:37 +00:00
GitHub Actions
d8daaa710c
Revert "Updater bot : plex updated to 1.43.0.10492-121068a07-ls297"
...
This reverts commit 0523152270 .
2026-03-28 00:46:37 +00:00
GitHub Actions
50e4681718
Revert "Updater bot : portainer updated to 2.40.0"
...
This reverts commit 4b1ed18314 .
2026-03-28 00:46:37 +00:00
GitHub Actions
5fb48c01d8
Revert "Updater bot : signalk updated to 2.24.0"
...
This reverts commit abf6d1af0c .
2026-03-28 00:46:37 +00:00
GitHub Actions
3ce9d2217c
Revert "Updater bot : sonarr updated to 4.0.17.2953"
...
This reverts commit 3500848b34 .
2026-03-28 00:46:37 +00:00
GitHub Actions
62c7f20305
Revert "Updater bot : tandoor_recipes updated to 2.6.1"
...
This reverts commit 0686b6ec39 .
2026-03-28 00:46:37 +00:00
GitHub Actions
aaa3b4f331
Revert "Updater bot : tdarr updated to 2.66.01"
...
This reverts commit bcafbea6b7 .
2026-03-28 00:46:37 +00:00
GitHub Actions
b877af582f
Revert "Updater bot : transmission_openvpn updated to v5.4.1"
...
This reverts commit 1804ba5b62 .
2026-03-28 00:46:37 +00:00
GitHub Actions
0a02323493
Revert "Updater bot : webtop_kde updated to 4.16-r0-ls94"
...
This reverts commit ad1c7c39e4 .
2026-03-28 00:46:37 +00:00
GitHub Actions
617d8ba081
Revert "Updater bot : whoogle updated to 1.2.3"
...
This reverts commit c6d5f2cdcb .
2026-03-28 00:46:37 +00:00
GitHub Actions
2734749434
Revert "GitHub bot: changelog [nobuild]"
...
This reverts commit c6ae3b2163 .
2026-03-28 00:46:37 +00:00
github-actions
c6ae3b2163
GitHub bot: changelog [nobuild]
2026-03-28 00:36:07 +00:00
alexbelgium
c6d5f2cdcb
Updater bot : whoogle updated to 1.2.3
2026-03-28 01:31:28 +01:00
alexbelgium
ad1c7c39e4
Updater bot : webtop_kde updated to 4.16-r0-ls94
2026-03-28 01:31:17 +01:00
alexbelgium
1804ba5b62
Updater bot : transmission_openvpn updated to v5.4.1
2026-03-28 01:30:32 +01:00
alexbelgium
bcafbea6b7
Updater bot : tdarr updated to 2.66.01
2026-03-28 01:30:25 +01:00
alexbelgium
0686b6ec39
Updater bot : tandoor_recipes updated to 2.6.1
2026-03-28 01:30:23 +01:00
alexbelgium
3500848b34
Updater bot : sonarr updated to 4.0.17.2953
2026-03-28 01:30:13 +01:00
alexbelgium
abf6d1af0c
Updater bot : signalk updated to 2.24.0
2026-03-28 01:30:06 +01:00
alexbelgium
4b1ed18314
Updater bot : portainer updated to 2.40.0
2026-03-28 01:29:28 +01:00
alexbelgium
0523152270
Updater bot : plex updated to 1.43.0.10492-121068a07-ls297
2026-03-28 01:29:24 +01:00
alexbelgium
dcdc141c83
Updater bot : nzbget updated to v26.0-ls235
2026-03-28 01:29:09 +01:00
alexbelgium
b3294a5d4b
Updater bot : nextcloud updated to 33.0.1
2026-03-28 01:29:06 +01:00
alexbelgium
d8540a0265
Updater bot : mealie updated to v3.14.0
2026-03-28 01:28:39 +01:00
alexbelgium
946b138a3a
Updater bot : maintainerr updated to 3.2.0
2026-03-28 01:28:34 +01:00
alexbelgium
35a208baac
Updater bot : linkwarden updated to 2.14.0
2026-03-28 01:28:31 +01:00
alexbelgium
7f0fb77c6d
Updater bot : jackett updated to 0.24.1470
2026-03-28 01:28:10 +01:00
alexbelgium
b9412ae4d5
Updater bot : immich_power_tools updated to 0.20.1
2026-03-28 01:28:06 +01:00
alexbelgium
152238e9c9
Updater bot : immich_openvino updated to 2.6.2
2026-03-28 01:28:02 +01:00
alexbelgium
0fd0543a77
Updater bot : immich_noml updated to 2.6.2
2026-03-28 01:27:58 +01:00
alexbelgium
a7b9e56ffd
Updater bot : immich_cuda updated to 2.6.2
2026-03-28 01:27:50 +01:00
alexbelgium
2fdf013ece
Updater bot : immich updated to 2.6.2
2026-03-28 01:27:46 +01:00
alexbelgium
e96b00ea1c
Updater bot : gazpar2mqtt updated to 0.2.5
2026-03-28 01:27:30 +01:00
alexbelgium
2086476e41
Updater bot : flexget updated to 3.19.5
2026-03-28 01:27:25 +01:00
alexbelgium
6a72eddccc
Updater bot : fireflyiii_data_importer updated to 2.2.2
2026-03-28 01:27:20 +01:00
alexbelgium
1477d28b82
Updater bot : fireflyiii updated to 6.5.9
2026-03-28 01:27:16 +01:00
alexbelgium
48e9e4f649
Updater bot : filebrowser_quantum updated to 1.2.3
2026-03-28 01:27:12 +01:00
alexbelgium
ec6918bf6f
Updater bot : epicgamesfree updated to debian-2026-03-27
2026-03-28 01:27:04 +01:00
alexbelgium
e1dd36a0b3
Updater bot : ente updated to 1.3.28
2026-03-28 01:27:01 +01:00
alexbelgium
56fe0138a5
Updater bot : cloudcommander updated to 19.9.7
2026-03-28 01:26:39 +01:00
alexbelgium
2dcc131ed4
Updater bot : cleanuparr updated to 2.9.1
2026-03-28 01:26:36 +01:00
alexbelgium
ed0877e218
Updater bot : changedetection.io updated to 0.54.7
2026-03-28 01:26:32 +01:00
alexbelgium
4cfedb35d3
Updater bot : calibre updated to 9.6.0
2026-03-28 01:26:25 +01:00
alexbelgium
8cc3e7760e
Updater bot : browserless_chrome updated to 2.46.0
2026-03-28 01:26:22 +01:00
alexbelgium
6b6edba80e
Updater bot : browser_chromium updated to version-cc0cbc1c
2026-03-28 01:26:17 +01:00
alexbelgium
1e61371334
Updater bot : browser_brave updated to 1.88.136-ls86
2026-03-28 01:26:08 +01:00
github-actions
f808a1a757
GitHub bot : README updated
2026-03-27 17:18:11 +00:00
github-actions
5f126df321
GitHub bot : graphs updated
2026-03-27 12:21:25 +00:00
github-actions
9358b10a8e
Github bot : stats updated
2026-03-27 12:20:46 +00:00
github-actions
df125626ac
Github bot : issues linked to readme
2026-03-27 08:19:11 +00:00
github-actions
f771f057af
GitHub bot: changelog [nobuild]
2026-03-26 09:36:52 +00:00
Alexandre
07dde53480
Merge pull request #2613 from alexbelgium/copilot/fix-openvpn-random-selection
...
fix(qbittorrent): restore random OpenVPN config selection when multiple files present
2026-03-26 10:33:19 +01:00
Alexandre
5be731a769
Update CHANGELOG.md
2026-03-26 10:33:07 +01:00
Alexandre
464a4cbd5d
Update config.yaml
2026-03-26 10:32:37 +01:00
copilot-swe-agent[bot]
40576b2b9c
fix: randomly select OpenVPN config when multiple files found
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/a34bc8b0-0350-43ea-8402-d16b6a4c5b36
2026-03-26 09:31:21 +00:00
copilot-swe-agent[bot]
9ef7b996e3
Initial plan
2026-03-26 09:29:44 +00:00
alexbelgium
b5e667ff1c
Updater bot : birdnet-pipy updated to 0.5.8
2026-03-26 10:23:46 +01:00
alexbelgium
bebe1b75a6
Updater bot : birdnet-go updated to nightly-20260321-397
2026-03-26 10:23:42 +01:00
alexbelgium
94a458589a
Updater bot : autobrr updated to 1.75.1
2026-03-26 10:23:28 +01:00
github-actions
30b8949b77
GitHub bot: changelog [nobuild]
2026-03-26 09:16:01 +00:00
Alexandre
d0fa63b34a
Update Radarr version to 6.0.4.10291-3
2026-03-26 10:13:00 +01:00
Alexandre
81ea00238b
Merge pull request #2612 from alexbelgium/copilot/fix-dockerfile-remote-url-retries
...
Replace `ADD` remote URLs with `COPY` for template scripts; add retry logic for module downloads
2026-03-26 10:12:24 +01:00
copilot-swe-agent[bot]
5a19d19054
Fix HTTP 429: replace ADD remote URLs with COPY in all Dockerfiles, add retry logic and fix ha_automodules.sh
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/2244d014-7299-4b63-89e4-35683a0b4c15
2026-03-26 09:07:15 +00:00
copilot-swe-agent[bot]
5cc9005626
Initial plan
2026-03-26 09:02:49 +00:00
GitHub Actions
dd674cd465
Revert "Update Radarr version to 6.0.4.10291-3"
...
This reverts commit 08ac9e7690 .
2026-03-26 08:28:37 +00:00
Alexandre
08ac9e7690
Update Radarr version to 6.0.4.10291-3
2026-03-26 09:26:03 +01:00
Alexandre
bdfc00e404
Enhance onpush_builder.yaml with workflow_call support
...
Added support for workflow calls and updated environment variable handling in the onpush_builder workflow.
2026-03-26 09:25:29 +01:00
Alexandre
b1e0a19d5f
Remove workflow_call trigger from onpush_builder.yaml
2026-03-26 08:57:38 +01:00
Alexandre
c9a5b7871e
Update Radarr version to 6.0.4.10291-2
2026-03-26 08:55:59 +01:00
Alexandre
190c3e705e
Merge pull request #2607 from alexbelgium/copilot/adapt-build-script
...
Migrate build workflow from deprecated home-assistant/builder to composable build-image action
2026-03-26 08:55:05 +01:00
Alexandre
3b2a4b7c1c
Refactor onpush_builder.yaml to remove addons_json input
...
Removed input for addons_json from workflow call and adjusted logic for processing add-ons based on push events.
2026-03-26 08:54:50 +01:00
Alexandre
4a003a17eb
Enhance GitHub Actions workflow with addons_json input
...
Added input parameter 'addons_json' for specifying add-on directories in workflow. Enhanced conditional checks and improved error handling for processing changed add-ons.
2026-03-26 08:50:22 +01:00
copilot-swe-agent[bot]
e92843eb36
Use awk for arch_list extraction to match build_from approach
...
Replace fragile sed '/^arch:/,/^[^ a]/p' pattern with the same
awk block-parsing approach used for build_from. The sed pattern
leaked lines from keys starting with 'a' (like audio:) into the
range before grep filtered them out. The awk approach cleanly
stops at the next top-level key.
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/d3d7f769-ce2d-4ddd-b066-7bb769754460
2026-03-26 07:29:14 +00:00
Alexandre
f0f2a521b0
Update .github/workflows/onpush_builder.yaml
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-26 08:26:11 +01:00
Alexandre
a488ae51a0
Update .github/workflows/onpush_builder.yaml
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-26 08:26:03 +01:00
copilot-swe-agent[bot]
1939c7bbb4
Fix build workflow: add fail-fast, BUILD_DATE, cache-gha-scope, persist-credentials
...
Reviewed against official home-assistant/apps-example commit b09b6e5d:
- Add fail-fast: false to prevent cascade cancellation of matrix builds
- Add BUILD_DATE build arg (117 Dockerfiles reference ARG BUILD_DATE)
- Add cache-gha-scope per addon to prevent cache collisions
- Add persist-credentials: false on checkout (security best practice)
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/fc2bf147-8d75-4c87-84be-7a093db2780a
2026-03-26 06:29:44 +00:00
github-actions
3ee3b8d490
GitHub bot: changelog
2026-03-24 14:20:20 +00:00
github-actions
e2a1153082
Github bot : issues linked to readme
2026-03-24 14:15:20 +00:00
Alexandre
4d49783d96
Merge pull request #2610 from alexbelgium/copilot/fix-openvpn-connection-issue-again
...
qbittorrent: fix OpenVPN startup broken by unconditional firewall rules (v5.1.4-19)
2026-03-24 15:14:59 +01:00
github-actions
4312f9561c
Github bot : issues linked to readme
2026-03-24 14:14:36 +00:00
copilot-swe-agent[bot]
cdbf511aca
Fix OpenVPN broken by unconditional firewall rules; guard _firewall_add/del behind vpn_upnp_enabled; bump version to 5.1.4-19
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/cd0a7e2e-8b4d-4fe1-9ddc-64a8127f64cf
2026-03-24 10:28:49 +00:00
copilot-swe-agent[bot]
8788fb2601
Initial plan
2026-03-24 10:26:00 +00:00
copilot-swe-agent[bot]
bd5d83de21
Use POSIX character class in grep for ARCH matching in build config parsing
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/604c2e62-90f9-4228-9148-15e0ca67bac3
2026-03-23 19:18:01 +00:00
copilot-swe-agent[bot]
d2c8a4e13e
Migrate build workflow from deprecated home-assistant/builder to composable build-image action
...
Replace deprecated home-assistant/builder@2026.02 .1 with the new
composable home-assistant/builder/actions/build-image@2026.03 .2 action.
Key changes:
- Use native ARM runners (ubuntu-24.04-arm) for aarch64 builds
- Replace info@master helper with cross-platform bash (works on ARM)
- Use build-image action with explicit build args and image config
- Add job-level permissions for GHCR push
- Remove obsolete Docker login step (handled by build-image internally)
- Remove unused BUILD_ARGS env and CAS_API_KEY references
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/604c2e62-90f9-4228-9148-15e0ca67bac3
2026-03-23 19:16:06 +00:00
Alexandre
e180a57e42
Merge pull request #2606 from alexbelgium/dependabot/github_actions/EndBug/add-and-commit-10
...
Bump EndBug/add-and-commit from 9 to 10
2026-03-23 20:03:24 +01:00
dependabot[bot]
b484cbc9f8
Bump EndBug/add-and-commit from 9 to 10
...
Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit ) from 9 to 10.
- [Release notes](https://github.com/endbug/add-and-commit/releases )
- [Commits](https://github.com/endbug/add-and-commit/compare/v9...v10 )
---
updated-dependencies:
- dependency-name: EndBug/add-and-commit
dependency-version: '10'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-23 18:21:25 +00:00
github-actions
63d3e1933b
Github bot : image compressed
2026-03-22 23:10:35 +00:00
Alexandre
429c5907e2
Merge pull request #2599 from yannpub/master nobuild
...
Adjusted TRANSMISSION_WEB_UI options in config
2026-03-22 18:20:26 +01:00
Alexandre
83c8a53390
Merge pull request #2603 from alexbelgium/copilot/fix-seerr-addon-responsiveness
...
Add configurable NODE_MEMORY_LIMIT option to Seerr addon
2026-03-22 18:20:09 +01:00
github-actions
da144eada7
GitHub bot: changelog
2026-03-22 17:13:25 +00:00
copilot-swe-agent[bot]
d20d1199fe
Make NODE_MEMORY_LIMIT a configurable addon option (default 512 MB)
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/c45f9e34-4233-4929-96c9-50c7db39ac6d
2026-03-22 17:12:42 +00:00
github-actions
325419d009
GitHub bot: sanitize (spaces + LF endings) & chmod
2026-03-22 17:08:47 +00:00
Alexandre
f6750c806a
Update seerr/CHANGELOG.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-22 18:08:22 +01:00
Alexandre
452f3490c4
Merge pull request #2601 from litinoveweedle/qbittorrent_vpn_upnp
...
qBittorrent upnp and firewall for VPN
2026-03-22 18:07:56 +01:00
Alexandre
3a78e99c4b
Update version to 5.1.4-18
2026-03-22 18:07:13 +01:00
copilot-swe-agent[bot]
dd0fed1bd8
Fix Seerr OOM crash by setting default Node.js memory limit (512MB)
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/9948a07a-8ef8-4cb0-b0b2-a116cf6fdb18
2026-03-22 16:12:18 +00:00
copilot-swe-agent[bot]
169eeccc28
Initial plan
2026-03-22 16:04:30 +00:00
github-actions[bot]
2203ab4177
Update stargazer map & cache
2026-03-22 03:23:33 +00:00
github-actions[bot]
2e5df8e962
Update stargazer map & cache
2026-03-22 01:20:57 +00:00
github-actions
7c95c4f104
GitHub bot : README updated
2026-03-21 17:06:32 +00:00
litinoveweedle
7af8610a25
qBittorrent upnp and firewall for VPN
...
This is implementation of the UPnP port opening for qBittorrent running on VPN. Implementation also includes simple firewall for incoming connections.
2026-03-21 15:24:35 +01:00
github-actions
ceab896b46
GitHub bot: changelog
2026-03-21 00:46:39 +00:00
alexbelgium
49fa5daa91
Updater bot : zzz_archived_code-server updated to 4.112.0
2026-03-21 01:31:42 +01:00
alexbelgium
9da453855e
Updater bot : webtop_kde updated to 4.16-r0-ls93
2026-03-21 01:31:23 +01:00
alexbelgium
d64c940500
Updater bot : tdarr updated to 2.64.02
2026-03-21 01:30:30 +01:00
alexbelgium
9cc2633688
Updater bot : sponsorblockcast updated to 0.8.3
2026-03-21 01:30:22 +01:00
alexbelgium
1c45d0d816
Updater bot : sonarr updated to 4.0.17.2952
2026-03-21 01:30:18 +01:00
alexbelgium
56135c39ca
Updater bot : social_to_mealie updated to 1.6.1
2026-03-21 01:30:14 +01:00
alexbelgium
a5a0862498
Updater bot : scrutiny_fa updated to v1.47.1
2026-03-21 01:30:02 +01:00
alexbelgium
72641aeb6d
Updater bot : scrutiny updated to v1.47.1
2026-03-21 01:29:59 +01:00
alexbelgium
28fb23a5ce
Updater bot : prowlarr updated to nightly-2.3.4.5308-ls226
2026-03-21 01:29:38 +01:00
alexbelgium
13d1777283
Updater bot : portainer updated to 2.39.1
2026-03-21 01:29:31 +01:00
alexbelgium
b856dc37e1
Updater bot : plex updated to 1.43.0.10492-121068a07-ls296
2026-03-21 01:29:27 +01:00
alexbelgium
930629656c
Updater bot : openproject updated to 17.2.2
2026-03-21 01:29:19 +01:00
alexbelgium
0bc3fee0f1
Updater bot : nzbget updated to v26.0-ls234
2026-03-21 01:29:12 +01:00
alexbelgium
5c6c3cc94c
Updater bot : netalertx_fa updated to 26.3.15
2026-03-21 01:29:06 +01:00
alexbelgium
6643f15cdf
Updater bot : netalertx updated to 26.3.15
2026-03-21 01:29:02 +01:00
alexbelgium
13cad45bbf
Updater bot : mealie updated to v3.13.1
2026-03-21 01:28:40 +01:00
alexbelgium
d3fad638c1
Updater bot : jackett updated to 0.24.1419
2026-03-21 01:28:13 +01:00
alexbelgium
02dd8c9e35
Updater bot : immich_openvino updated to 2.6.1
2026-03-21 01:28:05 +01:00
alexbelgium
ef87465f7c
Updater bot : immich_noml updated to 2.6.1
2026-03-21 01:28:01 +01:00
alexbelgium
94c02ef68d
Updater bot : immich_cuda updated to 2.6.1
2026-03-21 01:27:53 +01:00
alexbelgium
ca0659f640
Updater bot : immich updated to 2.6.1
2026-03-21 01:27:49 +01:00
alexbelgium
81db400ff2
Updater bot : flexget updated to 3.19.3
2026-03-21 01:27:29 +01:00
alexbelgium
a773cf8ac8
Updater bot : fireflyiii updated to 6.5.6
2026-03-21 01:27:20 +01:00
alexbelgium
c710429863
Updater bot : filebrowser updated to 2.62.1
2026-03-21 01:27:12 +01:00
alexbelgium
d3169643a8
Updater bot : epicgamesfree updated to debian-2026-03-18
2026-03-21 01:27:08 +01:00
alexbelgium
ada1099a0d
Updater bot : emby_beta updated to 4.10.0.6
2026-03-21 01:26:57 +01:00
alexbelgium
b76b2d969f
Updater bot : cloudcommander updated to 19.8.0
2026-03-21 01:26:42 +01:00
alexbelgium
cfc4dc7d4a
Updater bot : changedetection.io updated to 0.54.6
2026-03-21 01:26:35 +01:00
alexbelgium
51b1efd584
Updater bot : browserless_chrome updated to 2.44.0
2026-03-21 01:26:26 +01:00
alexbelgium
17c9338e72
Updater bot : browser_chromium updated to version-baf94ebf
2026-03-21 01:26:22 +01:00
alexbelgium
39b999d94e
Updater bot : browser_brave updated to 1.88.134-ls84
2026-03-21 01:26:12 +01:00
alexbelgium
11f88bc894
Updater bot : birdnet-go updated to nightly-20260315
2026-03-21 01:25:27 +01:00
Alexandre
916672c562
Update config.yaml
2026-03-20 20:31:41 +01:00
Alexandre
474f877e2f
Merge pull request #2600 from alexbelgium/copilot/fix-move-netalertx-folder nobuild
...
Fix daily_README workflow moving netalertx into netalertx_fa
2026-03-20 20:31:10 +01:00
copilot-swe-agent[bot]
5640de85e9
Restore netalertx/ folder and fix daily_README workflow rename collision
...
Commit 734a824 was triggered by the daily_README.yaml workflow which
temporarily renames addon folders to their .name for README generation.
Both netalertx and netalertx_fa share name: NetAlertX, causing mv to
move netalertx inside the already-renamed netalertx_fa directory.
Fix: add [ ! -e "$NAME" ] guard to prevent rename when target exists.
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/b23b6b99-d4da-4c4e-926f-4067af6f16a0
2026-03-20 19:27:26 +00:00
copilot-swe-agent[bot]
58d8591dfb
Initial plan
2026-03-20 19:23:57 +00:00
github-actions
734a824547
GitHub bot : README updated
2026-03-20 17:14:34 +00:00
Yann
6af5909628
Adjusted TRANSMISSION_WEB_UI options in config
...
Added transmissionic webUI, moved transmission-web-control to the end - is removed in the current version, but there are discussions ongoing so not removing it for the moment
2026-03-20 15:36:39 +01:00
github-actions
aa5d57d18c
GitHub bot: changelog
2026-03-20 13:58:18 +00:00
Alexandre
066f4e1feb
Update version to 2.43.0-2 in config.yaml
2026-03-20 14:50:29 +01:00
Alexandre
eb7939eaaa
Update start.sh to load environment variables
...
Modify start.sh to include environment variable loading.
2026-03-20 14:50:16 +01:00
Alexandre
78c3231b89
Try fix env_vars injection
...
https://github.com/alexbelgium/hassio-addons/issues/2596
2026-03-20 14:34:04 +01:00
Alexandre
c7077fd9d6
Add GLOBAL_VAR_FILES environment variable
...
Added an environment variable for global variable files.
2026-03-20 14:33:44 +01:00
Alexandre
7816985f22
Add GLOBAL_VAR_FILES to script injection loop
2026-03-20 14:32:44 +01:00
github-actions
bdaf66ef62
GitHub bot : graphs updated
2026-03-20 12:24:00 +00:00
github-actions
b485f4fe57
Github bot : stats updated
2026-03-20 12:18:14 +00:00
github-actions
092c86b781
GitHub bot: changelog
2026-03-19 19:41:49 +00:00
github-actions
bc5701d08e
GitHub bot: changelog
2026-03-19 19:41:44 +00:00
github-actions
56acef7916
GitHub bot: sanitize (spaces + LF endings) & chmod
2026-03-19 19:40:25 +00:00
Alexandre
f3af043ed2
build
2026-03-19 20:39:32 +01:00
Alexandre
d1ca85f6a6
fix ingress
2026-03-19 20:03:12 +01:00
github-actions
d46fb70c20
GitHub bot : README updated
2026-03-19 17:21:27 +00:00
github-actions
7cab73cb37
Github bot : issues linked to readme
2026-03-19 15:50:31 +00:00
Alexandre
45a72135b4
nobuild
2026-03-19 10:42:47 +01:00
Alexandre
70f5f1c133
nobuild
2026-03-19 10:42:05 +01:00
Alexandre
0a80daabd8
nobuild
2026-03-19 10:41:15 +01:00
github-actions
b277dd6cd7
GitHub bot: changelog
2026-03-19 08:56:48 +00:00
Alexandre
f64368c77b
Use embedded nginx https://github.com/alexbelgium/hassio-addons/issues/2567
2026-03-19 09:54:19 +01:00
Alexandre
a9b89481cf
nobuild
2026-03-19 09:42:49 +01:00
Alexandre
16fe9fb4a9
Change ingress_port from 0 to 20211
2026-03-19 09:39:52 +01:00
github-actions
688ea34874
GitHub bot: changelog
2026-03-19 08:39:00 +00:00
Alexandre
dd83fb0e1f
correct ingress
...
https://github.com/alexbelgium/hassio-addons/issues/2567
2026-03-19 09:36:57 +01:00
Alexandre
10c52ec37f
Update nginx config to turn off gzip
...
Disable gzip compression in nginx configuration.
2026-03-19 09:36:10 +01:00
github-actions
9583d2a779
GitHub bot : README updated
2026-03-18 17:22:52 +00:00
Alexandre
8f7de61681
Merge pull request #2593 from ToledoEM/bentopdf
...
Update Readme Bentopdf
2026-03-18 16:18:53 +01:00
Enrique
8b3764d888
Merge branch 'alexbelgium:master' into bentopdf
2026-03-18 14:48:51 +00:00
ToledoEM
890f43433c
readme update
2026-03-18 14:47:22 +00:00
github-actions
1ddb1c7a22
GitHub bot: sanitize (spaces + LF endings) & chmod
2026-03-18 14:09:57 +00:00
Alexandre
2d8387d72d
Merge pull request #2591 from ToledoEM/bentopdf
...
Add BentoPDF add-on v2.5.0
2026-03-18 15:09:01 +01:00
Alexandre
688c2d6d86
Merge branch 'master' into bentopdf
2026-03-18 15:08:47 +01:00
Alexandre
a2f4353f10
Merge pull request #2592 from ToledoEM/manyfold_0.135.0
...
manyfold: update to 0.135.0
2026-03-18 14:15:12 +01:00
ToledoEM
e1d6789a39
bentopdf: fix markdown heading spacing for codacy
2026-03-18 12:36:54 +00:00
ToledoEM
5d68d92afa
add bentopdf
2026-03-18 12:36:54 +00:00
ToledoEM
08b3c313d9
manyfold: add 0.133.1 changelog entry
2026-03-18 12:36:54 +00:00
Enrique
f888164902
Merge branch 'alexbelgium:master' into manyfold_0.135.0
2026-03-18 12:25:41 +00:00
ToledoEM
a05377fe1b
manyfold: update to 0.135.0
2026-03-18 12:14:59 +00:00
github-actions
8b6a046291
GitHub bot: changelog
2026-03-18 08:56:10 +00:00
Alexandre
e49cf12d19
Update NETALERTX_DB and version in config.yaml
2026-03-18 09:54:06 +01:00
github-actions
d19357c060
GitHub bot : README updated
2026-03-17 17:22:57 +00:00
Alexandre
101ce9752f
Merge pull request #2588 from alexbelgium/copilot/fix-config-options-issue
...
Fix ImmichFrame config: write env_vars to Settings.yaml instead of only exporting as env vars
2026-03-17 10:34:13 +01:00
copilot-swe-agent[bot]
75750d4658
Mask WeatherApiKey in log output
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-17 09:04:46 +00:00
copilot-swe-agent[bot]
41fe7d3bb0
Fix ImmichFrame config: map env_vars and schema options to Settings.yaml
...
- Add General display options (Interval, ShowClock, etc.) to addon config schema
- Add per-Account filter options (Albums, People, ShowFavorites, etc.) to Accounts schema
- Rewrite 99-run.sh to generate complete Settings.yaml with General and Accounts sections
- env_vars are automatically classified as General or Account-level settings
- Schema options take precedence over env_vars
- Full backward compatibility: existing env_var configs continue to work
- Update README with comprehensive options documentation
- Bump version to 1.0.32.0-4
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-17 09:03:46 +00:00
copilot-swe-agent[bot]
a63c15031b
Initial plan
2026-03-17 08:51:21 +00:00
Alexandre
965a26e306
Merge pull request #2587 from alexbelgium/copilot/review-apparmor-permissions-addons
...
Replace blanket AppArmor `capability,` with specific per-addon capabilities
2026-03-17 09:09:09 +01:00
copilot-swe-agent[bot]
3c53e69161
Replace blanket capability, with specific capabilities in all AppArmor profiles
...
Remove overly permissive blanket `capability,` rule (grants ALL Linux
capabilities) from 107 addon AppArmor profiles. Replace with only the
specific capabilities each addon needs based on its config.yaml
`privileged` field.
Base capabilities for all addons: setuid, setgid, chown, fowner, dac_override
Additional capabilities mapped from config.yaml privileged list:
- SYS_ADMIN -> sys_admin
- DAC_READ_SEARCH -> dac_read_search
- NET_ADMIN -> net_admin
- NET_RAW -> net_raw
- SYS_RAWIO -> sys_rawio
- SYS_TIME -> sys_time
- SYS_RESOURCE -> sys_resource
Addons with full_access: true (portainer_agent) retain blanket capability.
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-17 07:42:05 +00:00
Alexandre
3ae0bbb9ba
nobuild corrext
2026-03-17 08:33:19 +01:00
copilot-swe-agent[bot]
8156916179
Initial plan
2026-03-17 07:33:06 +00:00
Alexandre
92369f4607
nobuild
2026-03-17 08:31:13 +01:00
github-actions
8870083a45
GitHub bot: changelog
2026-03-17 07:29:21 +00:00
Alexandre
317d13c294
nobuild
...
Added TMP_DIR and updated NETALERTX_CONFIG_FILE and NETALERTX_DB_FILE paths.
2026-03-17 08:29:13 +01:00
Alexandre
34ea41913e
Use /config for location to allow access
2026-03-17 08:27:07 +01:00
github-actions
0ed5974d1a
GitHub bot: changelog
2026-03-17 06:06:28 +00:00
Alexandre
66be252470
Merge pull request #2585 from adamoutler/master
...
Fix: correct multiple configuration issues in NetAlertX
2026-03-17 07:03:54 +01:00
root
382988a9e7
lint issues
2026-03-16 16:15:40 -04:00
root
1ebaf6e011
Update with proper configuration
2026-03-16 15:04:32 -04:00
Alexandre
71b96dcb8e
Merge pull request #2584 from alexbelgium/copilot/fix-openvpn-startup-issue
...
Fix Transmission OpenVPN startup failure caused by systemd-resolved in containers
2026-03-16 09:21:41 +01:00
copilot-swe-agent[bot]
b481580aa4
Bump transmission_openvpn version to v5.4.0-2 with changelog for DNS fix
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-16 07:48:44 +00:00
Alexandre
352e3eca85
Merge pull request #2580 from alexbelgium/copilot/fix-internal-proxies-regex
...
fix(guacamole): use valid regex for PROXY_ALLOWED_IPS_REGEX default
2026-03-16 08:45:47 +01:00
github-actions
06ece60f76
GitHub bot: changelog
2026-03-16 07:36:39 +00:00
copilot-swe-agent[bot]
54c7a2ba10
Fix: Replace update-resolv-conf script that uses systemd-resolved with direct resolv.conf modification
...
The upstream haugene/transmission-openvpn v5.4.0 image uses systemd-resolved
via D-Bus in its update-resolv-conf script, which fails in HA containers
that lack systemd/D-Bus with 'sd_bus_open_system: No such file or directory'.
This adds a custom update-resolv-conf script that directly modifies
/etc/resolv.conf by parsing OpenVPN's foreign_option_* environment variables.
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-16 07:33:22 +00:00
copilot-swe-agent[bot]
d1a40b3065
Initial plan
2026-03-16 07:26:24 +00:00
Alexandre
21d642c1d1
Update version to 1.0.32.0-3 in config.yaml
2026-03-16 08:25:56 +01:00
Alexandre
bcf8c383ae
Update 99-run.sh
2026-03-16 08:25:21 +01:00
Alexandre
7b0c6c7ff2
Merge pull request #2583 from alexbelgium/copilot/add-multi-account-support
...
feat(immich_frame): add multi-account support
2026-03-16 08:14:56 +01:00
copilot-swe-agent[bot]
52aad31742
fix(immich_frame): address code review - null safety, file permissions, YAML escaping
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-16 06:02:04 +00:00
copilot-swe-agent[bot]
dcb1a08a8f
feat(immich_frame): add multi-account support via Accounts list option
...
- Add Accounts list schema to config.yaml for multi-account support
- Make ApiKey and ImmichServerUrl optional when using Accounts list
- Generate Settings.yaml from addon options in 99-run.sh
- Fix /app/Config symlink direction for proper config persistence
- Set IMMICHFRAME_CONFIG_PATH for reliable config discovery
- Update README with multi-account documentation and examples
- Bump version to 1.0.32.0-2
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-16 06:00:59 +00:00
copilot-swe-agent[bot]
c8cf6e0953
Initial plan
2026-03-16 05:50:33 +00:00
github-actions
4133525441
Github bot : image compressed
2026-03-15 23:11:54 +00:00
github-actions[bot]
f394339b77
Update stargazer map & cache
2026-03-15 01:20:58 +00:00
github-actions
d870a1e8c9
GitHub bot: changelog
2026-03-14 00:49:36 +00:00
alexbelgium
ed5f906f9c
Updater bot : zzz_archived_code-server updated to 4.111.0
2026-03-14 01:31:29 +01:00
alexbelgium
e7366785e3
Updater bot : webtop_kde updated to 4.16-r0-ls95
2026-03-14 01:31:10 +01:00
alexbelgium
99eb3a946a
Updater bot : unpackerr updated to v0.15.2
2026-03-14 01:30:32 +01:00
alexbelgium
0258f32944
Updater bot : transmission_openvpn updated to v5.4.0
2026-03-14 01:30:25 +01:00
alexbelgium
071a729712
Updater bot : tdarr updated to 2.62.01
2026-03-14 01:30:18 +01:00
alexbelgium
66904c5472
Updater bot : signalk updated to 2.23.0
2026-03-14 01:30:00 +01:00
alexbelgium
9d77d2b300
Updater bot : scrutiny_fa updated to v1.46.2
2026-03-14 01:29:52 +01:00
alexbelgium
7bc55b645e
Updater bot : scrutiny updated to v1.46.2
2026-03-14 01:29:48 +01:00
alexbelgium
0b074c06f8
Updater bot : prowlarr updated to nightly-2.3.3.5300-ls226
2026-03-14 01:29:25 +01:00
alexbelgium
b9222a94b2
Updater bot : openproject updated to 17.2.0
2026-03-14 01:29:07 +01:00
alexbelgium
8c1f5c6229
Updater bot : mealie updated to v3.12.0
2026-03-14 01:28:33 +01:00
alexbelgium
9af940965f
Updater bot : maintainerr updated to 3.1.0
2026-03-14 01:28:28 +01:00
alexbelgium
34039a4b25
Updater bot : jackett updated to 0.24.1356
2026-03-14 01:28:05 +01:00
alexbelgium
eda772ef65
Updater bot : gitea updated to 1.25.5
2026-03-14 01:27:36 +01:00
alexbelgium
2ec119148e
Updater bot : flexget updated to 3.19.1
2026-03-14 01:27:26 +01:00
alexbelgium
e1f007d2b7
Updater bot : fireflyiii_data_importer updated to 2.2.1
2026-03-14 01:27:20 +01:00
alexbelgium
45b0b622d4
Updater bot : filebrowser_quantum updated to 1.2.2
2026-03-14 01:27:14 +01:00
alexbelgium
4d2ea1aa3d
Updater bot : epicgamesfree updated to debian-2026-03-09
2026-03-14 01:27:06 +01:00
alexbelgium
1f719b72d5
Updater bot : emby_beta updated to 4.10.0.5
2026-03-14 01:26:55 +01:00
alexbelgium
d47371d285
Updater bot : collabora updated to 25.4.9.2
2026-03-14 01:26:47 +01:00
alexbelgium
40a18a404b
Updater bot : codex updated to 1.9.24
2026-03-14 01:26:43 +01:00
alexbelgium
271eaacc58
Updater bot : cleanuparr updated to 2.8.1
2026-03-14 01:26:37 +01:00
alexbelgium
ab521a99b9
Updater bot : changedetection.io updated to 0.54.5
2026-03-14 01:26:33 +01:00
alexbelgium
99703840ac
Updater bot : calibre updated to 9.5.0
2026-03-14 01:26:26 +01:00
alexbelgium
8addf6cde5
Updater bot : browserless_chrome updated to 2.43.0
2026-03-14 01:26:23 +01:00
alexbelgium
566683bda4
Updater bot : browser_chromium updated to version-59f04866
2026-03-14 01:26:19 +01:00
alexbelgium
d4e504d5ae
Updater bot : browser_brave updated to 1.88.130-ls82
2026-03-14 01:26:10 +01:00
alexbelgium
501be933a5
Updater bot : birdnet-pipy updated to 0.5.7
2026-03-14 01:25:31 +01:00
alexbelgium
a5bb57831b
Updater bot : birdnet-go updated to nightly-20260311
2026-03-14 01:25:27 +01:00
github-actions
0be55004d1
GitHub bot : README updated
2026-03-13 17:12:33 +00:00
copilot-swe-agent[bot]
9357f29850
chore(guacamole): bump version to 1.6.0-bullseye-3 and update changelog
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-13 14:40:23 +00:00
copilot-swe-agent[bot]
d2d0e58980
fix(guacamole): change PROXY_ALLOWED_IPS_REGEX default from "*" to ".*"
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-13 13:47:05 +00:00
copilot-swe-agent[bot]
e14b4a9b45
Initial plan
2026-03-13 13:45:40 +00:00
github-actions
aa17f35f46
GitHub bot : graphs updated
2026-03-13 12:17:41 +00:00
github-actions
8918852894
Github bot : stats updated
2026-03-13 12:16:55 +00:00
alexbelgium
6df6f1fb1d
Updater bot : autobrr updated to 1.74.0
2026-03-12 13:00:31 +01:00
Alexandre
b49d5e9b62
Change user to root in Dockerfile
...
Switch to root user before adding labels.
2026-03-11 14:44:33 +01:00
Alexandre
1f1c5aa06f
Update config.yaml
2026-03-11 14:34:33 +01:00
Alexandre
3ce74a2e0f
Update 02-timezone.sh
2026-03-11 14:34:22 +01:00
github-actions
b740741dbf
GitHub bot: sanitize (spaces + LF endings) & chmod
2026-03-11 11:01:22 +00:00
Alexandre
f4ee102ae6
Merge pull request #2577 from alexbelgium/copilot/fix-time-offset-in-chart
...
Add container timezone management for BirdNET-PiPy
2026-03-11 12:00:33 +01:00
copilot-swe-agent[bot]
742e2ce52e
Add container timezone management for birdnet-pipy addon
...
- New init script 02-timezone.sh: reads TZ from addon config, validates
against /usr/share/zoneinfo, applies to container (/etc/localtime,
/etc/timezone, s6 container env)
- Change default TZ from Etc/UTC to Europe/Paris
- Increment version to 0.5.6-2
- Update CHANGELOG.md and DOCS.md
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-11 07:12:45 +00:00
copilot-swe-agent[bot]
fae90f0614
Initial plan
2026-03-11 07:08:59 +00:00
Alexandre
dda7258567
Merge pull request #2573 from alexbelgium/dependabot/github_actions/docker/build-push-action-7
...
Bump docker/build-push-action from 5 to 7
2026-03-09 20:49:55 +01:00
Alexandre
6c99190d11
Merge pull request #2574 from alexbelgium/dependabot/github_actions/docker/setup-buildx-action-4
...
Bump docker/setup-buildx-action from 3 to 4
2026-03-09 20:49:36 +01:00
Alexandre
266cf085ee
Merge pull request #2575 from alexbelgium/dependabot/github_actions/docker/setup-qemu-action-4
...
Bump docker/setup-qemu-action from 3 to 4
2026-03-09 20:49:12 +01:00
Alexandre
b9ed65e5f1
Merge pull request #2572 from alexbelgium/dependabot/github_actions/docker/login-action-4.0.0
...
Bump docker/login-action from 3.7.0 to 4.0.0
2026-03-09 20:48:57 +01:00
dependabot[bot]
2d20d0e959
Bump docker/setup-qemu-action from 3 to 4
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 3 to 4.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-09 19:35:25 +00:00
dependabot[bot]
7842934481
Bump docker/setup-buildx-action from 3 to 4
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-09 19:35:21 +00:00
dependabot[bot]
1c21364e60
Bump docker/build-push-action from 5 to 7
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5...v7 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-09 19:35:17 +00:00
dependabot[bot]
3b36867297
Bump docker/login-action from 3.7.0 to 4.0.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.7.0 to 4.0.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v3.7.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-09 19:35:11 +00:00
Alexandre
b77aea75f3
Merge pull request #2571 from alexbelgium/codex/fix-custom-script-execution-error
...
wger: scan /home for settings.py and patch database path; bump version and changelog
2026-03-09 20:27:20 +01:00
Alexandre
97023a61b3
Update wger/CHANGELOG.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-09 20:27:09 +01:00
Alexandre
07c0cf41f5
wger: bump version to 2.5-dev-3 and update changelog
2026-03-09 20:22:07 +01:00
github-actions
a47844edb3
GitHub bot : README updated
2026-03-09 17:18:08 +00:00
Alexandre
62b935344a
Merge pull request #2570 from alexbelgium/codex/add-mdi-icon-for-ingress-panel nobuild
...
Add ingress panel icon for Prowlarr addon
2026-03-09 15:25:17 +01:00
Alexandre
e4e29e1b28
Add ingress panel icon for Prowlarr addon
2026-03-09 15:23:13 +01:00
github-actions
d8f791ef9f
Github bot : image compressed
2026-03-08 23:08:54 +00:00
github-actions
e5d4107a01
Github bot : issues linked to readme
2026-03-08 22:32:25 +00:00
github-actions
79acb9f48d
GitHub bot : README updated
2026-03-08 17:05:34 +00:00
Alexandre
c8ed41695b
nobuild revert
2026-03-08 08:27:10 +01:00
Alexandre
fb077a6216
nobuild revert
2026-03-08 08:26:54 +01:00
Alexandre
3b6762b111
clean nobuild
2026-03-08 07:43:32 +01:00
GitHub Actions
f6bc24fd5a
Revert 'clean' [nobuild]
2026-03-08 06:40:43 +00:00
Alexandre
62a7e8e3a4
clean
2026-03-08 07:39:51 +01:00
Alexandre
a64d707bfb
Merge pull request #2568 from akrigator/tor_deprecate
...
Deprecate Tor
2026-03-08 06:11:23 +01:00
github-actions[bot]
7e248f275a
Update stargazer map & cache
2026-03-08 01:17:21 +00:00
Renat Gabdulhakov
02c6d55777
Deprecate Tor
...
Since a bridge support has been already added in to the community version https://github.com/hassio-addons/addon-tor/pull/170
2026-03-07 22:04:44 +00:00
github-actions
7a5463f9bc
GitHub bot: changelog
2026-03-07 20:31:41 +00:00
Alexandre
accc11db99
Update config.yaml
2026-03-07 21:29:27 +01:00
Alexandre
b87beb9a08
Update 01-custom_script.sh
2026-03-07 21:28:55 +01:00
github-actions
8ea0ad30ea
GitHub bot: changelog
2026-03-07 19:28:34 +00:00
Alexandre
e641b7fc80
Update version to 26.3.7-2 in config.yaml
2026-03-07 20:26:25 +01:00
Alexandre
9f0d8f3341
Merge pull request #2565 from alexbelgium/copilot/fix-netalertx-initial-screen-issue
...
Fix shebang probe rejecting valid interpreters when Supervisor API returns empty
2026-03-07 20:25:56 +01:00
copilot-swe-agent[bot]
43007282a4
Fix shebang probe rejecting valid interpreters when Supervisor API returns empty
...
The probe script requires bashio::addon.version to return non-empty output,
but the Supervisor API may not be ready during container init. This causes
all shebang candidates to be rejected even though the interpreter works fine.
Fix: output a 'PROBE_OK' marker when the script executes successfully but
the version is empty. Also check /.bashio-standalone.sh as fallback path
(some containers store it there instead of /usr/local/lib/).
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-07 18:55:28 +00:00
github-actions
3013387c7e
GitHub bot: changelog
2026-03-07 11:12:45 +00:00
Alexandre
a42301c494
Merge pull request #2562 from alexbelgium/copilot/fix-cloudcmd-file-not-found
...
Fix CloudCommander argument quoting in launch command
2026-03-07 12:05:01 +01:00
Alexandre
07efbb5272
Merge branch 'master' into copilot/fix-cloudcmd-file-not-found
2026-03-07 12:04:53 +01:00
copilot-swe-agent[bot]
0819cdff8b
Increment version to 19.6.8-2 and update changelog
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-07 09:33:41 +00:00
copilot-swe-agent[bot]
50a7f44ff3
Address code review: capture exit code explicitly in fallback error message
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-07 09:24:10 +00:00
copilot-swe-agent[bot]
7cfe9a8770
Fix E2BIG error in ha_entrypoint.sh: add source fallback when exec fails with rc=126
...
When the environment is too large for exec (E2BIG), scripts fail with
'env: can't execute bashio: Argument list too long'. This adds a fallback
that sources the script in a subshell with bashio preloaded, avoiding exec
entirely. Applied to both init scripts and service runners.
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-07 09:22:47 +00:00
copilot-swe-agent[bot]
1b16b4b697
Initial plan
2026-03-07 09:07:12 +00:00
alexbelgium
8eed407509
Updater bot : zzz_archived_code-server updated to 4.109.5
2026-03-07 06:45:31 +01:00
alexbelgium
4d57d79db0
Updater bot : unpackerr updated to v0.15.0
2026-03-07 06:44:33 +01:00
alexbelgium
4f99299934
Updater bot : tdarr updated to 2.61.01
2026-03-07 06:44:21 +01:00
alexbelgium
f338d5a7d1
Updater bot : social_to_mealie updated to 1.6.0
2026-03-07 06:44:07 +01:00
alexbelgium
89f9a068f5
Updater bot : scrutiny_fa updated to v1.41.0
2026-03-07 06:43:56 +01:00
alexbelgium
a9e2e5895b
Updater bot : scrutiny updated to v1.41.0
2026-03-07 06:43:53 +01:00
alexbelgium
9f3110d3c2
Updater bot : prowlarr updated to nightly-2.3.3.5292-ls225
2026-03-07 06:43:33 +01:00
alexbelgium
cea9f733ba
Updater bot : photoprism updated to ubuntu-2026-03-05
2026-03-07 06:43:17 +01:00
alexbelgium
671b3e79ba
Updater bot : nzbget updated to v26.0-ls233
2026-03-07 06:43:08 +01:00
alexbelgium
cd96afd2a6
Updater bot : netalertx_fa updated to 26.3.7
2026-03-07 06:43:02 +01:00
alexbelgium
2e8c92ea0d
Updater bot : netalertx updated to 26.3.7
2026-03-07 06:42:59 +01:00
alexbelgium
5ff4d786eb
Updater bot : jackett updated to 0.24.1292
2026-03-07 06:42:13 +01:00
alexbelgium
70b6433e3d
Updater bot : immich_power_tools updated to 0.20.0
2026-03-07 06:42:08 +01:00
alexbelgium
e2fc419c3c
Updater bot : immich_frame updated to 1.0.32.0
2026-03-07 06:41:59 +01:00
alexbelgium
b2b75acfea
Updater bot : flexget updated to 3.19.0
2026-03-07 06:41:34 +01:00
alexbelgium
724926ad09
Updater bot : fireflyiii_data_importer updated to 2.2.0
2026-03-07 06:41:28 +01:00
alexbelgium
8d6574f467
Updater bot : fireflyiii updated to 6.5.4
2026-03-07 06:41:25 +01:00
alexbelgium
f8fcf09eeb
Updater bot : filebrowser updated to 2.61.2
2026-03-07 06:41:18 +01:00
alexbelgium
f852964a5a
Updater bot : epicgamesfree updated to debian-2026-03-06
2026-03-07 06:41:14 +01:00
alexbelgium
1cb89a5e8f
Updater bot : ente updated to 1.7.21
2026-03-07 06:41:12 +01:00
alexbelgium
4db9441aab
Updater bot : codex updated to 1.9.23
2026-03-07 06:40:53 +01:00
alexbelgium
8a026bd852
Updater bot : changedetection.io updated to 0.54.4
2026-03-07 06:40:44 +01:00
alexbelgium
42303a3a4e
Updater bot : browser_chromium updated to version-09bef544
2026-03-07 06:40:32 +01:00
alexbelgium
97b022df09
Updater bot : browser_brave updated to 1.87.192-ls80
2026-03-07 06:40:23 +01:00
alexbelgium
4071b45727
Updater bot : birdnet-pipy updated to 0.5.6
2026-03-07 06:39:44 +01:00
github-actions
491eb900a7
GitHub bot: changelog
2026-03-06 17:49:11 +00:00
Alexandre
4943d2e611
Update version to 19.6.8-3 in config.yaml
2026-03-06 18:39:55 +01:00
Alexandre
f26d8e57cd
Merge pull request #2563 from alexbelgium/copilot/fix-cloudcommander-error
...
Fix CloudCommander startup error on missing /homeassistant/addons_config
2026-03-06 18:39:31 +01:00
Alexandre
5b9383d824
Merge branch 'master' into copilot/fix-cloudcommander-error
2026-03-06 18:39:22 +01:00
Alexandre
94e4778843
Update version to 19.6.8-2 in config.yaml
2026-03-06 18:38:44 +01:00
Alexandre
1408a6e434
Update symlink handling in 99-run.sh
...
Modify symlink creation and deletion to prevent errors.
2026-03-06 18:38:27 +01:00
copilot-swe-agent[bot]
7aa408ec77
Fix CloudCommander startup error: guard /homeassistant/addons_config with existence checks
...
The script failed with 'find: /homeassistant/addons_config: No such file or directory'
because it accessed the directory without checking if it exists. Since the script uses
set -e, the failing find command caused the entire init script to exit.
This follows the same pattern already used in the filebrowser addon's 20-folders.sh.
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-06 17:37:03 +00:00
copilot-swe-agent[bot]
e0d408141f
Initial plan
2026-03-06 17:34:58 +00:00
copilot-swe-agent[bot]
383f9eaf21
Fix cloudcmd argument quoting: use unquoted expansion for proper CLI arg passing
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-06 17:27:54 +00:00
copilot-swe-agent[bot]
668c11eb28
Initial plan
2026-03-06 17:21:44 +00:00
github-actions
c7e166677d
GitHub bot : README updated
2026-03-06 17:13:49 +00:00
github-actions
ccb87b6c0d
GitHub bot : graphs updated
2026-03-06 12:17:46 +00:00
github-actions
ee298ce4ed
Github bot : stats updated
2026-03-06 12:16:53 +00:00
Alexandre
7b8620efc4
Update CHANGELOG.md
2026-03-06 10:52:01 +01:00
Alexandre
bc5d41c063
Update config.yaml
2026-03-06 10:51:51 +01:00
Alexandre
6e65d8a29b
revert
2026-03-06 10:51:43 +01:00
github-actions
070836086d
GitHub bot: changelog
2026-03-06 09:51:28 +00:00
Alexandre
97f6bd8382
revert
2026-03-06 10:51:28 +01:00
Alexandre
79d7914a6c
Update config.yaml
2026-03-06 10:48:54 +01:00
Alexandre
2da14124fe
Update Dockerfile
2026-03-06 10:48:46 +01:00
github-actions
45e7ff488a
GitHub bot: sanitize (spaces + LF endings) & chmod
2026-03-06 09:46:21 +00:00
Alexandre
90e7e8bde2
Merge pull request #2556 from PierreNa/add-cleanuparr
...
Add Cleanuparr addon
2026-03-06 10:45:02 +01:00
Alexandre
101cf339d2
Rename cleanuparr/rootfs/etc/cont-init.d/99-run.sh to cleanuparr/rootfs/ha_entrypoint.sh
2026-03-06 10:44:38 +01:00
github-actions
06a1751a07
GitHub bot: sanitize (spaces + LF endings) & chmod
2026-03-06 09:43:03 +00:00
Alexandre
8338349afe
Rename cleanuparr/rootfs/ha_entrypoint.sh to cleanuparr/rootfs/etc/cont-init.d/99-run.sh
2026-03-06 10:42:55 +01:00
Alexandre
e2d68ee486
Merge pull request #2555 from PierreNa/add-maintainerr
...
Add maintainerr addon
2026-03-06 10:42:11 +01:00
Alexandre
96a224b9ff
Update addon_submitters.json
2026-03-06 10:42:04 +01:00
Alexandre
f555f14dc7
Update Dockerfile
2026-03-06 10:41:01 +01:00
Alexandre
82418264a8
Add 99-run.sh to cont-init.d directory
2026-03-06 10:40:18 +01:00
Alexandre
2c0c0089a3
Update config.yaml
2026-03-06 10:38:55 +01:00
Alexandre
afe4a81b34
Remove emby submitter from addon_submitters.json
2026-03-06 10:36:06 +01:00
Alexandre
a82f373fd7
Merge pull request #2560 from alexbelgium/copilot/check-added-addons
...
Add missing community-submitted addons to submitter tracking
2026-03-06 10:31:36 +01:00
Alexandre
e38aed659f
Update COMMUNITY_SUBMITTED_ADDONS.md
2026-03-06 10:31:18 +01:00
Alexandre
e445fe6ae3
Update addon_submitters.json
2026-03-06 10:30:58 +01:00
copilot-swe-agent[bot]
5aa3adbc56
Add missing community-submitted addons to submitter tracking
...
Added 15 new addon→submitter mappings based on git history and PR analysis:
- gitea, navidrome, openproject → baldarn
- kometa, tor → akrigator
- netalertx → jokob-sk
- librespeed → el
- manyfold → ToledoEM
- resiliosync → tyjtyj
- emby, jellyfin, jackett, nzbget, sonarr, radarr → petersendev
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-06 09:26:56 +00:00
copilot-swe-agent[bot]
cfe71c3046
Initial plan
2026-03-06 09:16:20 +00:00
Alexandre
09b182eda7
Update on_issues_ping_submitter.yml
2026-03-06 10:14:38 +01:00
Alexandre
1847da3f79
Update on_issues_ping_submitter.yml
2026-03-06 10:14:16 +01:00
Alexandre
7f18aca549
Update on_issues_ping_submitter.yml
2026-03-06 10:13:54 +01:00
Alexandre
96128375be
Merge pull request #2559 from alexbelgium/codex/improve-documentation-for-user-addons
...
Document community-submitted add-ons and auto-mention submitters on issues
2026-03-06 10:00:03 +01:00
Alexandre
d797c50973
Add community submitter mapping and auto-mention issue workflow
2026-03-06 09:58:50 +01:00
Pierre
3aaac1f178
Fix review feedback: use /config, scope chmod, gate chown
...
- Use DATA_DIR=/config (config:rw map) per maintainer request
- Scope chmod to /entrypoint.sh and cont-init.d instead of whole FS
- Gate chown -R behind .initialized marker to avoid slow restarts
2026-03-06 09:31:32 +01:00
github-actions
2d97046fd4
GitHub bot: changelog
2026-03-05 21:02:44 +00:00
Alexandre
79d45b6772
Merge pull request #2557 from ToledoEM/manyfold_update
...
manyfold: update to 0.133.1, remove image field, add migration docs
2026-03-05 22:00:03 +01:00
ToledoEM
28e2117f6d
manyfold: restore image tag removed by mistake
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-05 20:55:58 +00:00
ToledoEM
b1135d6fa2
manyfold: update to 0.133.1, remove image field, add migration docs
...
- Bump version to 0.133.1 (latest upstream manyfold-solo release)
- Remove image: field from config.yaml so HA builds via Dockerfile
- Pin Dockerfile and build.yaml to 0.133.1 instead of :latest
- Add Secret Key Base section to README covering all install scenarios
- Add Migration section to README with steps to preserve data when
switching addon slug or reinstalling
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-05 18:40:58 +00:00
Pierre
c4374e2c90
Add Maintainerr addon
2026-03-05 15:59:21 +01:00
Pierre
fdeed7167e
Add Cleanuparr addon
2026-03-05 15:58:21 +01:00
github-actions
8914222b13
GitHub bot: changelog
2026-03-04 15:11:21 +00:00
Alexandre
6dc3c104d0
Update config.yaml
2026-03-04 15:54:25 +01:00
Alexandre
26473c10b8
Merge pull request #2552 from Suncuss/birdnet-pipy/supervisor-role-and-traceability
...
birdnet-pipy: add Supervisor API access and source commit traceability
2026-03-04 15:52:06 +01:00
Alexandre
23a3ea2a1d
Merge pull request #2553 from yannpub/master
...
[Portainer] Updating logo
2026-03-04 11:36:38 +01:00
Yann
ab4ec1dfac
Updating logo
2026-03-04 11:05:08 +01:00
Yudong Sun
b48de0f4e7
birdnet-pipy: add Supervisor API access and source commit traceability
...
- Add hassio_api and hassio_role: manager to config.yaml so the addon
can call /addons/self/restart via the Supervisor API
- Resolve branch to commit SHA before downloading source for build
traceability (displayed in the app's Settings page)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 01:22:18 -05:00
Alexandre
fc02199798
Revise DOCS.md for configuration instructions
...
Updated configuration instructions in DOCS.md to improve clarity on disabling audio, Bluetooth, and WiFi, along with optimizing cmdline.txt.
2026-03-03 22:01:29 +01:00
Alexandre
e87d735777
Fix formatting of console parameters in DOCS.md
2026-03-03 17:18:57 +01:00
Alexandre
cb33681d4e
Update DOCS.md
2026-03-03 17:06:44 +01:00
Alexandre
991c90398b
Merge pull request #2551 from alexbelgium/dependabot/github_actions/home-assistant/builder-2026.02.1
...
Bump home-assistant/builder from 2025.11.0 to 2026.02.1
2026-03-03 15:44:27 +01:00
dependabot[bot]
c5b7a5dfd7
Bump home-assistant/builder from 2025.11.0 to 2026.02.1
...
Bumps [home-assistant/builder](https://github.com/home-assistant/builder ) from 2025.11.0 to 2026.02.1.
- [Release notes](https://github.com/home-assistant/builder/releases )
- [Commits](https://github.com/home-assistant/builder/compare/2025.11.0...2026.02.1 )
---
updated-dependencies:
- dependency-name: home-assistant/builder
dependency-version: 2026.02.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-02 19:53:53 +00:00
GitHub Actions
f57146ff3d
Revert 'Updater bot : codex updated to 1.9.23' [nobuild]
2026-03-02 12:46:33 +00:00
GitHub Actions
e4445ef29c
Revert 'Updater bot : scrutiny updated to v1.39.0' [nobuild]
2026-03-02 12:46:00 +00:00
GitHub Actions
ad4a0454eb
Revert 'Updater bot : unpackerr updated to v0.15.0' [nobuild]
2026-03-02 12:44:44 +00:00
alexbelgium
ca50f6e897
Updater bot : unpackerr updated to v0.15.0
2026-03-02 13:41:00 +01:00
alexbelgium
d472008036
Updater bot : tdarr updated to 2.59.03
2026-03-02 13:40:47 +01:00
alexbelgium
fdb4b086b0
Updater bot : social_to_mealie updated to 1.5.0
2026-03-02 13:40:32 +01:00
alexbelgium
f827114908
Updater bot : scrutiny_fa updated to v1.39.0
2026-03-02 13:40:22 +01:00
alexbelgium
8f42a6cf5f
Updater bot : scrutiny updated to v1.39.0
2026-03-02 13:40:18 +01:00
alexbelgium
d0c7a8a5ac
Updater bot : plex updated to 1.43.0.10492-121068a07-ls295
2026-03-02 13:39:46 +01:00
alexbelgium
1f325c2b08
Updater bot : jackett updated to 0.24.1247
2026-03-02 13:38:44 +01:00
alexbelgium
7d796ed575
Updater bot : codex updated to 1.9.23
2026-03-02 13:37:28 +01:00
alexbelgium
80b7b1d0de
Updater bot : changedetection.io updated to 0.54.3
2026-03-02 13:37:22 +01:00
alexbelgium
719b63adf9
Updater bot : birdnet-pipy updated to 0.5.5
2026-03-02 13:36:21 +01:00
github-actions
570192a3b7
Github bot : image compressed
2026-03-01 23:08:34 +00:00
Alexandre
9ed236f074
Merge pull request #2549 from alexbelgium/copilot/fix-wireguard-config-issue
...
Clarify qBittorrent WireGuard config path mapping and filename-only selection
2026-03-01 10:29:44 +01:00
Alexandre
6a1aa2ce13
Update README.md
2026-03-01 10:29:28 +01:00
copilot-swe-agent[bot]
e058188a69
docs(qbittorrent): clarify wireguard config location and filename usage
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-01 09:12:44 +00:00
copilot-swe-agent[bot]
7d88e2d098
Initial plan
2026-03-01 09:10:22 +00:00
Alexandre
14fc8c65a1
Simplify configuration instructions in DOCS.md
...
Removed unnecessary configuration options for audio, USB, and Ethernet to streamline the setup instructions.
2026-03-01 10:08:28 +01:00
GitHub Actions
a5509f5efa
Revert 'Update config.yaml' [nobuild]
2026-03-01 09:01:19 +00:00
Alexandre
5f9880e770
Update config.yaml
2026-03-01 09:41:03 +01:00
Alexandre
3d50d96230
Merge pull request #2548 from alexbelgium/copilot/update-email-env-variables
...
Replace deprecated GRAMPSWEB_EMAIL_USE_TLS with EMAIL_USE_SSL and EMAIL_USE_STARTTLS
2026-03-01 09:40:15 +01:00
copilot-swe-agent[bot]
5b0bc08210
Bump version to 26.2.0-1 and add changelog entry for email env fix
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-01 08:18:49 +00:00
copilot-swe-agent[bot]
a9b4b33e25
Replace deprecated GRAMPSWEB_EMAIL_USE_TLS with EMAIL_USE_SSL and EMAIL_USE_STARTTLS
...
The upstream Gramps Web project deprecated EMAIL_USE_TLS in favor of
EMAIL_USE_SSL (for port 465) and EMAIL_USE_STARTTLS (for port 587).
This updates the addon config schema and documentation accordingly.
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-03-01 07:02:19 +00:00
copilot-swe-agent[bot]
1be96aa1b9
Initial plan
2026-03-01 07:00:12 +00:00
github-actions[bot]
e3d20d55ee
Update stargazer map & cache
2026-03-01 01:19:11 +00:00
github-actions
297a03aa46
GitHub bot: changelog
2026-02-28 20:46:20 +00:00
Alexandre
480a5a64df
Update config.yaml
2026-02-28 21:18:03 +01:00
alexbelgium
9e3631c4c5
Updater bot : scrutiny_fa updated to v1.37.0
2026-02-28 20:54:51 +01:00
alexbelgium
dd00ec153d
Updater bot : filebrowser updated to 2.61.0
2026-02-28 20:52:27 +01:00
alexbelgium
32d6a6fff7
Updater bot : epicgamesfree updated to debian-2026-02-28
2026-02-28 20:52:23 +01:00
alexbelgium
7e8bf35226
Updater bot : codex updated to 1.9.21
2026-02-28 20:52:02 +01:00
alexbelgium
3cf2e95188
Updater bot : browserless_chrome updated to 2.42.0
2026-02-28 20:51:47 +01:00
github-actions
824af81fb4
GitHub bot: changelog
2026-02-28 09:55:30 +00:00
GitHub Actions
c2370b9aef
Revert 'Updater bot : scrutiny_fa updated to v1.37.0' [nobuild]
2026-02-28 09:45:42 +00:00
GitHub Actions
62961739ac
Revert 'Updater bot : codex updated to 1.9.21' [nobuild]
2026-02-28 09:41:15 +00:00
alexbelgium
aadb8f2759
Updater bot : zzz_archived_jellyseerr updated to v3.1.0
2026-02-28 10:40:38 +01:00
alexbelgium
c92448ce9d
Updater bot : transmission updated to 4.1.1
2026-02-28 10:39:27 +01:00
alexbelgium
2920b0563d
Updater bot : seerr updated to 3.1.0
2026-02-28 10:39:05 +01:00
alexbelgium
c6cfe67e6f
Updater bot : scrutiny_fa updated to v1.37.0
2026-02-28 10:39:00 +01:00
alexbelgium
22236449e4
Updater bot : scrutiny updated to v1.37.0
2026-02-28 10:38:57 +01:00
GitHub Actions
fdd71cb00d
Revert 'Updater bot : browserless_chrome updated to 2.42.0' [nobuild]
2026-02-28 09:38:52 +00:00
alexbelgium
e670d75450
Updater bot : portainer updated to 2.39.0
2026-02-28 10:38:30 +01:00
alexbelgium
dbcb020c80
Updater bot : piwigo updated to 16.3.0
2026-02-28 10:38:24 +01:00
alexbelgium
cb2e79dd3f
Updater bot : openproject updated to 17.1.2
2026-02-28 10:38:18 +01:00
alexbelgium
095a982eb6
Updater bot : nzbget updated to v26.0-ls232
2026-02-28 10:38:11 +01:00
alexbelgium
566cc6bcf3
Updater bot : jackett updated to 0.24.1226
2026-02-28 10:37:27 +01:00
alexbelgium
20d90f0fa0
Updater bot : flexget updated to 3.18.52
2026-02-28 10:36:51 +01:00
alexbelgium
4a840292c1
Updater bot : fireflyiii updated to 6.5.1
2026-02-28 10:36:42 +01:00
alexbelgium
3278c228a8
Updater bot : filebrowser_quantum updated to 1.2.1
2026-02-28 10:36:38 +01:00
alexbelgium
ca826a8c98
Updater bot : epicgamesfree updated to debian-2026-02-25
2026-02-28 10:36:31 +01:00
alexbelgium
97c63fdf76
Updater bot : ente updated to 1.3.16
2026-02-28 10:36:29 +01:00
alexbelgium
42d1cf6601
Updater bot : emby_beta updated to 4.10.0.4
2026-02-28 10:36:19 +01:00
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
copilot-swe-agent[bot]
d328a0ea41
Fix SignalK hang on boot: replace usermod/groupmod with sed
...
Replace `usermod -o -u 0 node` and `groupmod -o -g 0 node` with direct
sed modifications to /etc/passwd and /etc/group. The usermod/groupmod
commands can hang indefinitely in container environments due to lock
file contention, NSS cache daemon (nscd) interactions, or PAM module
issues. The sed approach achieves the same result without these risks.
Fixes #XXXX
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-26 07:35:50 +00:00
copilot-swe-agent[bot]
9b41653fa0
Initial plan
2026-02-26 07:28:38 +00:00
github-actions
cbf2ecb023
GitHub bot: changelog
2026-02-25 21:39:53 +00:00
github-actions
5476bd37f7
GitHub bot: changelog
2026-02-25 21:18:20 +00:00
Alexandre
4e07681e96
Update config.yaml
2026-02-25 22:11:21 +01:00
Alexandre
4d8ccbca77
Merge pull request #2532 from alexbelgium/copilot/fix-docker-compose-errors
...
Fix standalone Docker Compose mode: fallback to bashio-standalone when no Supervisor
2026-02-25 22:11:05 +01:00
Alexandre
91d153f584
Update config.yaml
2026-02-25 22:07:26 +01:00
Alexandre
b5da771ba3
Merge pull request #2533 from alexbelgium/copilot/fix-connection-refused-error
...
Fix wger PermissionError on /data/media during fresh install
2026-02-25 22:07:01 +01:00
copilot-swe-agent[bot]
014dd33231
fix: ensure wger sudoers entry persists after sudo package installation
...
The sudoers entry for the wger user was written to /etc/sudoers before
the sudo package was installed. When apt-get installs sudo, its default
/etc/sudoers conffile may overwrite the entry, causing sudo to fail at
runtime. This prevented ha_entrypoint.sh from running as root, so
/data/media was never created with correct permissions, resulting in
PermissionError when downloading exercise images.
Fix: re-add the sudoers entry after the sudo package is installed.
Also improve symlink handling in 90-run.sh to avoid self-referencing
copies on subsequent container starts.
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-25 16:52:46 +00:00
copilot-swe-agent[bot]
2f9721e0d7
Fix standalone Docker Compose mode: fallback to bashio-standalone when no Supervisor
...
- ha_entrypoint.sh: probe_script_content now tries regular bashio first,
falls back to bashio-standalone.sh if Supervisor API unreachable
- 00-banner.sh: source bashio-standalone before calling bashio functions
in standalone branch (prevents undefined function errors with set -e)
- 01-custom_script.sh: same probe fix + add bashio-standalone.sh to
fallback source chain
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-25 16:43:19 +00:00
copilot-swe-agent[bot]
c44737b118
Initial plan
2026-02-25 16:33:43 +00:00
copilot-swe-agent[bot]
bfce7f4ebd
Initial plan
2026-02-25 16:33:25 +00:00
github-actions
f6872bb37f
GitHub bot: changelog
2026-02-25 16:28:54 +00:00
Alexandre
4283f1dbed
Merge pull request #2531 from alexbelgium/copilot/fix-sonarr-runtime-error-again
...
Sonarr: symlink system ffprobe to where Sonarr expects it
2026-02-25 17:01:32 +01:00
copilot-swe-agent[bot]
9236d0d85c
Integrate ffprobe symlink into 20-folders.sh, bump to 4.0.16.2946-3
...
Move the ffprobe symlink logic from the separate 21-ffprobe.sh into the
existing 20-folders.sh init script and remove the standalone file.
Update changelog and bump version.
Fixes https://github.com/alexbelgium/hassio-addons/issues/2451
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-25 16:00:38 +00:00
Alexandre
b20ad6a1ba
Update config.yaml
2026-02-25 16:59:30 +01:00
copilot-swe-agent[bot]
8c149a55d7
Fix ffprobe not found by Sonarr: symlink system ffprobe to /app/sonarr/bin/
...
Sonarr v4 configures FFMpegCore to look for ffprobe exclusively in its own
binary directory (/app/sonarr/bin/) via AppDomain.CurrentDomain.BaseDirectory.
The addon already installs ffmpeg via apt (providing /usr/bin/ffprobe), but
Sonarr never looks there. This init script creates a symlink so Sonarr can
find the system-installed ffprobe.
Fixes #2451
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-25 15:09:13 +00:00
copilot-swe-agent[bot]
1d21c8b172
Initial plan
2026-02-25 15:02:31 +00:00
github-actions
242d72a115
GitHub bot: changelog
2026-02-25 12:22:44 +00:00
Alexandre
6ccf9e701a
Update version to 2026.02.25 in config.yaml
2026-02-25 12:53:46 +01:00
GitHub Actions
ecfe98367f
Revert 'Update version to 2026.02.25 in config.yaml' [nobuild]
2026-02-25 11:04:03 +00:00
Alexandre
0c27531e5a
Update version to 2026.02.25 in config.yaml
2026-02-25 11:43:49 +01:00
Alexandre
ee3d97cf21
Update CHANGELOG.md
2026-02-25 11:43:28 +01:00
alexbelgium
81853f7a1c
Updater bot : scrutiny_fa updated to v1.30.1
2026-02-23 14:30:31 +01:00
alexbelgium
a56199c560
Updater bot : scrutiny updated to v1.30.1
2026-02-23 14:30:28 +01:00
alexbelgium
67b6483ab4
Updater bot : plex updated to 1.43.0.10492-121068a07-ls294
2026-02-23 14:29:56 +01:00
Alexandre
27b88be483
Update config.yaml
2026-02-23 14:17:44 +01:00
Alexandre
a00b488713
Merge pull request #2528 from alexbelgium/copilot/update-config-yaml-shebang
...
Fix shebang detection: apply to 01-custom_script.sh, revert 01-config_yaml.sh
2026-02-23 14:17:25 +01:00
copilot-swe-agent[bot]
31221c5d9e
Add robust shebang detection to 01-custom_script.sh; revert 01-config_yaml.sh
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-23 13:16:18 +00:00
copilot-swe-agent[bot]
3f0660f117
Add robust shebang detection to .templates/01-config_yaml.sh
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-23 13:10:18 +00:00
copilot-swe-agent[bot]
6d28b63113
Initial plan
2026-02-23 13:07:18 +00:00
Alexandre
6e43a8a777
Merge pull request #2527 from alexbelgium/copilot/fix-infinite-loop-restart
...
Fix infinite restart loop for one-shot service run scripts
2026-02-23 14:01:16 +01:00
Alexandre
7134bd92d7
Reduce max restarts from 10 to 5
2026-02-23 13:59:40 +01:00
copilot-swe-agent[bot]
20c1b75d43
Fix infinite restart loop: break on clean exit, cap crashes at 10
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-23 12:55:42 +00:00
Alexandre
80b058cab3
Merge pull request #2525 from alexbelgium/copilot/fix-cron-auto-import-issue
...
Fix cron auto-import and health check log spam in Firefly III Data Importer
2026-02-23 13:55:07 +01:00
copilot-swe-agent[bot]
c79f983beb
Initial plan
2026-02-23 12:54:39 +00:00
alexbelgium
5b67f3ab80
Updater bot : jackett updated to 0.24.1184
2026-02-23 13:48:14 +01:00
copilot-swe-agent[bot]
956efdd006
Bump version to 2.1.1-2 and update changelog with issue reference
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-23 12:47:51 +00:00
alexbelgium
f777bd936b
Updater bot : flexget updated to 3.18.48
2026-02-23 13:47:31 +01:00
alexbelgium
7de71f92d8
Updater bot : filebrowser_quantum updated to 1.1.3
2026-02-23 13:47:18 +01:00
alexbelgium
ddbe6df5c6
Updater bot : filebrowser updated to 2.60.0
2026-02-23 13:47:14 +01:00
alexbelgium
e6748aa146
Updater bot : ente updated to 1.3.15
2026-02-23 13:47:07 +01:00
alexbelgium
8a40d1e379
Updater bot : codex updated to 1.9.18
2026-02-23 13:46:45 +01:00
alexbelgium
cf084e1738
Updater bot : cloudcommander updated to 19.6.0
2026-02-23 13:46:41 +01:00
alexbelgium
9c02da1307
Updater bot : changedetection.io updated to 0.53.7
2026-02-23 13:46:37 +01:00
alexbelgium
f76e1e34e4
Updater bot : calibre updated to 9.3.1
2026-02-23 13:46:30 +01:00
copilot-swe-agent[bot]
9893ad41dc
Fix cron auto-import env vars and health check log spam for Firefly III Data Importer
...
- Source /etc/environment in cronupdate to load addon env vars (FIREFLY_III_URL, etc.)
- Persist cron-needed vars (JSON_CONFIGURATION_DIR, IMPORT_DIR_WHITELIST, etc.) to /etc/environment
- Fix inverted nginx map values that caused health check logs to spam while suppressing real requests
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-23 12:33:50 +00:00
copilot-swe-agent[bot]
ae6a0689fe
Initial plan
2026-02-23 12:27:51 +00:00
Alexandre
2dae43fb09
Merge pull request #2523 from alexbelgium/copilot/add-my-link-to-readme
...
Add My Home Assistant repository button to all addon READMEs
2026-02-23 10:44:02 +01:00
copilot-swe-agent[bot]
8a0f15413c
Add My Home Assistant repository button to all addon READMEs
...
Add the "Add repository to my Home Assistant" blue button to all
addon README files that were missing it. This makes it easier for
new HA users to add the repository with a single click.
Updated 59 addon READMEs:
- 51 with standard Installation section format
- 8 with non-standard or missing Installation sections
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-23 09:02:12 +00:00
copilot-swe-agent[bot]
e600a9d178
Initial plan
2026-02-23 08:57:22 +00:00
Alexandre
f7bc2ab427
Merge pull request #2520 from alexbelgium/copilot/update-ingress-correction-script
...
Fix webtop KDE/XFCE ingress: replace CWS and SUBFOLDER placeholders in nginx config
2026-02-23 09:15:02 +01:00
copilot-swe-agent[bot]
99cef7283f
Fix webtop ingress: replace CWS port placeholder with 8082 and SUBFOLDER with /
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-23 07:57:05 +00:00
copilot-swe-agent[bot]
587c9b8709
Initial plan
2026-02-23 07:52:16 +00:00
github-actions
4ce3b460fd
GitHub bot: changelog
2026-02-23 00:05:07 +00:00
Alexandre
0916466849
Merge pull request #2519 from alexbelgium/copilot/fix-icecast-pulse-server-issue
...
Fix BirdNET-PiPy Icecast failing to connect to PulseAudio on HAOS
2026-02-23 00:44:41 +01:00
Alexandre
ffdcc54dec
Remove 0.5.5 entry from CHANGELOG.md
...
Remove version 0.5.5 entry from CHANGELOG.
2026-02-23 00:44:22 +01:00
Alexandre
af461c5f71
Downgrade version from 0.5.5 to 0.5.4-2
2026-02-23 00:43:55 +01:00
copilot-swe-agent[bot]
e476bddd03
Bump birdnet-pipy version to 0.5.5 and add changelog entry
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-22 23:40:22 +00:00
copilot-swe-agent[bot]
db417e78d6
Fix Icecast service hardcoding /run/pulse/native and ignoring PULSE_SERVER
...
- Use ${PULSE_SERVER:-unix:/run/pulse/native} in icecast/run and main/run
to respect the PULSE_SERVER env var set by HA supervisor
- Create /run/pulse/native symlink when PulseAudio socket is elsewhere
- Copy PulseAudio cookie for icecast2 user authentication
- Add icecast2 to audio group
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-22 23:31:55 +00:00
copilot-swe-agent[bot]
0a8637d90c
Initial plan
2026-02-22 23:27:12 +00:00
Alexandre
01a87f3d3d
Merge pull request #2517 from alexbelgium/copilot/fix-download-urls-issue
...
Fix Seafile download URLs containing incorrect /seafhttp prefix
https://github.com/alexbelgium/hassio-addons/issues/1753#issuecomment-3941848766
2026-02-23 00:15:54 +01:00
Alexandre
9dd66d0977
Downgrade Seafile version from 12.0.19 to 12.0.18-2
2026-02-23 00:15:05 +01:00
Alexandre
8efc883ab2
Update version from 12.0.19 to 12.0.18-2
2026-02-23 00:14:22 +01:00
copilot-swe-agent[bot]
bc4f9528fe
Bump Seafile version to 12.0.19 and update changelog
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-22 23:13:23 +00:00
github-actions
911fb73b68
Github bot : image compressed
2026-02-22 23:10:24 +00:00
copilot-swe-agent[bot]
ce71f1a9b6
Fix Seafile download URLs: re-apply URL config after upstream init scripts
...
The upstream Docker image's write_config.sh hardcodes
FILE_SERVER_ROOT = "http://<SERVER_IP>/seafhttp" in seahub_settings.py,
overwriting the addon's configured value on first run. This causes
download URLs to contain an incorrect /seafhttp prefix and miss the
file server port.
Fix by creating a helper script (apply_addon_urls.sh) that re-applies
the addon's FILE_SERVER_ROOT and SERVICE_URL right before Seafile
services start, after all upstream init/setup/update scripts complete.
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-22 22:59:18 +00:00
copilot-swe-agent[bot]
c21896c6d6
Initial plan
2026-02-22 22:47:46 +00:00
Alexandre
f275dbb139
Merge pull request #2516 from alexbelgium/copilot/fix-service-supervision-issues
...
Fix service supervision and local variable scope in ha_entrypoint.sh
2026-02-22 21:12:35 +01:00
copilot-swe-agent[bot]
16d7fbcdf9
Fix service supervision and local variable scoping in ha_entrypoint.sh
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-22 19:57:19 +00:00
copilot-swe-agent[bot]
8043837ba4
Initial plan
2026-02-22 19:56:03 +00:00
Alexandre
ec2ee2f688
Merge pull request #2488 from 9turnbull/master
...
S
2026-02-22 19:29:38 +01:00
Alexandre
bb9530b836
Merge pull request #2514 from alexbelgium/codex/increment-immich-openvino-version
...
Bump Immich OpenVINO add-on revision to 2.5.6-3
2026-02-22 18:03:32 +01:00
Alexandre
ad1688b4a2
Bump Immich OpenVINO add-on revision to 2.5.6-3
2026-02-22 18:03:13 +01:00
Alexandre
a1f774cf10
Merge pull request #2513 from alexbelgium/copilot/fix-mountpoint-name-collisions
...
Fix 4 critical bugs in SMB/NFS mount script
2026-02-22 17:58:49 +01:00
copilot-swe-agent[bot]
89b4cdebef
Revert CIFS path validation to IP-only per maintainer request
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-22 16:58:07 +00:00
copilot-swe-agent[bot]
367410d2b7
Address code review: use mountpoint -q for collision check, tighten NFS regex
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-22 16:53:18 +00:00
copilot-swe-agent[bot]
c591203a70
Fix 4 critical issues in SMB/NFS mount script
...
1. Mountpoint name collisions: check if /mnt/$diskname already exists
before mounting and skip with warning if it does
2. test_mount() readonly false positive: verify mountpoint is actually
mounted before reporting readonly status
3. Independent retries: save original MOUNTOPTIONS and use as base for
each noserverino/noperm retry independently
4. Hostname support: accept hostnames (not just IPv4) in CIFS/NFS path
validation, FSTYPE detection, and server extraction
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-22 16:52:23 +00:00
copilot-swe-agent[bot]
9dfafc0406
Initial plan
2026-02-22 16:48:19 +00:00
Alexandre
a91ff1f91f
Merge pull request #2512 from alexbelgium/copilot/fix-smb-1-0-connection-issue
...
Fix SMB 1.0 mount failures in CIFS version negotiation ladder
2026-02-22 17:42:22 +01:00
copilot-swe-agent[bot]
367a42230b
Fix SMB 1.0 connection failure in CIFS mount script
...
- Add SMB 1.0 to version ladder in retry_cifs_with_vers_ladder_on_dialect_failure
- Add sec=ntlm to security variants for SMB1 compatibility
- Fix SMBVERS_FORCE override to actually force when SMBv1 detected
- Fix smbclient SMBv1 detection to use credentials instead of anonymous
- Add SMBv1 pattern detection to nmap smb-protocols parsing
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-22 16:24:38 +00:00
copilot-swe-agent[bot]
1a3dc1e7a9
Initial plan
2026-02-22 16:20:13 +00:00
github-actions[bot]
ab9e5ae198
Update stargazer map & cache
2026-02-22 02:53:59 +00:00
github-actions[bot]
7779197928
Update stargazer map & cache
2026-02-22 01:15:31 +00:00
github-actions
ef0b77740a
GitHub bot : README updated
2026-02-21 17:06:22 +00:00
Alexandre
ba822316d6
Merge pull request #2511 from ToledoEM/master
...
Add Manyfold add-on
2026-02-21 14:48:27 +01:00
ToledoEM
756d3b86ba
Add Manyfold add-on integration
2026-02-21 11:57:45 +00:00
github-actions
63b9e1c1d6
GitHub bot: changelog
2026-02-21 10:32:08 +00:00
Alexandre
9910d6355c
Update version from 3.5.2-2 to 3.5.2-3
2026-02-21 11:21:52 +01:00
Alexandre
af86466352
Merge pull request #2510 from alexbelgium/copilot/fix-readme-postgresql-config
...
joplin: Fix PostgreSQL-only support — remove MariaDB misleading config, add DB_CLIENT guard
2026-02-21 11:21:09 +01:00
copilot-swe-agent[bot]
5f80439cb0
Fix Joplin MariaDB misconfiguration: update README and add DB_CLIENT validation
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-21 10:18:57 +00:00
copilot-swe-agent[bot]
7414ff1af2
Initial plan
2026-02-21 10:17:40 +00:00
github-actions
410df50778
GitHub bot: changelog
2026-02-21 01:16:46 +00:00
GitHub Actions
e982ca1eda
Revert 'Updater bot : flexget updated to 3.18.48' [nobuild]
2026-02-21 01:08:47 +00:00
alexbelgium
56b222e8f5
Updater bot : zzz_archived_jellyseerr updated to v3.0.1
2026-02-21 02:01:16 +01:00
alexbelgium
8df37b520b
Updater bot : zoneminder updated to 1.38.1
2026-02-21 02:01:09 +01:00
alexbelgium
6de882e0b1
Updater bot : webtop_kde updated to 4.16-r0-ls94
2026-02-21 02:00:53 +01:00
alexbelgium
189658be83
Updater bot : tandoor_recipes updated to 2.5.3
2026-02-21 01:59:57 +01:00
alexbelgium
e2ee005ddc
Updater bot : social_to_mealie updated to 1.4.0
2026-02-21 01:59:44 +01:00
alexbelgium
5707fe295e
Updater bot : signalk updated to 2.22.1
2026-02-21 01:59:41 +01:00
alexbelgium
02f75eed1b
Updater bot : seerr updated to 3.0.1
2026-02-21 01:59:37 +01:00
alexbelgium
7c0f30cc40
Updater bot : scrutiny_fa updated to v1.28.0
2026-02-21 01:59:31 +01:00
alexbelgium
54e282c117
Updater bot : scrutiny updated to v1.28.0
2026-02-21 01:59:28 +01:00
alexbelgium
afc4acc059
Updater bot : prowlarr updated to nightly-2.3.3.5285-ls224
2026-02-21 01:59:07 +01:00
alexbelgium
4e1aae877b
Updater bot : openproject updated to 17.1.1
2026-02-21 01:58:50 +01:00
alexbelgium
b41c8c18e5
Updater bot : nextcloud updated to 33.0.0
2026-02-21 01:58:40 +01:00
alexbelgium
5c252844d3
Updater bot : mealie updated to v3.11.0
2026-02-21 01:58:21 +01:00
alexbelgium
4269c660f2
Updater bot : jackett updated to 0.24.1167
2026-02-21 01:57:57 +01:00
alexbelgium
49b86b533e
Updater bot : flexget updated to 3.18.48
2026-02-21 01:57:22 +01:00
alexbelgium
f0e2a851dc
Updater bot : fireflyiii_data_importer updated to 2.1.1
2026-02-21 01:57:16 +01:00
alexbelgium
856bf2efda
Updater bot : fireflyiii updated to 6.4.23
2026-02-21 01:57:12 +01:00
alexbelgium
17b342dd18
Updater bot : filebrowser updated to 2.59.0
2026-02-21 01:57:05 +01:00
alexbelgium
a7d6ba168a
Updater bot : epicgamesfree updated to debian-2026-02-20
2026-02-21 01:57:01 +01:00
alexbelgium
bf40cdd120
Updater bot : ente updated to 4.4.17
2026-02-21 01:56:59 +01:00
alexbelgium
3baa8e238f
Updater bot : emby_beta updated to 4.10.0.3
2026-02-21 01:56:49 +01:00
alexbelgium
b95c0dda3c
Updater bot : cloudcommander updated to 19.5.1
2026-02-21 01:56:36 +01:00
alexbelgium
5eafb5ea91
Updater bot : changedetection.io updated to 0.53.5
2026-02-21 01:56:33 +01:00
alexbelgium
a7d6813e68
Updater bot : calibre updated to 9.3.0
2026-02-21 01:56:26 +01:00
alexbelgium
2878b7a77d
Updater bot : browserless_chrome updated to 2.41.0
2026-02-21 01:56:23 +01:00
alexbelgium
4c7048989c
Updater bot : browser_chromium updated to version-c965db96
2026-02-21 01:56:19 +01:00
alexbelgium
905f60b5dc
Updater bot : browser_brave updated to 1.87.190-ls78
2026-02-21 01:56:09 +01:00
alexbelgium
f9027c35f0
Updater bot : birdnet-pipy updated to 0.5.4
2026-02-21 01:55:30 +01:00
github-actions
c2c98934c6
GitHub bot : README updated
2026-02-20 17:13:51 +00:00
Alexandre
3dd4b05e0e
Fix rewrite rule in ingress.conf
2026-02-20 16:07:08 +01:00
Alexandre
ad96f5d5af
Merge pull request #2507 from alexbelgium/copilot/add-ingress-icon-for-seerr nobuild
...
[WIP] Add relevant ingress MDI icon for Seerr
2026-02-20 15:09:15 +01:00
copilot-swe-agent[bot]
0c925e57fb
Add panel_icon mdi:movie-search for Seerr addon
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-20 14:09:01 +00:00
copilot-swe-agent[bot]
f9f8ef1053
Initial plan
2026-02-20 14:06:53 +00:00
Alexandre
dd9179ba1e
Merge pull request #2506 from alexbelgium/copilot/fix-volume-mount-error
...
docs(seerr): add migration guide from Overseerr, Jellyseerr, and Ombi
2026-02-20 14:57:09 +01:00
copilot-swe-agent[bot]
d8494cb5d3
docs(seerr): use Filebrowser addon for migration instructions
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-20 13:56:39 +00:00
copilot-swe-agent[bot]
c6a3fdfb42
docs(seerr): add migration instructions from Overseerr, Jellyseerr, and Ombi
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-20 13:40:24 +00:00
copilot-swe-agent[bot]
3161566c58
Initial plan
2026-02-20 13:37:14 +00:00
Alexandre
ce40000592
icons
2026-02-20 13:58:16 +01:00
Alexandre
4df341ae37
images
2026-02-20 13:57:36 +01:00
github-actions
903f8f48bc
GitHub bot : graphs updated
2026-02-20 12:18:26 +00:00
github-actions
87d40a593b
Github bot : stats updated
2026-02-20 12:17:42 +00:00
github-actions
239bbaabb1
GitHub bot: changelog
2026-02-20 10:57:52 +00:00
Alexandre
5222f07fc3
Update config.yaml
2026-02-20 11:53:48 +01:00
Alexandre
05966347c9
Update Nginx ingress configuration for sub_filter
2026-02-20 11:27:27 +01:00
Alexandre
16fc416d48
Update ingress.conf
2026-02-20 11:00:33 +01:00
Alexandre
49187afb7f
Update 32-nginx_ingress.sh
2026-02-20 10:52:15 +01:00
Alexandre
8e5061372e
Update 32-nginx_ingress.sh
2026-02-20 10:43:06 +01:00
github-actions
cf0204123a
GitHub bot: changelog
2026-02-19 21:43:30 +00:00
Alexandre
fbecf26c1c
Update version from 3.0.1-4 to 3.0.1-5
2026-02-19 22:39:40 +01:00
Alexandre
3cf0c515d2
Merge pull request #2505 from alexbelgium/copilot/fix-nginx-ingress-slash-escaping
...
Fix sed slash escaping in nginx ingress entry substitution
2026-02-19 22:38:16 +01:00
copilot-swe-agent[bot]
f35ac478bc
Fix sed slash escaping in nginx ingress scripts
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-19 17:41:16 +00:00
copilot-swe-agent[bot]
1b353f0ff7
Initial plan
2026-02-19 17:36:42 +00:00
github-actions
5466294fd2
GitHub bot : README updated
2026-02-19 17:19:52 +00:00
github-actions
b767ca3679
GitHub bot: changelog
2026-02-19 15:10:41 +00:00
Alexandre
e276d2f4d3
Update config.yaml
2026-02-19 16:06:51 +01:00
Alexandre
72e2c98375
Update sub_filter for ingress configuration
2026-02-19 16:06:34 +01:00
Alexandre
9b8ced1f4e
Update config.yaml
2026-02-19 15:49:50 +01:00
github-actions
37cc97f01d
GitHub bot: changelog
2026-02-19 14:49:49 +00:00
Alexandre
b4f2ce9a77
Update config.yaml
2026-02-19 15:46:03 +01:00
Alexandre
3fb56ef23d
Update config.yaml
2026-02-19 15:45:50 +01:00
Alexandre
0934b8e091
Merge pull request #2503 from alexbelgium/copilot/set-variable-with-escaped-slashes
...
seerr: fix $appcorrected variable with escaped slashes for \/_next sub_filter
2026-02-19 15:44:17 +01:00
copilot-swe-agent[bot]
183d3fcf1b
Fix seerr nginx: add $appcorrected variable with escaped slashes for \/_next sub_filter
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-19 14:41:36 +00:00
copilot-swe-agent[bot]
3f99cde623
Initial plan
2026-02-19 14:37:46 +00:00
Alexandre
c708c03e2d
Refactor Nginx configuration for Seerr application
2026-02-19 15:36:13 +01:00
Alexandre
a8215dc011
Update NGINX ingress configuration for Seerr
2026-02-19 13:58:18 +01:00
Alexandre
5270d3c593
nobuild
2026-02-19 13:56:36 +01:00
github-actions
60bbf4ab32
GitHub bot: sanitize (spaces + LF endings) & chmod
2026-02-19 12:56:08 +00:00
Alexandre
9a924ff5aa
Merge pull request #2501 from alexbelgium/copilot/implement-ingress-solution
...
Add Home Assistant ingress support for Seerr addon
2026-02-19 13:55:18 +01:00
copilot-swe-agent[bot]
928ca10879
Use fixed /seerr ingress_entry path matching official Seerr reverse proxy docs
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-19 12:54:23 +00:00
copilot-swe-agent[bot]
2078d51cbb
Align ingress sub_filter rules with official Seerr reverse proxy docs
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-19 12:50:14 +00:00
copilot-swe-agent[bot]
99fc601f5b
Address code review: fix proxy_redirect conflict and add TLSv1.3 support
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-19 11:30:40 +00:00
copilot-swe-agent[bot]
420acaea0d
Add Home Assistant ingress support for Seerr addon with nginx reverse proxy
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-19 11:29:36 +00:00
copilot-swe-agent[bot]
9556b587dc
Initial plan
2026-02-19 11:18:59 +00:00
Alexandre
13b4dc5788
Merge pull request #2500 from alexbelgium/copilot/remove-ingress-support
...
Remove ingress support from Seerr, restore normal webui
2026-02-19 11:50:52 +01:00
Alexandre
b4a45aec44
Update config.yaml
2026-02-19 11:50:38 +01:00
copilot-swe-agent[bot]
5be2d88ee6
Remove ingress support from Seerr and add back normal webui
...
- Set ingress: false and add webui URL in config.yaml
- Remove nginx from Dockerfile PACKAGES
- Remove nginx ingress init script, nginx config, and nginx service
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-19 10:30:33 +00:00
copilot-swe-agent[bot]
4e028117ad
Initial plan
2026-02-19 10:28:14 +00:00
Alexandre
745f2cb3a6
Merge pull request #2498 from alexbelgium/copilot/remove-jellyseer-references nobuild
...
Deprecate Jellyseerr addon in favor of Seerr
2026-02-19 11:03:48 +01:00
copilot-swe-agent[bot]
77851a97cf
Add deprecated module to Dockerfile and update CHANGELOG for Jellyseerr deprecation
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-19 10:02:08 +00:00
copilot-swe-agent[bot]
43a35f7bd6
Make Jellyseerr obsolete and refer to Seerr instead
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-19 09:57:03 +00:00
copilot-swe-agent[bot]
49e71ca08f
Initial plan
2026-02-19 09:54:42 +00:00
github-actions
97b0d58f97
GitHub bot: changelog
2026-02-19 09:31:17 +00:00
Alexandre
93d2068489
Update CHANGELOG.md
2026-02-19 10:28:00 +01:00
Alexandre
927b0b03fc
Update CHANGELOG.md
2026-02-19 10:27:50 +01:00
Alexandre
4e399577f0
Update config.yaml
2026-02-19 10:27:39 +01:00
Alexandre
7c7cec2901
Merge pull request #2496 from alexbelgium/codex/implement-ingress-for-seerr-addons
...
Add Home Assistant ingress support for Seerr
2026-02-19 10:25:01 +01:00
Alexandre
7614f1a79e
Merge pull request #2497 from alexbelgium/copilot/sub-pr-2496
...
Fix Seerr ingress implementation: use s6 services instead of background processes
2026-02-19 10:24:34 +01:00
Alexandre
eab828bdef
Merge branch 'codex/implement-ingress-for-seerr-addons' into copilot/sub-pr-2496
2026-02-19 10:24:26 +01:00
Alexandre
5f39986f4b
Add nginx to the PACKAGES environment variable
2026-02-19 10:23:30 +01:00
Alexandre
b22d7bc9ae
Fix npm start execution in 99-run.sh
2026-02-19 10:23:00 +01:00
copilot-swe-agent[bot]
2fccdf4923
Fix NGINX spelling and action attribute sub_filter quotes
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-19 09:21:35 +00:00
copilot-swe-agent[bot]
0ac9b5136b
Fix ingress implementation with proper s6 services
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-19 09:20:55 +00:00
copilot-swe-agent[bot]
e6357c3ee4
Initial plan
2026-02-19 09:15:50 +00:00
Alexandre
4d95a5ed2c
Merge pull request #2494 from alexbelgium/copilot/remove-ombi-references
...
Mark Ombi add-on as obsolete in favor of Seerr
2026-02-19 10:14:41 +01:00
Alexandre
c706defffe
Add ingress support to Seerr addon
2026-02-19 10:13:40 +01:00
github-actions
25be6783f5
GitHub bot : README updated
2026-02-18 17:24:04 +00:00
copilot-swe-agent[bot]
4ddef4a777
Mark Ombi add-on as obsolete and refer to Seerr instead
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-18 16:18:54 +00:00
copilot-swe-agent[bot]
21c71a21ea
Initial plan
2026-02-18 16:15:27 +00:00
github-actions
b1e1596f9a
GitHub bot: sanitize (spaces + LF endings) & chmod
2026-02-18 16:11:46 +00:00
Alexandre
fac62e794f
Update
2026-02-18 17:10:48 +01:00
github-actions
bda03bc48e
GitHub bot: changelog
2026-02-18 08:20:11 +00:00
Alexandre
f3034b95a0
Update version from 3.0.1-2 to 3.0.1-3
2026-02-18 09:18:24 +01:00
Alexandre
e64fbdce3b
Refactor config handling in 99-run.sh
...
Remove old migration logic and update config paths.
2026-02-18 09:18:02 +01:00
Alexandre
f006c2a144
Update version format in config.yaml
2026-02-18 09:16:45 +01:00
Alexandre
05f41257f8
Add npm start command to 99-run.sh
2026-02-18 09:16:23 +01:00
Alexandre
297efebadc
Update config.yaml
2026-02-18 09:09:38 +01:00
Alexandre
1dd31e8e43
Update Dockerfile
2026-02-18 09:05:36 +01:00
github-actions
742f2956b3
GitHub bot: changelog
2026-02-18 07:38:50 +00:00
Alexandre
2f97e7562d
Fix version format in config.yaml
2026-02-18 08:38:31 +01:00
Alexandre
dd828c5772
Update Dockerfile
2026-02-18 08:38:10 +01:00
Alexandre
f3f7bbb4c8
Update version to 26.2.6-4 in config.yaml
2026-02-18 08:37:24 +01:00
github-actions
aa1425d0e5
GitHub bot: changelog
2026-02-18 07:01:29 +00:00
Alexandre
6b5e6f519c
Update version to 26.2.6-4 in config.yaml
2026-02-18 07:59:28 +01:00
Alexandre
356e2e43e6
Refactor Nginx configuration for ingress handling
2026-02-18 07:58:17 +01:00
Alexandre
ef3a67006a
Modify ingress script for nginx configuration
...
Update trusted condition in nginx configuration template.
2026-02-18 07:57:17 +01:00
GitHub Actions
510a7e2660
Revert 'Update version format in config.yaml' [nobuild]
2026-02-18 06:49:20 +00:00
Alexandre
a4f0632027
Update version format in config.yaml
2026-02-18 07:47:32 +01:00
Alexandre
958384b5b2
Merge pull request #2490 from alexbelgium/codex/create-new-seer-addon-based-on-overseer nobuild
...
Remove binary image assets from archived Overseerr add-on
2026-02-18 07:46:25 +01:00
Alexandre
4c92bd67e2
Remove binary assets from archived Overseerr addon
2026-02-18 07:45:56 +01:00
Alexandre
1ffa8ed35a
Merge pull request #2489 from MicroNateId/patch-1
...
Fix bad link to portal
2026-02-18 07:44:46 +01:00
Nate
4bcc93581b
Fix bad link to portal
...
Added the .local to the url. Original case was incorrect.
2026-02-17 23:42:40 -07:00
github-actions
85a7097ab6
GitHub bot: changelog
2026-02-17 16:12:51 +00:00
Alexandre
e82f6dc55f
Update config.yaml
2026-02-17 17:02:25 +01:00
Alexandre
50e79862d0
Enhance Nginx ingress configuration with rewrites
...
Updated Nginx configuration to support ingress entry rewrites and added sub_filter directives for various paths.
2026-02-17 17:01:57 +01:00
github-actions
327385053b
GitHub bot: changelog
2026-02-17 14:45:10 +00:00
Alexandre
0e0896e6eb
Update config.yaml
2026-02-17 15:42:52 +01:00
Alexandre
f87480ca86
Add sub_filter for server path in ingress.conf
2026-02-17 15:41:46 +01:00
github-actions
e35a059a87
GitHub bot: changelog
2026-02-17 10:00:17 +00:00
Alexandre
fb5987bf31
Update config.yaml
2026-02-17 10:58:15 +01:00
Alexandre
e678f59d92
Update 32-ingress.sh
2026-02-17 10:58:04 +01:00
github-actions
7d38e192be
GitHub bot: changelog
2026-02-17 05:32:52 +00:00
Alexandre
6f2333d104
Update qbittorrent version to 5.1.4-17
2026-02-17 06:27:29 +01:00
GitHub Actions
e224ea22c7
Revert 'Update qbittorrent version to 5.1.4-17' [nobuild]
2026-02-16 19:51:28 +00:00
Alexandre
6dcd0bff55
Update qbittorrent version to 5.1.4-17
2026-02-16 20:49:52 +01:00
Alexandre
b6c99e5464
Fix conditional check for building changed addons
2026-02-16 20:45:20 +01:00
Alexandre
6234e0901d
Merge pull request #2484 from alexbelgium/codex/allow-any-network-interface-if-no-vpn-selected
...
Codex-generated pull request
2026-02-16 19:50:56 +01:00
Alexandre
929d3b435a
qbittorrent: bump version to 5.1.4-16
2026-02-16 19:50:29 +01:00
Alexandre
c018edbfaa
nobuild
2026-02-16 16:04:40 +01:00
Alexandre
a612538f99
Update version to nightly-20260118
2026-02-16 15:52:21 +01:00
Alexandre
2b6f9c454d
Simplify nginx
...
https://github.com/tphakala/birdnet-go/pull/1815
2026-02-16 15:52:00 +01:00
github-actions
87233ed7df
GitHub bot: changelog
2026-02-16 10:46:54 +00:00
Alexandre
fb8587c7d9
Update version to 26.2.6 in config.yaml
2026-02-16 11:45:02 +01:00
Alexandre
ff3a2e3929
Update upstream version to 26.2.6
2026-02-16 11:44:40 +01:00
Alexandre
8741898302
Update version from 26.2.4 to 26.2.6
2026-02-16 11:43:49 +01:00
Alexandre
107a48c65e
Update updater.json
2026-02-16 11:42:48 +01:00
Alexandre
e7a94b9864
nobuild revert
2026-02-16 08:10:37 +01:00
github-actions
8d19bcdfad
Github bot : image compressed
2026-02-15 23:09:56 +00:00
github-actions
9a4018efbd
GitHub bot: changelog
2026-02-15 21:48:16 +00:00
Alexandre
2393dd1d0e
Update config.yaml to remove recording settings
...
Removed recording options and updated version number.
2026-02-15 22:29:39 +01:00
Alexandre
ec5c7ea069
Update 10-config.sh
2026-02-15 22:28:07 +01:00
github-actions
3362c0c026
GitHub bot: changelog
2026-02-15 17:41:46 +00:00
Alexandre
9c98f2d753
Update version to 0.5.0-5 in config.yaml
2026-02-15 18:23:18 +01:00
Alexandre
f24a815f4f
Simplify nginx run script by removing checks
...
Removed conditional check for nginx disabled state.
2026-02-15 18:22:55 +01:00
Alexandre
33dcc7ff09
Refactor nginx ingress script for clarity
...
Remove redundant sed commands and clean up nginx configuration handling.
2026-02-15 18:22:24 +01:00
Alexandre
49128291ab
Merge pull request #2480 from alexbelgium/codex/fix-nginx-resolver-host-error
...
birdnet-pipy: disable nginx service when ingress is unavailable
2026-02-15 08:33:29 +01:00
Alexandre
27a64fd80b
birdnet-pipy: disable nginx service when ingress is unavailable
2026-02-15 08:33:14 +01:00
github-actions[bot]
df6175e1ec
Update stargazer map & cache
2026-02-15 02:57:28 +00:00
github-actions[bot]
570453fd4c
Update stargazer map & cache
2026-02-15 01:19:44 +00:00
github-actions
2d4ccbd537
GitHub bot: changelog
2026-02-14 12:38:21 +00:00
Alexandre
5970d95a5e
Update version to 2.57.1-3
2026-02-14 13:35:23 +01:00
Alexandre
005bd9e17c
Update 00-smb_mounts.sh
2026-02-14 13:34:40 +01:00
github-actions
8a7d70d9c4
GitHub bot: changelog
2026-02-14 09:42:33 +00:00
Alexandre
f415547623
Merge pull request #2478 from alexbelgium/codex/disable-ingress-script-if-inactive
...
birdnet-pipy: skip ingress config when inactive and use 0.5.0-2
2026-02-14 10:40:36 +01:00
Alexandre
bdd8221021
birdnet-pipy: use 0.5.0-2 version suffix
2026-02-14 10:40:21 +01:00
Alexandre
9810c8fcff
Update version in config.yaml to 2.57.1-2
2026-02-14 10:39:38 +01:00
Alexandre
a143650e22
Refactor CIFS retry logic with option variants
...
https://github.com/alexbelgium/hassio-addons/discussions/2475#discussioncomment-15802821
2026-02-14 10:25:23 +01:00
Alexandre
285cc94159
Merge pull request #2477 from alexbelgium/codex/add-addon-option-for-immich
...
Fix https://github.com/alexbelgium/hassio-addons/issues/2460
2026-02-14 10:21:03 +01:00
Alexandre
606caa4609
Add VIPS_NOVECTOR option to Immich addon variants
2026-02-14 10:20:27 +01:00
alexbelgium
ef2a5de9ab
Updater bot : filebrowser_quantum updated to 1.1.2
2026-02-14 02:14:36 +01:00
Alexandre
3b49fbda88
Fix syntax error in Dockerfile RUN command
2026-02-14 02:11:31 +01:00
GitHub Actions
d35a0b3b9c
Revert 'Updater bot : filebrowser_quantum updated to 1.1.2' [nobuild]
2026-02-14 01:05:45 +00:00
alexbelgium
e33d3a7cfd
Updater bot : zzz_archived_code-server updated to 4.109.2
2026-02-14 02:01:20 +01:00
alexbelgium
689d920efb
Updater bot : zoneminder updated to 1.38.0
2026-02-14 02:01:17 +01:00
alexbelgium
9c5d749317
Updater bot : webtop_kde updated to 4.16-r0-ls93
2026-02-14 02:01:00 +01:00
alexbelgium
87366feb48
Updater bot : tandoor_recipes updated to 2.5.1
2026-02-14 02:00:07 +01:00
alexbelgium
a99b6c96ed
Updater bot : signalk updated to 2.21.3
2026-02-14 01:59:50 +01:00
alexbelgium
c69decf60b
Updater bot : scrutiny_fa updated to v1.23.3
2026-02-14 01:59:46 +01:00
alexbelgium
202f891c3b
Updater bot : scrutiny updated to v1.23.3
2026-02-14 01:59:42 +01:00
alexbelgium
df45413d72
Updater bot : prowlarr updated to nightly-2.3.2.5270-ls224
2026-02-14 01:59:22 +01:00
alexbelgium
348349d9ba
Updater bot : portainer updated to 2.38.1
2026-02-14 01:59:16 +01:00
alexbelgium
cb7dcb891a
Updater bot : plex updated to 1.43.0.10492-121068a07-ls293
2026-02-14 01:59:13 +01:00
alexbelgium
a6e86b02e5
Updater bot : openproject updated to 17.1.0
2026-02-14 01:59:01 +01:00
alexbelgium
b1263541fa
Updater bot : ombi updated to 4.55.2
2026-02-14 01:58:55 +01:00
alexbelgium
bf7de2ebe7
Updater bot : nzbget updated to v26.0-ls231
2026-02-14 01:58:51 +01:00
alexbelgium
09ed9c4020
Updater bot : nextcloud updated to 32.0.6
2026-02-14 01:58:48 +01:00
alexbelgium
c466359448
Updater bot : navidrome updated to 0.60.3
2026-02-14 01:58:40 +01:00
alexbelgium
d925cfebe8
Updater bot : kometa updated to 2.3.0
2026-02-14 01:58:17 +01:00
alexbelgium
a2db60dc27
Updater bot : jackett updated to 0.24.1103
2026-02-14 01:58:01 +01:00
alexbelgium
a6b128202f
Updater bot : immich_openvino updated to 2.5.6
2026-02-14 01:57:54 +01:00
alexbelgium
9276f74366
Updater bot : immich_noml updated to 2.5.6
2026-02-14 01:57:50 +01:00
alexbelgium
0f5e0b36e3
Updater bot : immich_cuda updated to 2.5.6
2026-02-14 01:57:44 +01:00
alexbelgium
6ef079a900
Updater bot : immich updated to 2.5.6
2026-02-14 01:57:41 +01:00
alexbelgium
40cc49d689
Updater bot : grampsweb updated to 26.2.0
2026-02-14 01:57:33 +01:00
alexbelgium
a43d83879b
Updater bot : flexget updated to 3.18.46
2026-02-14 01:57:21 +01:00
alexbelgium
b6ccb09695
Updater bot : fireflyiii updated to 6.4.18
2026-02-14 01:57:13 +01:00
alexbelgium
9180703819
Updater bot : filebrowser_quantum updated to 1.1.2
2026-02-14 01:57:09 +01:00
alexbelgium
ce8d864739
Updater bot : filebrowser updated to 2.57.1
2026-02-14 01:57:05 +01:00
alexbelgium
6d673446cb
Updater bot : epicgamesfree updated to debian-2026-02-12
2026-02-14 01:57:01 +01:00
alexbelgium
309be37e10
Updater bot : ente updated to 4.4.16
2026-02-14 01:56:59 +01:00
alexbelgium
568dfb4f58
Updater bot : collabora updated to 25.4.9
2026-02-14 01:56:42 +01:00
alexbelgium
8e787aeb4f
Updater bot : cloudcommander updated to 19.3.7
2026-02-14 01:56:36 +01:00
alexbelgium
55dc7e79db
Updater bot : browserless_chrome updated to 2.40.0
2026-02-14 01:56:24 +01:00
alexbelgium
27718f46b2
Updater bot : browser_chromium updated to version-c940bec2
2026-02-14 01:56:20 +01:00
alexbelgium
4c15b4a093
Updater bot : browser_brave updated to 1.87.186-ls76
2026-02-14 01:56:10 +01:00
alexbelgium
ec1aee225f
Updater bot : bitwarden updated to 1.35.3
2026-02-14 01:55:34 +01:00
alexbelgium
5c7ef86c48
Updater bot : birdnet-pipy updated to 0.5.0
2026-02-14 01:55:29 +01:00
alexbelgium
985f2fede6
Updater bot : autobrr updated to 1.73.0
2026-02-14 01:55:12 +01:00
github-actions
2eb4e5af44
GitHub bot: changelog
2026-02-13 22:32:31 +00:00
Alexandre
f4fa0ee4f6
Update config.yaml
2026-02-13 23:29:21 +01:00
Alexandre
879017935f
Update 00-smb_mounts.sh
...
https://github.com/alexbelgium/hassio-addons/discussions/2475
2026-02-13 23:27:57 +01:00
github-actions
6dce2c6f25
GitHub bot : README updated
2026-02-13 17:17:21 +00:00
github-actions
619a26ec4f
GitHub bot : graphs updated
2026-02-13 12:18:27 +00:00
github-actions
c3b940f7db
Github bot : stats updated
2026-02-13 12:17:44 +00:00
Alexandre
201f357334
Update 00-banner.sh
2026-02-11 14:33:01 +01:00
Alexandre
d10a659612
Update version to 26.2.4 in config.yaml
2026-02-10 19:45:50 +01:00
Alexandre
eb59fe3c99
Update version to 26.2.4 in config.yaml
2026-02-10 19:42:12 +01:00
Alexandre
7c23ef99f2
Bump version from 0.64.5-6 to 0.64.5-7
2026-02-10 16:01:51 +01:00
Alexandre
eba4cec20a
Merge pull request #2473 from alexbelgium/copilot/check-netbird-server-addon
...
Fix netbird-server: remove invalid signal --grpc-port flag, align Caddyfile with upstream
2026-02-10 16:01:01 +01:00
copilot-swe-agent[bot]
04240b67b1
Fix netbird-server: remove invalid signal --grpc-port flag and align Caddyfile with official quickstart
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-10 12:54:35 +00:00
copilot-swe-agent[bot]
672e27949b
Initial plan
2026-02-10 12:48:57 +00:00
Alexandre
920fd766b2
Merge pull request #2472 from alexbelgium/copilot/review-netbird-server-addon
...
[WIP] Review netbird server addon for successful startup
2026-02-10 13:46:10 +01:00
copilot-swe-agent[bot]
d0256a3e47
Fix Signal service: Add missing gRPC port configuration
...
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com >
2026-02-10 12:45:02 +00:00
copilot-swe-agent[bot]
8c37dfb091
Initial plan
2026-02-10 12:42:56 +00:00
Alexandre
46729c1873
Bump version to 0.64.5-6 in config.yaml
2026-02-09 21:50:38 +01:00
Alexandre
dd140744b0
Merge pull request #2470 from alexbelgium/codex/fix-automatic-config-generation-errors
...
Fallback to Home Assistant external/internal URL for NetBird domain
2026-02-09 21:49:27 +01:00
Alexandre
71a0a1fb75
Handle missing NetBird domain via HA URLs
2026-02-09 21:48:49 +01:00
github-actions
1cd282255c
GitHub bot : README updated
2026-02-09 17:19:04 +00:00
Alexandre
36433e4937
Update config.yaml
2026-02-09 11:06:45 +01:00
Alexandre
781c6f0787
Update Dockerfile
2026-02-09 11:06:35 +01:00
Alexandre
9f14248ec2
Update config.yaml
2026-02-09 10:50:26 +01:00
Alexandre
769e521805
Add entrypoint and command to Dockerfile
2026-02-09 10:47:59 +01:00
github-actions
3bafb5b50b
GitHub bot: changelog
2026-02-09 09:40:39 +00:00
Alexandre
1ecb106e2d
Update config.yaml
2026-02-09 10:37:47 +01:00
Alexandre
4014842cf5
Change NetBird components to use latest versions
...
Updated NetBird components to use 'latest' versions instead of specific version numbers.
2026-02-09 10:37:29 +01:00
GitHub Actions
1697842658
Revert 'Bump version from 0.64.5-2 to 0.64.5-3' [nobuild]
2026-02-09 08:21:54 +00:00
Alexandre
024f3bd7e2
clean
2026-02-09 09:19:55 +01:00
Alexandre
72eff841e1
Bump version from 0.64.5-2 to 0.64.5-3
2026-02-09 09:19:03 +01:00
Alexandre
41614677ad
Refactor Dockerfile for multi-stage builds
...
Refactor Dockerfile to use multi-stage builds for better organization and efficiency.
2026-02-09 09:18:12 +01:00
github-actions
19f3d58733
Github bot : image compressed
2026-02-08 23:11:36 +00:00
GitHub Actions
779a365fb9
Revert 'Update version to 0.64.5' [nobuild]
2026-02-08 19:32:56 +00:00
Alexandre
2665831a9a
Update version to 0.64.5
2026-02-08 20:29:41 +01:00
Alexandre
1df64e77bb
Reorder base images in Dockerfile
2026-02-08 20:29:21 +01:00
Alexandre
903ef91ca7
Merge pull request #2469 from alexbelgium/codex/fix-github-actions-workflow-failure
...
Use build-provided base image for netbird-server (multi-arch fix)
2026-02-08 20:28:25 +01:00
Alexandre
ebf93713ae
Fix netbird-server base image selection
2026-02-08 20:28:11 +01:00
GitHub Actions
230c2fb97a
Revert 'Update version number in config.yaml
...
Updated version number from 0.64.5-2 to 0.64.5.' [nobuild]
2026-02-08 19:13:11 +00:00
Alexandre
4af6b6b6db
Update version number in config.yaml
...
Updated version number from 0.64.5-2 to 0.64.5.
2026-02-08 20:10:27 +01:00
Alexandre
8c121409f3
Update Dockerfile
2026-02-08 20:10:05 +01:00
Alexandre
62400a1747
Merge pull request #2468 from alexbelgium/codex/remove-ingress-from-netbird-server
...
Update NetBird Server addon metadata: remove ingress and align config fields
2026-02-08 19:58:02 +01:00
Alexandre
83bce60097
Update NetBird Server addon metadata
2026-02-08 19:57:47 +01:00
Alexandre
5c67ce6822
Update README.md
2026-02-08 19:36:24 +01:00
Alexandre
397c086deb
Merge pull request #2467 from alexbelgium/codex/create-simple-netbird-server-setup
...
Rework NetBird server add-on into quickstart layout with Caddy and relay/STUN
2026-02-08 19:31:48 +01:00
Alexandre
00c59234fd
Simplify NetBird server quickstart addon
2026-02-08 19:31:20 +01:00
Alexandre
f09d49bb18
Update resource URL in README.md
2026-02-08 19:26:09 +01:00
github-actions
eeaf10cfbe
GitHub bot : README updated
2026-02-08 17:07:05 +00:00
github-actions
1d538be565
GitHub bot: changelog
2026-02-08 16:57:25 +00:00
Alexandre
337ca6dffb
Update config.yaml
2026-02-08 17:51:23 +01:00
Alexandre
58da5f78d9
Change entrypoint
...
https://github.com/alexbelgium/hassio-addons/issues/2457#issuecomment-3867496554
2026-02-08 17:51:08 +01:00
Alexandre
967f8552c0
nobuild
2026-02-08 17:49:37 +01:00
github-actions
96374e7730
GitHub bot: changelog
2026-02-08 16:47:21 +00:00
Alexandre
b46d13ae1c
Update config.yaml
2026-02-08 17:42:09 +01:00
Alexandre
f460f8b846
Update CHANGELOG.md
2026-02-08 17:41:56 +01:00
Alexandre
e81c072eab
Fix array initialization for IP addresses
2026-02-08 17:41:32 +01:00
Alexandre
a665b1b02f
Allow multiple Address fields
2026-02-08 17:33:56 +01:00
Alexandre
eee640ab99
Optimize handshake by using ping instead of DNS lookup
...
Removed DNS lookup for handshake and replaced with ping.
2026-02-08 17:26:39 +01:00
github-actions
da11f5e09d
GitHub bot: changelog
2026-02-08 15:11:35 +00:00
Alexandre
96dcedcead
Update version format in config.yaml
2026-02-08 16:06:43 +01:00
Alexandre
756e226652
Update version format in config.yaml
2026-02-08 16:06:05 +01:00
Alexandre
2de40c45d7
Update Docker image tags to 'latest-omnibus'
2026-02-08 16:05:45 +01:00
github-actions
c6df2112ab
GitHub bot: changelog
2026-02-08 13:44:42 +00:00
Alexandre
8f9836891c
Update config.yaml
2026-02-08 14:39:10 +01:00
Alexandre
969382b426
Update CHANGELOG.md
2026-02-08 14:38:59 +01:00
Alexandre
1aa400fc57
Implement WireGuard handshake wait logic
...
Add WireGuard handshake waiting function to manage connection establishment.
2026-02-08 14:37:39 +01:00
Alexandre
19dd39ec9e
Update CHANGELOG.md
2026-02-08 14:35:41 +01:00
Alexandre
054abf46f3
Update config.yaml
2026-02-08 14:35:16 +01:00
Alexandre
7ec00843b2
Add preshared-key
2026-02-08 14:31:55 +01:00
github-actions
5a3e935b35
GitHub bot: changelog
2026-02-08 12:22:06 +00:00
Alexandre
7a574597cb
Update CHANGELOG.md
2026-02-08 13:18:11 +01:00
Alexandre
a9f16c8330
Update CHANGELOG.md
2026-02-08 13:17:31 +01:00
Alexandre
1da718b8e8
Update config.yaml
2026-02-08 13:17:01 +01:00
Alexandre
e45de4f7a2
Prefer ipv4 to resolve hostnames
2026-02-08 13:16:48 +01:00
Alexandre
3d2d275cb2
Fix ipv6 endpoints resolve
2026-02-08 13:15:35 +01:00
Alexandre
04ff354410
Merge pull request #2465 from alexbelgium/codex/update-scrutiny-addons-to-new-fork
...
Switch scrutiny addon to Starosdev fork and bump to v1.23.2-1
2026-02-08 13:14:29 +01:00
github-actions
83d4ba2e94
GitHub bot: changelog
2026-02-08 12:06:40 +00:00
Alexandre
9c8b9c317e
Set scrutiny versions to v1.23.2
2026-02-08 13:02:20 +01:00
Alexandre
4624abebcb
Update scrutiny_fa updater metadata
2026-02-08 13:02:13 +01:00
Alexandre
50d6b1a59b
Update CHANGELOG.md
2026-02-08 13:01:52 +01:00
Alexandre
5b9c37119e
Update config.yaml
2026-02-08 13:00:47 +01:00
Alexandre
1a16c4b62a
Merge pull request #2464 from eburi/signalk_npm_rebuild_on_version_update
...
[SignalK] Add npm rebuild on version change
2026-02-08 13:00:26 +01:00
Alexandre
d1b83356f2
Fix bashio command
2026-02-08 12:56:30 +01:00
Alexandre
2d8e45b4eb
Merge pull request #2466 from alexbelgium/codex/limit-interface-name-to-15-characters
...
Limit qBittorrent VPN interface names to 15 characters
2026-02-08 11:18:04 +01:00
Alexandre
2d4eaaa44c
Remove interface name length restriction
...
Removed truncation of OpenVPN interface name if it exceeds 15 characters.
2026-02-08 11:16:24 +01:00
Alexandre
ed97320d8d
Limit VPN interface names to 15 chars
2026-02-08 11:15:35 +01:00
Alexandre
27c66dd7a3
Switch scrutiny to Starosdev fork
2026-02-08 11:04:12 +01:00
Alexandre
4fbdb04282
nobuild
2026-02-08 10:36:15 +01:00
Alexandre
b16c94571b
nobuild
...
[SignalK] Add I2C device mappings to SignalK AddOn configuration
2026-02-08 10:00:32 +01:00
github-actions[bot]
353a5668a3
Update stargazer map & cache
2026-02-08 03:10:31 +00:00
github-actions[bot]
6ab56f032f
Update stargazer map & cache
2026-02-08 01:25:25 +00:00
eburi
f3ce5aa57a
[SignalK] Add npm rebuild on version change
2026-02-07 19:57:33 -05:00
eburi
3cc1cdb189
Add I2C device mappings to SignalK AddOn configuration
2026-02-07 19:35:09 -05:00
github-actions
51f0e6c04d
GitHub bot : README updated
2026-02-07 17:07:17 +00:00
github-actions
8bedb0952a
GitHub bot: changelog
2026-02-07 06:20:16 +00:00
Alexandre
a9702cc6f7
Update zoneminder version to 1.38.0
2026-02-07 07:14:36 +01:00
Alexandre
98b9f46838
Update Dockerfile for config path changes
...
Modify entrypoint script and update config paths.
2026-02-07 07:14:10 +01:00
GitHub Actions
b548ddbe26
Revert 'Updater bot : zoneminder updated to 1.38.0' [nobuild]
2026-02-07 01:08:48 +00:00
alexbelgium
aae51a8450
Updater bot : zoneminder updated to 1.38.0
2026-02-07 02:01:05 +01:00
alexbelgium
18659f61c8
Updater bot : prowlarr updated to nightly-2.3.2.5269-ls222
2026-02-07 01:59:14 +01:00
alexbelgium
c80dafc843
Updater bot : openproject updated to 17.0.3
2026-02-07 01:58:54 +01:00
alexbelgium
df4bcd1607
Updater bot : nzbget updated to v26.0-ls230
2026-02-07 01:58:45 +01:00
alexbelgium
af0af1c062
Updater bot : netalertx_fa updated to 26.2.6
2026-02-07 01:58:37 +01:00
alexbelgium
cd3567da83
Updater bot : mealie updated to v3.10.2
2026-02-07 01:58:22 +01:00
alexbelgium
44b4b4f975
Updater bot : jackett updated to 0.24.1044
2026-02-07 01:57:55 +01:00
alexbelgium
b20e19c1a3
Updater bot : immich_power_tools updated to 0.19.1
2026-02-07 01:57:51 +01:00
alexbelgium
1b50852ebc
Updater bot : immich_openvino updated to 2.5.5
2026-02-07 01:57:47 +01:00
alexbelgium
167898ffcf
Updater bot : immich_noml updated to 2.5.5
2026-02-07 01:57:44 +01:00
alexbelgium
668a609163
Updater bot : immich_cuda updated to 2.5.5
2026-02-07 01:57:37 +01:00
alexbelgium
1193c97a7b
Updater bot : immich updated to 2.5.5
2026-02-07 01:57:34 +01:00
alexbelgium
ee3b188b89
Updater bot : flexget updated to 3.18.43
2026-02-07 01:57:15 +01:00
alexbelgium
28e24be857
Updater bot : ente updated to 4.4.17
2026-02-07 01:56:56 +01:00
alexbelgium
13b5a40c19
Updater bot : cloudcommander updated to 19.3.4
2026-02-07 01:56:34 +01:00
alexbelgium
308d8e7803
Updater bot : calibre_web updated to 0.6.26
2026-02-07 01:56:28 +01:00
alexbelgium
02d84fc7b9
Updater bot : calibre updated to 9.2.1
2026-02-07 01:56:24 +01:00
alexbelgium
534bd2e84c
Updater bot : browser_brave updated to 1.86.148-ls74
2026-02-07 01:56:09 +01:00
alexbelgium
166d72b3bb
Updater bot : birdnet-pipy updated to 0.4.0
2026-02-07 01:55:29 +01:00
github-actions
1a2b5c06bf
GitHub bot : README updated
2026-02-06 17:15:54 +00:00
Alexandre
dcc8c1d3da
Merge pull request #2459 from alexbelgium/codex/simplify-netbird-server-addon-configuration
...
Simplify NetBird Server add-on configuration defaults
2026-02-06 16:28:56 +01:00
Alexandre
c4bb22f7ee
Add dashboard env overrides for netbird-server
2026-02-06 16:28:31 +01:00
Alexandre
3ade90256d
Simplify netbird-server config
2026-02-06 15:59:53 +01:00
Alexandre
58b7628c32
Merge pull request #2458 from alexbelgium/codex/fix-unbound-variable-netbird_datastore_enc_key
...
Avoid unbound variable for NETBIRD_DATASTORE_ENC_KEY in NetBird init
2026-02-06 15:46:41 +01:00
Alexandre
f7889346f4
Fix netbird datastore key default
2026-02-06 15:46:19 +01:00
Alexandre
509c2530a8
Update version from 0.1.2-2 to 0.1.2-3
2026-02-06 15:25:57 +01:00
Alexandre
d1ddd9ecd1
Modify script to comment out 'set -e'
...
Commented out the 'set -e' command to prevent script termination on error.
2026-02-06 15:25:35 +01:00
Alexandre
78176852bf
Update config.json
2026-02-06 15:09:18 +01:00
Alexandre
a645e005ea
Declare NETBIRD_DATASTORE_ENC_KEY in config script
...
Added declaration for NETBIRD_DATASTORE_ENC_KEY in the configuration script.
2026-02-06 15:09:04 +01:00
GitHub Actions
6851e166d2
Revert 'Update config.yaml' [nobuild]
2026-02-06 13:52:27 +00:00
Alexandre
ef406663fc
Clean up config.json by removing unused fields
...
Removed boot and host_network settings, and deleted comments section.
2026-02-06 14:50:21 +01:00
Alexandre
8fa8e9eb5a
Update config.yaml
2026-02-06 14:49:55 +01:00
github-actions
7b0e22585b
GitHub bot: changelog
2026-02-06 13:49:17 +00:00
Alexandre
d9a775a119
Update updater.json
2026-02-06 14:48:10 +01:00
Alexandre
443ddfe875
nobuild
2026-02-06 14:47:57 +01:00
Alexandre
70f3efe915
Update updater.json
2026-02-06 14:47:38 +01:00
Alexandre
521ab722f2
nobuild
2026-02-06 14:47:20 +01:00
github-actions
8eedb2a094
GitHub bot: sanitize (spaces + LF endings) & chmod
2026-02-06 13:47:18 +00:00
github-actions
95ac11b92b
GitHub bot: sanitize (spaces + LF endings) & chmod
2026-02-06 13:47:02 +00:00
Alexandre
cd0d7e81ef
Merge pull request #2456 from alexbelgium/codex/create-monolithic-netbird-server-add-on
...
Add NetBird server monolithic Home Assistant add-on
2026-02-06 14:46:19 +01:00
Alexandre
7a18c39138
Merge pull request #2455 from alexbelgium/codex/add-netbird-server-add-on
...
Add NetBird Server monolithic add-on (management, signal, dashboard, coturn, optional relay)
2026-02-06 14:46:12 +01:00
Alexandre
d7ef48f54d
Preserve Coturn config and drop legacy option
2026-02-06 14:32:34 +01:00
Alexandre
1eed06feed
Rename add-on back to netbird
2026-02-06 14:32:01 +01:00
Alexandre
66073765b2
Rename NetBird add-on to netbird2
2026-02-06 14:31:56 +01:00
github-actions
1003f4d9a3
GitHub bot : graphs updated
2026-02-06 12:17:44 +00:00
github-actions
728a3f5f53
Github bot : stats updated
2026-02-06 12:16:58 +00:00
Alexandre
15abca47bd
Add NetBird server add-on
2026-02-06 12:27:10 +01:00
Alexandre
8c515797ed
Add NetBird server add-on
2026-02-06 12:26:42 +01:00
Alexandre
7cdb4b478a
Merge pull request #2453 from alexbelgium/codex/fix-issue-#2451
...
sonarr: add ffmpeg (provides ffprobe) and bump version
2026-02-06 10:36:29 +01:00
Alexandre
c6fb0befea
Bump Sonarr addon version
2026-02-06 10:36:07 +01:00
Alexandre
4ad9488db8
Apply dns servers only if no vpn option is true
...
https://github.com/alexbelgium/hassio-addons/issues/2449
2026-02-06 10:16:05 +01:00
Alexandre
a5f005e1c6
Suppress smb permissions messages
...
https://github.com/alexbelgium/hassio-addons/issues/2449
2026-02-06 10:06:41 +01:00
github-actions
619f78aa53
GitHub bot: changelog
2026-02-05 20:22:31 +00:00
Alexandre
16b26f257b
Update qbittorrent version to 5.1.4-11
2026-02-05 21:16:50 +01:00
Alexandre
10eb50d5b5
Update 00-smb_mounts.sh
2026-02-05 21:16:19 +01:00
github-actions
9fcabc2011
GitHub bot: changelog
2026-02-05 18:17:45 +00:00
Alexandre
fc37193793
Update PUID, PGID, and version in config.yaml
2026-02-05 19:12:21 +01:00
Alexandre
d5135756f4
Merge pull request #2450 from alexbelgium/codex/remove-name-validation-from-config.yaml
...
Move qBittorrent VPN config filename validation to init scripts
2026-02-05 17:25:49 +01:00
Alexandre
48fd445e10
Bump qBittorrent addon version to 5.1.4-9
2026-02-05 17:25:20 +01:00
Alexandre
bff4164203
Move VPN config filename validation to startup scripts
2026-02-05 16:46:39 +01:00
Alexandre
ad80d1e2b6
Merge pull request #2448 from alexbelgium/qbittorrent_debug_mode
...
Implement logging for OpenVPN with configurable level
2026-02-05 16:38:11 +01:00
Alexandre
22032fd28f
Install default route only once
2026-02-05 16:02:27 +01:00
Alexandre
eaabe03c5c
Update CHANGELOG.md
2026-02-05 13:58:57 +01:00
Alexandre
2bb373ffe3
Update CHANGELOG.md
2026-02-05 13:58:42 +01:00
github-actions
b4e8ad1146
GitHub bot: changelog
2026-02-05 12:57:45 +00:00
Alexandre
2a4a178522
More lax wireguard and openvpn config filenames
2026-02-05 13:52:20 +01:00
Alexandre
7d45a36ee6
Stop addon if exit nok
2026-02-05 10:29:27 +01:00
Alexandre
4f750ad756
Propose to stop addon if openvpn script fails for logs clarity
2026-02-05 10:28:34 +01:00
Alexandre
1365ed148b
Update vpn
2026-02-05 09:26:35 +01:00
Alexandre
c01005d63a
Debug message
...
Simplified debug logging setup for OpenVPN.
2026-02-05 09:22:55 +01:00
Alexandre
97615a1fad
Add log level configuration and debug option
2026-02-05 09:21:27 +01:00
Alexandre
9cd110f4b9
lower case
2026-02-05 09:17:47 +01:00
Alexandre
cb8b267184
Implement logging for OpenVPN with configurable level
...
Add logging functionality with configurable log level for OpenVPN.
2026-02-05 09:03:17 +01:00
github-actions
9d55fccd03
GitHub bot: changelog
2026-02-05 07:15:45 +00:00
Alexandre
27a1a4db7d
Update version to 2.39.0-2 in config.yaml
2026-02-05 08:08:07 +01:00
Alexandre
f78a519ed6
Merge pull request #2447 from alexbelgium/codex/fix-failing-build-on-github-actions
...
Fix browserless_chrome Dockerfile RUN syntax
2026-02-05 08:07:09 +01:00
Alexandre
9b0ac87798
Fix browserless_chrome Dockerfile RUN syntax
2026-02-05 08:06:52 +01:00
GitHub Actions
a0de882aae
Revert 'Update version to 2.39.0-2 in config.yaml' [nobuild]
2026-02-05 06:42:51 +00:00
github-actions
396a804433
GitHub bot: changelog
2026-02-05 06:38:36 +00:00
Alexandre
c186bcf653
Update version to 2.39.0-2 in config.yaml
2026-02-05 07:37:51 +01:00
Alexandre
a36fe30a74
Merge pull request #2399 from litinoveweedle/qbittorrent_vpn_overhaul
...
Qbittorrent vpn overhaul
2026-02-05 07:32:46 +01:00
Alexandre
a70f6beb12
Update qBittorrent version to 5.1.4-7
2026-02-05 07:32:20 +01:00
Alexandre
2c4003448b
Merge pull request #2437 from enter360/doc-update-birdnet-go
...
add common issues for unifi cameras
2026-02-05 07:29:22 +01:00
github-actions
b501f3c2bf
GitHub bot: changelog
2026-02-04 21:53:45 +00:00
Alexandre
2a4a308bea
Update Jellyfin version to 10.11.6-6
2026-02-04 22:36:13 +01:00
Alexandre
46d1df2b59
Update mount error handling to warning for read-only
...
Change error handling for read-only mounts to a warning.
2026-02-04 22:34:39 +01:00
github-actions
bf427696a8
GitHub bot: changelog
2026-02-04 20:42:18 +00:00
Alexandre
dbaa1d5e33
Update config.yaml
2026-02-04 21:39:18 +01:00
Alexandre
bbbeecd174
Fix shebang validation and error handling
2026-02-04 21:37:56 +01:00
litinoveweedle
281dfea1b5
add hassio logging level
2026-02-04 21:34:32 +01:00
Alexandre
f9ba24d617
Merge pull request #2445 from alexbelgium/codex/fix-issue-2444-on-github
...
Fix CloudCommander startup when cloudcmd.mjs is missing
2026-02-04 20:36:19 +01:00
Alexandre
39a2656f9c
Fix cloudcommander startup path
2026-02-04 20:35:58 +01:00
Alexandre
afb8e2ef4a
Fix cloudcommander startup path
2026-02-04 20:33:06 +01:00
github-actions
3d5a6d6d98
GitHub bot: changelog
2026-02-04 19:27:17 +00:00
Alexandre
9a77f6a7e4
Bump version from 2.57.0-2 to 2.57.0-3
2026-02-04 20:24:12 +01:00
Alexandre
06ec2f7710
Suppress intermediate messages
2026-02-04 20:23:37 +01:00
github-actions
4ffb3bc7d4
GitHub bot: changelog
2026-02-04 19:07:12 +00:00
Alexandre
3b7515b7dc
Update version in config.yaml to 2.4.2-2
2026-02-04 20:04:29 +01:00
litinoveweedle
30123292aa
implement waiting for opevpn interface to come up
2026-02-04 19:33:05 +01:00
litinoveweedle
6759f66a8a
fix openvpn options
2026-02-04 19:14:06 +01:00
GitHub Actions
932e0ad0a5
Revert 'Updater bot : immich_cuda updated to 2.5.3' [nobuild]
2026-02-04 15:47:54 +00:00
github-actions
cd61b6cbb7
GitHub bot: changelog
2026-02-04 15:35:43 +00:00
Alexandre
0437549155
Update config.yaml
2026-02-04 16:32:01 +01:00
Alexandre
fb74640a46
Fix variable names
2026-02-04 16:31:37 +01:00
litinoveweedle
6aa9613a90
Merge branch 'qbittorrent_vpn_overhaul' of https://github.com/litinoveweedle/alexbelgium-hassio-addons into qbittorrent_vpn_overhaul
2026-02-04 16:20:54 +01:00
github-actions
d5f05d6f52
GitHub bot: changelog
2026-02-04 15:20:25 +00:00
GitHub Actions
554882a3c9
Revert 'Updater bot : zoneminder updated to 1.38.0' [nobuild]
2026-02-04 15:18:26 +00:00
litinoveweedle
c6104f5a82
fix vpn check script logic
2026-02-04 16:17:49 +01:00
Alexandre
6f7fcdd1ee
Update updater.json
2026-02-04 16:16:07 +01:00
Alexandre
9496dfb9de
Update version to 26.2.4 in config.yaml
2026-02-04 16:15:52 +01:00
Alexandre
54c97ca5e9
Remove ha_entrypoint_modif.sh
2026-02-04 16:15:11 +01:00
GitHub Actions
bfa8f71ac5
Revert 'Updater bot : netalertx updated to 26.2.4' [nobuild]
2026-02-04 15:12:03 +00:00
alexbelgium
b313bff4b3
Updater bot : zoneminder updated to 1.38.0
2026-02-04 16:06:43 +01:00
alexbelgium
c9adf56e38
Updater bot : prowlarr updated to nightly-2.3.2.5266-ls222
2026-02-04 16:04:51 +01:00
alexbelgium
09a590d0bf
Updater bot : nzbget updated to v26.0-ls229
2026-02-04 16:04:23 +01:00
alexbelgium
ad05d51bbe
Updater bot : netalertx updated to 26.2.4
2026-02-04 16:04:13 +01:00
alexbelgium
877786c66a
Updater bot : navidrome updated to 0.60.0
2026-02-04 16:04:08 +01:00
alexbelgium
06b8bc0850
Updater bot : mealie updated to v3.10.1
2026-02-04 16:03:58 +01:00
alexbelgium
b2d24d9b9a
Updater bot : jackett updated to 0.24.1027
2026-02-04 16:03:30 +01:00
alexbelgium
033c2fa834
Updater bot : immich_openvino updated to 2.5.3
2026-02-04 16:03:23 +01:00
alexbelgium
a642e9ae3c
Updater bot : immich_noml updated to 2.5.3
2026-02-04 16:03:19 +01:00
alexbelgium
015fb5fc5d
Updater bot : immich_cuda updated to 2.5.3
2026-02-04 16:03:13 +01:00
alexbelgium
a034d5db51
Updater bot : immich updated to 2.5.3
2026-02-04 16:03:09 +01:00
alexbelgium
97f14ef491
Updater bot : filebrowser updated to 2.57.0
2026-02-04 16:02:35 +01:00
alexbelgium
d35f66d892
Updater bot : ente updated to 1.7.18
2026-02-04 16:02:29 +01:00
alexbelgium
ed87d08c73
Updater bot : codex updated to 1.9.16
2026-02-04 16:02:10 +01:00
alexbelgium
0f2cfe5364
Updater bot : cloudcommander updated to 19.3.1
2026-02-04 16:02:06 +01:00
alexbelgium
4b651b03dd
Updater bot : browser_chromium updated to version-2b6aa449
2026-02-04 16:01:52 +01:00
alexbelgium
7820b6d225
Updater bot : bazarr updated to 1.5.5
2026-02-04 16:00:45 +01:00
Alexandre
35f05b0e93
Fix script
2026-02-04 15:59:55 +01:00
Alexandre
6c40e39e8f
Add changelog for improved vpn script with proper recognition
...
Enhanced the openvpn and wireguard scripts for improved robustness, security, and compatibility.
2026-02-04 15:57:44 +01:00
litinoveweedle
3e8add95ba
remove unused /etc/openvpn directory
2026-02-04 15:19:28 +01:00
GitHub Actions
b01aff69c7
Revert 'Updater bot : ente updated to 1.7.18' [nobuild]
2026-02-04 13:19:18 +00:00
GitHub Actions
d19f45fdb0
Revert 'Updater bot : mealie updated to v3.10.1' [nobuild]
2026-02-04 13:19:12 +00:00
GitHub Actions
5e39f65a86
Revert 'Updater bot : zoneminder updated to 1.38.0' [nobuild]
2026-02-04 13:19:07 +00:00
GitHub Actions
18dd0a2f89
Revert 'Updater bot : immich_cuda updated to 2.5.3' [nobuild]
2026-02-04 13:18:46 +00:00
GitHub Actions
ae0f81a6d3
Revert 'Updater bot : immich_openvino updated to 2.5.3' [nobuild]
2026-02-04 13:18:33 +00:00
GitHub Actions
c2035ecf77
Revert 'Updater bot : immich updated to 2.5.3' [nobuild]
2026-02-04 13:18:08 +00:00
GitHub Actions
70b0a7e333
Revert 'Updater bot : immich_noml updated to 2.5.3' [nobuild]
2026-02-04 13:18:06 +00:00
GitHub Actions
c1c8f5b530
Revert 'Updater bot : prowlarr updated to nightly-2.3.2.5266-ls222' [nobuild]
2026-02-04 13:17:40 +00:00
GitHub Actions
546134e76a
Revert 'Updater bot : nzbget updated to v26.0-ls229' [nobuild]
2026-02-04 13:17:06 +00:00
GitHub Actions
4c2ee5450b
Revert 'Updater bot : netalertx updated to 26.2.4' [nobuild]
2026-02-04 13:17:00 +00:00
GitHub Actions
f8d736f14e
Revert 'Updater bot : navidrome updated to 0.60.0' [nobuild]
2026-02-04 13:16:55 +00:00
GitHub Actions
a26e6dc7d1
Revert 'Updater bot : jackett updated to 0.24.1027' [nobuild]
2026-02-04 13:16:49 +00:00
GitHub Actions
9705d7f901
Revert 'Updater bot : cloudcommander updated to 19.3.1' [nobuild]
2026-02-04 13:14:31 +00:00
GitHub Actions
fda764dfef
Revert 'Updater bot : browser_chromium updated to version-2b6aa449' [nobuild]
2026-02-04 13:14:28 +00:00
alexbelgium
53c631d75f
Updater bot : zoneminder updated to 1.38.0
2026-02-04 14:14:21 +01:00
alexbelgium
fcb3c67dea
Updater bot : webtop_kde updated to 4.16-r0-ls95
2026-02-04 14:14:14 +01:00
alexbelgium
d871857de0
Updater bot : tandoor_recipes updated to 2.4.2
2026-02-04 14:14:14 +01:00
GitHub Actions
7e8f0723c9
Revert 'Updater bot : filebrowser updated to 2.57.0' [nobuild]
2026-02-04 13:14:13 +00:00
GitHub Actions
2de878e5b1
Revert 'Updater bot : codex updated to 1.9.16' [nobuild]
2026-02-04 13:13:52 +00:00
GitHub Actions
4fd516ebe0
Revert 'Updater bot : bazarr updated to 1.5.5' [nobuild]
2026-02-04 13:13:10 +00:00
alexbelgium
6755eb2557
Updater bot : prowlarr updated to nightly-2.3.2.5266-ls222
2026-02-04 14:12:26 +01:00
alexbelgium
395d160196
Updater bot : nzbget updated to v26.0-ls229
2026-02-04 14:11:58 +01:00
alexbelgium
a7b583fd83
Updater bot : netalertx_fa updated to 26.2.4
2026-02-04 14:11:51 +01:00
alexbelgium
14e44e8992
Updater bot : netalertx updated to 26.2.4
2026-02-04 14:11:47 +01:00
alexbelgium
0c2add1f22
Updater bot : navidrome updated to 0.60.0
2026-02-04 14:11:43 +01:00
alexbelgium
36ca9833f2
Updater bot : mealie updated to v3.10.1
2026-02-04 14:11:32 +01:00
alexbelgium
ff1b72ceff
Updater bot : jackett updated to 0.24.1027
2026-02-04 14:11:04 +01:00
alexbelgium
f57ba8e97e
Updater bot : immich_openvino updated to 2.5.3
2026-02-04 14:10:57 +01:00
alexbelgium
80aa19cb3b
Updater bot : immich_noml updated to 2.5.3
2026-02-04 14:10:53 +01:00
alexbelgium
01087afe1a
Updater bot : immich_cuda updated to 2.5.3
2026-02-04 14:10:46 +01:00
alexbelgium
2545a40a9e
Updater bot : immich updated to 2.5.3
2026-02-04 14:10:43 +01:00
alexbelgium
e1e370d142
Updater bot : filebrowser updated to 2.57.0
2026-02-04 14:10:10 +01:00
alexbelgium
4cb4ddee82
Updater bot : ente updated to 1.7.18
2026-02-04 14:10:04 +01:00
alexbelgium
89ce73d344
Updater bot : codex updated to 1.9.16
2026-02-04 14:09:44 +01:00
alexbelgium
d21959baf6
Updater bot : cloudcommander updated to 19.3.1
2026-02-04 14:09:40 +01:00
alexbelgium
9227acaded
Updater bot : browserless_chrome updated to 2.39.0
2026-02-04 14:09:29 +01:00
alexbelgium
bf4a668788
Updater bot : browser_chromium updated to version-2b6aa449
2026-02-04 14:09:25 +01:00
alexbelgium
d3acb8c1c0
Updater bot : bazarr updated to 1.5.5
2026-02-04 14:08:23 +01:00
litinoveweedle
0fca3e1b5f
Merge branch 'qbittorrent_vpn_overhaul' of https://github.com/litinoveweedle/alexbelgium-hassio-addons into qbittorrent_vpn_overhaul
2026-02-04 09:26:52 +01:00
litinoveweedle
76a6a64965
Check for wireguard_config option to avoid assigning string "null" to variable
2026-02-04 09:26:48 +01:00
Alexandre
b04ac63ce7
Check for openvpn_config option to avoid assigning string "null" to variable
2026-02-04 09:19:26 +01:00
Alexandre
9cb4883240
Add execute permission to vpn script
2026-02-04 08:56:17 +01:00
litinoveweedle
5daf3c240f
config selection logic fix
2026-02-03 23:16:56 +01:00
litinoveweedle
81287577a2
remove hopefully unnecessary image packages
2026-02-03 23:05:57 +01:00
litinoveweedle
ec4b5417ea
fix DNS_server parsing
2026-02-03 22:58:12 +01:00
litinoveweedle
5ac54f5d1c
Merge branch 'qbittorrent_vpn_overhaul' of https://github.com/litinoveweedle/alexbelgium-hassio-addons into qbittorrent_vpn_overhaul
2026-02-03 22:38:08 +01:00
litinoveweedle
5647aac528
multiple bug fixes
...
fix script premature termination as bashio set -e?
fix parsing of the DNS servers
improve ip/host checks
2026-02-03 22:36:46 +01:00
Alexandre
60cb4c9c26
Update vpn
2026-02-03 21:59:11 +01:00
Alexandre
6aec6385ab
Merge branch 'master' into qbittorrent_vpn_overhaul
2026-02-03 21:46:09 +01:00
Alexandre
c69440da1a
Fix sed command for OpenVPN runtime config
2026-02-03 21:31:19 +01:00
github-actions
a2956a28a8
GitHub bot: changelog
2026-02-03 20:23:19 +00:00
Alexandre
71d0bc565b
readd
...
Added cleanup function to remove temporary files on exit.
2026-02-03 21:19:37 +01:00
Alexandre
2f8b352ea7
readd
2026-02-03 21:19:29 +01:00
Alexandre
596f595df5
Update config.yaml
2026-02-03 21:17:28 +01:00
Alexandre
199f9509ea
Change script permission setting in Dockerfile
...
Updated file permissions for scripts in /etc instead of current directory.
2026-02-03 21:17:17 +01:00
litinoveweedle
8c5171b027
removed host dependency
2026-02-03 21:09:17 +01:00
GitHub Actions
f41c7a9c1e
Revert 'Update config.yaml' [nobuild]
2026-02-03 20:01:27 +00:00
Alexandre
2004e2603f
Update config.yaml
2026-02-03 20:57:46 +01:00
Alexandre
4967f67315
Update Dockerfile
2026-02-03 20:57:35 +01:00
GitHub Actions
0562435481
Revert 'Update qbittorrent version to 5.1.4-6' [nobuild]
2026-02-03 19:43:54 +00:00
Alexandre
da8a8cf628
Update qbittorrent version to 5.1.4-6
2026-02-03 20:40:12 +01:00
Alexandre
a57589f428
Refactor cleanup function to remove exit_codeRêver
...
Remove unused local variable exit_code from cleanup function.
2026-02-03 20:39:48 +01:00
Alexandre
c038183295
Revert awaiting new code
2026-02-03 20:39:21 +01:00
Alexandre
97bc68f228
Chmod +x
2026-02-03 19:58:19 +01:00
github-actions
6424573d07
GitHub bot : README updated
2026-02-03 17:19:06 +00:00
litinoveweedle
9789b9dab6
added comments
2026-02-03 17:42:40 +01:00
litinoveweedle
333116c8fc
improve endpoint hostname validation
2026-02-03 17:34:48 +01:00
github-actions
3c6c14e76c
GitHub bot: changelog
2026-02-03 15:39:30 +00:00
Alexandre
d155c4613d
Fix capitalization in config.yaml description
2026-02-03 16:12:12 +01:00
litinoveweedle
2e0327fe87
fixes
...
replaced IFS by mapfile where relevant
2026-02-03 13:00:32 +01:00
Alexandre
4ea5f2fa6e
Merge pull request #2438 from baldarn/master
...
[WHATSAPPER] Update to 1.2.0
2026-02-03 11:16:32 +01:00
lorenzo farnararo
6bba43bfb7
[WHATSAPPER] Update to 1.2.0
2026-02-03 10:08:59 +01:00
Alexandre
092f151f32
Merge pull request #2436 from alexbelgium/dependabot/github_actions/docker/login-action-3.7.0
...
Bump docker/login-action from 3.6.0 to 3.7.0
2026-02-03 08:57:36 +01:00
Corbin Black
11026d710c
add common issues for unifi cameras
2026-02-02 23:42:50 -06:00
dependabot[bot]
f45a4ad49f
Bump docker/login-action from 3.6.0 to 3.7.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v3.6.0...v3.7.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 3.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-03 00:18:57 +00:00
Alexandre
5ab76f575c
Update Jellyfin version to 10.11.6-5
2026-02-02 22:05:27 +01:00
Alexandre
3f10b4323b
Refactor SMB mount script for improved robustness
2026-02-02 22:04:45 +01:00
Alexandre
59bcf140bc
Refactor CIFS mounting logic and improve disk parsing
...
Removed redundant retry function for CIFS mounting and improved error handling by simplifying options. Enhanced disk list parsing to handle commas and trailing characters more robustly.
2026-02-02 21:58:52 +01:00
Alexandre
92842a0830
Merge pull request #2434 from yannpub/master
...
Remove TRANSMISSION_V3_UPDATE from config
2026-02-02 21:48:03 +01:00
github-actions
17da10b78b
GitHub bot : README updated
2026-02-02 17:14:56 +00:00
Yann
b6886c268a
Remove TRANSMISSION_V3_UPDATE from config
...
Option creates the following error in Supervisor:
2026-02-02 18:05:24 +01:00
github-actions
b986f9ddbe
GitHub bot: changelog
2026-02-02 16:36:47 +00:00
Alexandre
7c07ad6bac
Update Jellyfin version to 10.11.6-4
2026-02-02 17:19:06 +01:00
Alexandre
4d907d27ce
Improve MOREDISKS data cleaning logic
...
Refactor MOREDISKS cleaning process using sed for better handling of spaces and commas.
2026-02-02 17:18:10 +01:00
Alexandre
c4d0d38806
Add aarch64 architecture support to config.yaml
2026-02-02 16:42:41 +01:00
Alexandre
64b7775bac
Comment out rootfs COPY command in Dockerfile
...
Comment out the COPY command for rootfs and clean up spacing.
2026-02-02 16:42:03 +01:00
GitHub Actions
984e2aad0a
Revert 'Add aarch64 architecture support in config.yaml' [nobuild]
2026-02-02 13:25:49 +00:00
Alexandre
73f28a59b6
Add aarch64 architecture support in config.yaml
2026-02-02 14:22:48 +01:00
Alexandre
b58e3e2d2f
Add aarch64 build configuration to build.json
2026-02-02 14:22:31 +01:00
github-actions
6e632dd904
GitHub bot: changelog
2026-02-02 13:01:38 +00:00
Alexandre
8937b514c5
Update Jellyfin version to 10.11.6-3 to enable ro
...
https://github.com/alexbelgium/hassio-addons/issues/2413
2026-02-02 13:43:39 +01:00
Alexandre
bc578080df
Update 00-smb_mounts.sh
2026-02-02 13:41:21 +01:00
GitHub Actions
d3548501e5
Revert 'Add aarch64 architecture support in config.yaml' [nobuild]
2026-02-02 11:00:51 +00:00
Alexandre
3fd716bce3
Refactor mount testing logic for improved clarity
2026-02-02 11:58:08 +01:00
Alexandre
3ff6ac3ae3
Add aarch64 architecture support in config.yaml
2026-02-02 11:57:39 +01:00
Alexandre
1276565aa3
Merge pull request #2432 from baldarn/master
...
[WHATSAPPER] fix 1.1.2
2026-02-02 10:23:01 +01:00
lorenzo farnararo
4bf2ad8111
whatsapper 1.1.2
2026-02-02 08:59:58 +01:00
github-actions
0f1e69b63a
Github bot : image compressed
2026-02-01 23:09:26 +00:00
github-actions
126fb756d2
GitHub bot: changelog
2026-02-01 17:44:57 +00:00
Alexandre
f9707e54ed
Update Jellyfin version to 10.11.6-2
2026-02-01 18:27:33 +01:00
Alexandre
ecab5c2525
Update 00-smb_mounts.sh
2026-02-01 18:26:01 +01:00
github-actions
26dd8bbc29
GitHub bot : README updated
2026-02-01 17:06:58 +00:00
GitHub Actions
a47f24fc89
Revert 'Updater bot : browserless_chrome updated to 2.38.4' [nobuild]
2026-02-01 12:22:29 +00:00
alexbelgium
deb6209598
Updater bot : browserless_chrome updated to 2.38.4
2026-02-01 13:16:52 +01:00
github-actions
5c04bf3bed
GitHub bot: changelog
2026-02-01 11:09:05 +00:00
Alexandre
f2c3034d2a
Update version to 2026.02.01 in config.yaml
2026-02-01 11:40:38 +01:00
Alexandre
65ae6be5f0
Refactor ownership check for BIRDSONGS_FOLDER
2026-02-01 11:40:19 +01:00
github-actions
dfea80ef4b
GitHub bot: changelog
2026-02-01 10:28:20 +00:00
Alexandre
2e2cb732e2
Merge pull request #2398 from swiergot/master
...
Fix Ingress for changedetection.io
2026-02-01 11:25:18 +01:00
Alexandre
463f0bceb4
Update config.yaml
2026-02-01 11:25:07 +01:00
github-actions
380df34d9a
GitHub bot: changelog
2026-02-01 09:34:16 +00:00
github-actions
7a022c63ba
GitHub bot: changelog
2026-02-01 09:31:58 +00:00
Alexandre
db4809d802
Update config.yaml
2026-02-01 10:29:04 +01:00
GitHub Actions
fb5051ec78
Revert 'Updater bot : browserless_chrome updated to 2.38.4' [nobuild]
2026-02-01 09:20:57 +00:00
Alexandre
a093fc9da8
remove ingress
2026-02-01 10:18:33 +01:00
alexbelgium
ac6f0d5e18
Updater bot : signalk updated to 2.20.3
2026-02-01 10:18:01 +01:00
alexbelgium
f3c18bd4c4
Updater bot : prowlarr updated to nightly-2.3.2.5264-ls221
2026-02-01 10:17:34 +01:00
alexbelgium
5e37431a71
Updater bot : codex updated to 1.9.15
2026-02-01 10:15:06 +01:00
alexbelgium
7331d6ea19
Updater bot : cloudcommander updated to 19.1.20
2026-02-01 10:15:02 +01:00
alexbelgium
aa3bbd32ad
Updater bot : calibre updated to 9.1.0
2026-02-01 10:14:53 +01:00
alexbelgium
bda46dbd71
Updater bot : browserless_chrome updated to 2.38.4
2026-02-01 10:14:50 +01:00
Alexandre
b8f77e8725
Bump version to 0.3.2-6 in config.yaml
2026-02-01 08:31:38 +01:00
Alexandre
37fb62c8aa
Merge pull request #2431 from alexbelgium/codex/fix-s6-envdir-container-environment-error
...
Use s6 `/init` as entrypoint for birdnet-pipy
2026-02-01 08:31:05 +01:00
Alexandre
cac35ed46c
Remove ENTRYPOINT from Dockerfile
...
Removed ENTRYPOINT directive from Dockerfile.
2026-02-01 08:29:40 +01:00
Alexandre
a60030a3bf
Fix birdnet-pipy entrypoint
2026-02-01 08:28:51 +01:00
github-actions
ce47371ecd
GitHub bot: changelog
2026-02-01 07:01:38 +00:00
Alexandre
c4908ec95d
Update version to 0.3.2-5 in config.yaml
2026-02-01 07:45:55 +01:00
Alexandre
63e3473f59
Update ha_entrypoint.sh
2026-02-01 07:45:24 +01:00
github-actions[bot]
c16e84676d
Update stargazer map & cache
2026-02-01 03:08:34 +00:00
github-actions[bot]
4de370fff2
Update stargazer map & cache
2026-02-01 01:20:17 +00:00
github-actions
0bad65adb6
GitHub bot: changelog
2026-01-31 20:18:39 +00:00
Alexandre
325da5a50c
Bump version to 0.3.2-4 in config.yaml
2026-01-31 21:02:17 +01:00
Alexandre
dd82ce154b
Update Dockerfile
2026-01-31 20:59:30 +01:00
Alexandre
fe8da75816
update
2026-01-31 20:57:59 +01:00
Alexandre
1fd9439fc7
Update npm build command in Dockerfile
...
Remove base path from npm build command in Dockerfile.
2026-01-31 20:43:27 +01:00
Alexandre
59e2cccd72
Merge pull request #2430 from alexbelgium/codex/increment-all-immich-addons
...
Bump Immich add-on versions (standard, CUDA, NoML, OpenVINO)
2026-01-31 16:11:18 +01:00
Alexandre
7496db4613
Bump Immich add-on versions
2026-01-31 16:11:03 +01:00
Alexandre
eecc29c877
Merge pull request #2429 from alexbelgium/codex/remove-env-lsio-non-root-from-dockerfiles
...
Remove LSIO non-root env from addon Dockerfiles
2026-01-31 15:55:03 +01:00
Alexandre
303278982d
Remove LSIO non-root env from addon Dockerfiles
2026-01-31 15:54:28 +01:00
Alexandre
ee34304fa3
Update Dockerfile
2026-01-31 14:51:09 +01:00
Alexandre
412fbbd2d7
Update Dockerfile to remove root user settings
...
Removed root user and LSIO non-root user environment variable.
2026-01-31 14:47:35 +01:00
github-actions
6eb8a8b149
GitHub bot: changelog
2026-01-31 12:30:08 +00:00
Alexandre
f7f42836c3
Update version to 2.5.2-3 in config.yaml
2026-01-31 13:24:20 +01:00
Alexandre
4574b39652
Update ha_entrypoint.sh
2026-01-31 13:22:44 +01:00
Alexandre
e6f81ddb9c
Merge pull request #2428 from alexbelgium/codex/fix-missing-docker-mods-in-repo
...
Run docker mods during PID1 startup
2026-01-31 13:20:36 +01:00
Alexandre
47fc48a3a6
Run docker mods before starting services
2026-01-31 13:20:15 +01:00
Alexandre
a715d31cce
Merge pull request #2426 from alexbelgium/codex/build-front-end-with-/birdnet/-base-path
...
Adjust BirdNET PiPy frontend base path for /birdnet/
2026-01-31 12:49:08 +01:00
Alexandre
ca9240cf01
Merge branch 'master' into codex/build-front-end-with-/birdnet/-base-path
2026-01-31 12:49:00 +01:00
Alexandre
0e7aae05b9
Bump birdnet-pipy version suffix
2026-01-31 12:48:10 +01:00
Alexandre
541954aafa
Merge pull request #2427 from alexbelgium/codex/fix-hassio-addons-issue-2424
...
immich: enable LSIO docker-mods (Redis) by keeping container as root, bump to 2.5.3
2026-01-31 12:42:21 +01:00
Alexandre
29b05078db
Set LSIO non-root user flag to 0
2026-01-31 12:42:07 +01:00
Alexandre
385d941770
Set Immich addon version to 2.5.2-2
2026-01-31 12:24:45 +01:00
github-actions
356861acb0
GitHub bot: changelog
2026-01-31 11:23:32 +00:00
Alexandre
e188f57af7
Fix Immich Redis mod startup
2026-01-31 12:21:56 +01:00
Alexandre
21153bc6f4
Update version to 0.3.2-2 in config.yaml
2026-01-31 12:06:52 +01:00
Alexandre
0db919e772
Change sub_filter_types to allow all types
2026-01-31 12:06:33 +01:00
Alexandre
f2d1fc777d
Adjust BirdNET PiPy frontend base path
2026-01-31 12:04:53 +01:00
Alexandre
edaf0f9061
Merge pull request #2425 from baldarn/master
...
[WHATSAPPER] Add arm64 arch
2026-01-31 11:41:09 +01:00
baldarn
3ad44801b8
[WHATSAPPER] Add arm64 arch
2026-01-31 11:38:56 +01:00
Alexandre
6e4898e597
Change execution user for icecast startup script
2026-01-31 11:26:18 +01:00
Alexandre
1e79394155
Update Dockerfile
2026-01-31 11:26:03 +01:00
Alexandre
1af591c2ec
Update Dockerfile
2026-01-31 11:25:51 +01:00
github-actions
7fd8460084
GitHub bot: changelog
2026-01-31 10:01:54 +00:00
Alexandre
7cef795d6c
Update config.yaml
2026-01-31 10:58:48 +01:00
Alexandre
e31da75083
Fix URL for flood-for-transmission download
...
https://github.com/alexbelgium/hassio-addons/issues/2422
2026-01-31 10:58:39 +01:00
GitHub Actions
2c2c7a9282
Revert 'Updater bot : browserless_chrome updated to 2.38.4' [nobuild]
2026-01-31 08:23:37 +00:00
alexbelgium
6ddaee264a
Updater bot : immich_noml updated to 2.5.2
2026-01-31 09:19:02 +01:00
alexbelgium
4dc6dd6e73
Updater bot : immich_cuda updated to 2.5.2
2026-01-31 09:18:55 +01:00
alexbelgium
09d27033e9
Updater bot : immich updated to 2.5.2
2026-01-31 09:18:51 +01:00
alexbelgium
c3f5093e6c
Updater bot : browserless_chrome updated to 2.38.4
2026-01-31 09:17:43 +01:00
Alexandre
8b6e29c90c
Merge pull request #2420 from alexbelgium/codex/fix-sed-command-failure-in-addons
...
Install `sed` before s6 patch in Immich Dockerfiles
2026-01-31 09:15:57 +01:00
Alexandre
c4737ba655
Install sed before immich patch
2026-01-31 09:15:40 +01:00
Alexandre
99e0b6e9bc
Update Dockerfile to install sed before usage
...
Install sed before using it to modify the init-test-run script.
2026-01-31 08:19:42 +01:00
GitHub Actions
ec993cc215
Revert 'Updater bot : immich updated to 2.5.2' [nobuild]
2026-01-31 06:53:41 +00:00
GitHub Actions
9062d377b0
Revert 'Updater bot : immich_cuda updated to 2.5.2' [nobuild]
2026-01-31 06:52:56 +00:00
GitHub Actions
dada3920cb
Revert 'Updater bot : immich_noml updated to 2.5.2' [nobuild]
2026-01-31 06:52:31 +00:00
GitHub Actions
3b9f810d74
Revert 'Updater bot : browserless_chrome updated to 2.38.4' [nobuild]
2026-01-31 06:50:54 +00:00
alexbelgium
ef850c0fc6
Updater bot : immich_openvino updated to 2.5.2
2026-01-31 07:46:04 +01:00
alexbelgium
3d2ef96210
Updater bot : immich_noml updated to 2.5.2
2026-01-31 07:46:00 +01:00
alexbelgium
733903a106
Updater bot : immich_cuda updated to 2.5.2
2026-01-31 07:45:54 +01:00
alexbelgium
35ca996dbb
Updater bot : immich updated to 2.5.2
2026-01-31 07:45:50 +01:00
alexbelgium
d863c9e019
Updater bot : browserless_chrome updated to 2.38.4
2026-01-31 07:44:42 +01:00
Alexandre
43102fc50a
Change PACKAGES environment variable and fix sed command
2026-01-31 07:43:05 +01:00
Alexandre
8398fb2250
Change PACKAGES environment variable to use 'sed'
2026-01-31 07:42:17 +01:00
Alexandre
6b56753942
Change PACKAGES environment variable in Dockerfile
2026-01-31 07:41:46 +01:00
Alexandre
cf2371a20f
Update PACKAGES environment variable in Dockerfile
2026-01-31 07:41:09 +01:00
GitHub Actions
1f9462baab
Revert 'Updater bot : immich_cuda updated to 2.5.2' [nobuild]
2026-01-31 06:39:00 +00:00
GitHub Actions
3e09922a16
Revert 'Updater bot : immich updated to 2.5.2' [nobuild]
2026-01-31 06:38:46 +00:00
GitHub Actions
1f774a697e
Revert 'Updater bot : immich_openvino updated to 2.5.2' [nobuild]
2026-01-31 06:38:19 +00:00
GitHub Actions
be0ce2b703
Revert 'Updater bot : immich_noml updated to 2.5.2' [nobuild]
2026-01-31 06:38:13 +00:00
GitHub Actions
e19a8d5ac4
Revert 'Updater bot : browserless_chrome updated to 2.38.4' [nobuild]
2026-01-31 06:36:42 +00:00
alexbelgium
9dfc9502a8
Updater bot : jackett updated to 0.24.993
2026-01-31 07:32:31 +01:00
alexbelgium
e7ac299135
Updater bot : immich_openvino updated to 2.5.2
2026-01-31 07:32:24 +01:00
alexbelgium
afb777be12
Updater bot : immich_noml updated to 2.5.2
2026-01-31 07:32:21 +01:00
alexbelgium
120a6141fb
Updater bot : immich_cuda updated to 2.5.2
2026-01-31 07:32:14 +01:00
alexbelgium
811ea5fc7f
Updater bot : immich updated to 2.5.2
2026-01-31 07:32:10 +01:00
alexbelgium
305f840818
Updater bot : browserless_chrome updated to 2.38.4
2026-01-31 07:30:56 +01:00
Alexandre
a0c2feea8f
Update ha_automatic_packages.sh
2026-01-31 07:29:07 +01:00
GitHub Actions
d95c20ef2b
Revert 'Updater bot : immich_cuda updated to 2.5.2' [nobuild]
2026-01-31 01:06:59 +00:00
GitHub Actions
1dd123231e
Revert 'Updater bot : immich_openvino updated to 2.5.2' [nobuild]
2026-01-31 01:05:12 +00:00
GitHub Actions
b80c8df25c
Revert 'Updater bot : immich updated to 2.5.2' [nobuild]
2026-01-31 01:04:52 +00:00
GitHub Actions
a2335b2d51
Revert 'Updater bot : immich_noml updated to 2.5.2' [nobuild]
2026-01-31 01:04:47 +00:00
GitHub Actions
7f78b7c52b
Revert 'Updater bot : browserless_chrome updated to 2.38.4' [nobuild]
2026-01-31 01:02:39 +00:00
alexbelgium
fc2bad3a5b
Updater bot : nzbget updated to v25.4-ls228
2026-01-31 01:58:43 +01:00
alexbelgium
d4bca146c1
Updater bot : immich_openvino updated to 2.5.2
2026-01-31 01:57:50 +01:00
alexbelgium
931ac4029d
Updater bot : immich_noml updated to 2.5.2
2026-01-31 01:57:46 +01:00
alexbelgium
69da2a65a2
Updater bot : immich_cuda updated to 2.5.2
2026-01-31 01:57:39 +01:00
alexbelgium
261898c657
Updater bot : immich updated to 2.5.2
2026-01-31 01:57:36 +01:00
alexbelgium
3154d168c4
Updater bot : flexget updated to 3.18.42
2026-01-31 01:57:17 +01:00
alexbelgium
4419a4d2b8
Updater bot : codex updated to 1.9.14
2026-01-31 01:56:38 +01:00
alexbelgium
57b05793fa
Updater bot : cloudcommander updated to 19.1.19
2026-01-31 01:56:34 +01:00
alexbelgium
e5f5027401
Updater bot : browserless_chrome updated to 2.38.4
2026-01-31 01:56:22 +01:00
alexbelgium
e7984019cd
Updater bot : browser_brave updated to 1.86.146-ls73
2026-01-31 01:56:08 +01:00
github-actions
b97d9c16da
GitHub bot : README updated
2026-01-30 17:12:29 +00:00
Alexandre
f7d877b84e
Merge pull request #2418 from alexbelgium/codex/fix-issue-#2416-in-hassio-addons
...
Fix Seafile env_vars export handling https://github.com/alexbelgium/hassio-addons/issues/2416
2026-01-30 16:58:13 +01:00
Alexandre
4624ab8aa2
Fix seafile env_vars export
2026-01-30 16:57:44 +01:00
Alexandre
a5eb85a8fd
Fix seafile env_vars export
2026-01-30 16:55:56 +01:00
github-actions
5876343a32
GitHub bot: changelog
2026-01-30 13:35:55 +00:00
GitHub Actions
4b369ee360
Revert 'Updater bot : immich_cuda updated to 2.5.2' [nobuild]
2026-01-30 13:29:48 +00:00
GitHub Actions
a0e5c36039
Revert 'Updater bot : immich_openvino updated to 2.5.2' [nobuild]
2026-01-30 13:26:50 +00:00
GitHub Actions
610bf9f3e5
Revert 'Updater bot : immich_noml updated to 2.5.2' [nobuild]
2026-01-30 13:26:42 +00:00
GitHub Actions
ff01f637d9
Revert 'Updater bot : immich updated to 2.5.2' [nobuild]
2026-01-30 13:26:31 +00:00
GitHub Actions
64f1321a03
Revert 'Updater bot : browserless_chrome updated to 2.38.4' [nobuild]
2026-01-30 13:19:58 +00:00
alexbelgium
cea404cc9f
Updater bot : zzz_archived_code-server updated to 4.108.2
2026-01-30 14:17:13 +01:00
alexbelgium
eed325ff87
Updater bot : transmission updated to 4.1.0
2026-01-30 14:16:02 +01:00
alexbelgium
72a844932a
Updater bot : tandoor_recipes updated to 2.4.1
2026-01-30 14:15:58 +01:00
alexbelgium
efbda7a07f
Updater bot : social_to_mealie updated to 1.3.1
2026-01-30 14:15:45 +01:00
alexbelgium
b27b65f181
Updater bot : signalk updated to 2.20.2
2026-01-30 14:15:41 +01:00
alexbelgium
f2bbcec6f2
Updater bot : portainer updated to 2.38.0
2026-01-30 14:15:08 +01:00
alexbelgium
b26008aae6
Updater bot : plex updated to 1.43.0.10467-2b1ba6e69-ls290
2026-01-30 14:15:04 +01:00
alexbelgium
ca59321bd9
Updater bot : openproject updated to 17.0.2
2026-01-30 14:14:52 +01:00
alexbelgium
28ddc4cdfc
Updater bot : jackett updated to 0.24.988
2026-01-30 14:13:55 +01:00
alexbelgium
be12ec9f37
Updater bot : immich_openvino updated to 2.5.2
2026-01-30 14:13:48 +01:00
alexbelgium
5cd59e6006
Updater bot : immich_noml updated to 2.5.2
2026-01-30 14:13:44 +01:00
alexbelgium
4e6989db38
Updater bot : immich_cuda updated to 2.5.2
2026-01-30 14:13:38 +01:00
alexbelgium
f433ec0bbb
Updater bot : immich updated to 2.5.2
2026-01-30 14:13:34 +01:00
alexbelgium
e3f321d69f
Updater bot : grampsweb updated to 26.1.1
2026-01-30 14:13:26 +01:00
alexbelgium
2838ee6e12
Updater bot : filebrowser updated to 2.56.0
2026-01-30 14:13:00 +01:00
alexbelgium
179a1588ce
Updater bot : ente updated to 1.7.17
2026-01-30 14:12:54 +01:00
alexbelgium
ee24fafa9a
Updater bot : emby_beta updated to 4.10.0.1
2026-01-30 14:12:44 +01:00
alexbelgium
7eb421faa1
Updater bot : collabora updated to 25.4.8.1
2026-01-30 14:12:36 +01:00
alexbelgium
f16716a4dd
Updater bot : codex updated to 1.9.13
2026-01-30 14:12:32 +01:00
alexbelgium
ca31c17831
Updater bot : cloudcommander updated to 19.1.18
2026-01-30 14:12:28 +01:00
alexbelgium
71849a8e78
Updater bot : calibre updated to 9.0.0
2026-01-30 14:12:19 +01:00
alexbelgium
e893478fde
Updater bot : browserless_chrome updated to 2.38.4
2026-01-30 14:12:15 +01:00
alexbelgium
7226427f9a
Updater bot : browser_chromium updated to version-4896c9c3
2026-01-30 14:12:12 +01:00
alexbelgium
5e1b5ed571
Updater bot : browser_brave updated to 1.86.146-ls72
2026-01-30 14:12:02 +01:00
alexbelgium
6e578fc0f0
Updater bot : birdnet-pipy updated to 0.3.2
2026-01-30 14:10:00 +01:00
alexbelgium
5fcf020c22
Updater bot : autobrr updated to 1.72.1
2026-01-30 14:09:43 +01:00
github-actions
972f1bdc4d
GitHub bot: changelog
2026-01-30 12:35:08 +00:00
Alexandre
ce170ff096
Bump version from 0.6.5 to 0.6.6
2026-01-30 13:19:39 +01:00
Alexandre
bda09111d5
Integrate bashio-standalone.sh into startup script
...
Add sourcing of bashio-standalone.sh and update scripts.
2026-01-30 13:17:16 +01:00
github-actions
98e4abb26c
GitHub bot : graphs updated
2026-01-30 12:16:31 +00:00
github-actions
e312d57be3
Github bot : stats updated
2026-01-30 12:15:36 +00:00
Alexandre
a0c574524c
Remove standalone mode handling in ha_entrypoint.sh
...
Removed standalone mode check for bashio commands.
2026-01-30 13:06:49 +01:00
Alexandre
2088b3c40c
Bump version from 0.6.4 to 0.6.5
2026-01-30 12:43:17 +01:00
Alexandre
d88283dc83
Update bashio-standalone.sh
2026-01-30 10:25:01 +01:00
GitHub Actions
0e9b492ea0
Revert 'update' [nobuild]
2026-01-30 08:35:55 +00:00
github-actions
3a38361d3d
GitHub bot: changelog
2026-01-30 08:21:41 +00:00
Alexandre
596d83e12f
update
2026-01-30 09:11:44 +01:00
Alexandre
c8e8d3c16e
Clean
2026-01-30 09:11:12 +01:00
Alexandre
3a9bfb4884
Update ha_entrypoint.sh
2026-01-30 09:09:05 +01:00
Alexandre
00e41e2529
Update config.yaml
2026-01-30 09:06:05 +01:00
Alexandre
6374cb6f54
Update 32-nginx_ingress.sh
2026-01-30 09:05:46 +01:00
Alexandre
760ea3cf26
Update ingress_params.conf
2026-01-30 09:05:11 +01:00
Alexandre
53aeada3fd
Update ingress_params.conf
2026-01-30 09:05:04 +01:00
Alexandre
6238f314f4
Update ingress_params.conf
2026-01-30 09:04:57 +01:00
Alexandre
9b9502552e
Add absolute_redirect off to nginx config
2026-01-30 09:04:51 +01:00
Alexandre
ed6e54a66a
Add rewrite rule for ingress entry in NGINX config
2026-01-30 09:04:26 +01:00
Alexandre
87a163998b
Update nginx ingress configuration script
2026-01-30 09:03:34 +01:00
Alexandre
14070f6243
Update config.yaml
2026-01-29 20:27:02 +01:00
github-actions
c427e3beea
GitHub bot: changelog
2026-01-29 17:16:13 +00:00
Alexandre
96d49344b6
Update config.yaml
2026-01-29 17:59:48 +01:00
Alexandre
5bdcab6ccd
Merge pull request #2415 from alexbelgium/codex/update-nginx.conf-installation-and-configurations
...
Use upstream frontend nginx.conf and generate ingress config at startup
2026-01-29 17:43:19 +01:00
Alexandre
e75cf4beea
update
2026-01-29 17:40:59 +01:00
Alexandre
936d44c21c
clean
2026-01-29 17:39:15 +01:00
Alexandre
8e86e0b8e7
Update BirdNET-PiPy nginx configs
2026-01-29 17:38:17 +01:00
Alexandre
80b0e840bb
Update ingress_params.conf
2026-01-29 17:26:47 +01:00
Alexandre
29d5d796a2
Create ingress_params.conf
2026-01-29 17:25:45 +01:00
Alexandre
5e1622584e
Update server_params.conf
2026-01-29 17:25:15 +01:00
Alexandre
18766146a0
Update nginx.conf
2026-01-29 17:22:02 +01:00
litinoveweedle
699400ad40
the real fix to fix vpn script permissions ;-)
2026-01-29 17:21:34 +01:00
litinoveweedle
bfdbd1e289
fixed vpn script execute permissions
2026-01-29 17:18:20 +01:00
Alexandre
8372be9c20
Update run
2026-01-29 17:14:07 +01:00
litinoveweedle
38302a8428
fix opevpn config path in log message
2026-01-29 17:08:40 +01:00
litinoveweedle
092bf0ab46
fixed find of openvpn configs
2026-01-29 17:04:31 +01:00
litinoveweedle
ffaec60c47
correct check for bashio fs.directory_exists
2026-01-29 16:51:57 +01:00
github-actions
ae64850d97
GitHub bot: changelog
2026-01-29 15:27:26 +00:00
Alexandre
c3a5a67518
Merge pull request #2414 from alexbelgium/codex/check-connection-logic-for-birdnet-pipy
...
Fix BirdNET-PiPy nginx routing and docs for direct access
2026-01-29 16:13:13 +01:00
Alexandre
0fb143972d
Bump BirdNET-PiPy version
2026-01-29 16:12:53 +01:00
Alexandre
5c10f19d18
Fix BirdNET-PiPy nginx routing
2026-01-29 16:07:08 +01:00
Alexandre
7905b2df7b
Update config.yaml
2026-01-29 15:45:25 +01:00
Alexandre
a6b2b96689
Update Dockerfile
2026-01-29 15:45:11 +01:00
Alexandre
1645e1b78f
Update Dockerfile
2026-01-29 15:44:59 +01:00
Alexandre
e7e64c84d7
update
2026-01-29 15:34:09 +01:00
Alexandre
a40605e3a8
Update config.yaml
2026-01-29 15:31:08 +01:00
Alexandre
8a4c7d5d2a
Update server_params.conf
2026-01-29 15:28:49 +01:00
Alexandre
450d63c914
images
2026-01-29 15:23:20 +01:00
Alexandre
541e929071
lsio
2026-01-29 15:12:12 +01:00
github-actions
b85f99ae53
GitHub bot: changelog
2026-01-29 12:41:26 +00:00
Alexandre
dbeffb39d1
Update config.yaml
2026-01-29 13:27:03 +01:00
Alexandre
302e39459d
remove bashio standalone
2026-01-29 13:26:08 +01:00
Alexandre
b80282a229
Update ha_automatic_packages.sh
2026-01-29 13:24:55 +01:00
Alexandre
5d3632a147
Merge pull request #2412 from alexbelgium/codex/align-birdnet-pipy-documentation-options
...
Document add-on options and configuration for BirdNET-PiPy
2026-01-29 11:43:39 +01:00
Alexandre
732827b191
Update BirdNET-PiPy documentation options
2026-01-29 11:43:20 +01:00
Alexandre
dcc30aaa8f
Update config.yaml
2026-01-29 11:32:58 +01:00
Alexandre
aa987e1ede
update standalone
2026-01-29 11:32:18 +01:00
Alexandre
25fa68f7a9
Update ha_automatic_packages.sh
2026-01-29 11:27:45 +01:00
GitHub Actions
9831c0f3e4
Revert 'Update config.yaml' [nobuild]
2026-01-29 10:26:07 +00:00
Alexandre
121ae9432b
Update config.yaml
2026-01-29 11:20:25 +01:00
Alexandre
7da8699791
Fix bashio installation script and symlink creation
2026-01-29 11:19:04 +01:00
GitHub Actions
7d650907c1
Revert 'Update config.yaml' [nobuild]
2026-01-29 10:17:31 +00:00
Alexandre
5cce4352b1
nobuild
2026-01-29 11:14:40 +01:00
Alexandre
abd1936871
Update config.yaml
2026-01-29 11:12:18 +01:00
Alexandre
1b1846d40d
Merge pull request #2411 from alexbelgium/codex/review-bashio-installation-logic
...
Fix bashio router template naming for Dockerfile installs
2026-01-29 11:11:43 +01:00
Alexandre
221ca71a31
Fix bashio router template name
2026-01-29 11:11:30 +01:00
Alexandre
0ed46f8bea
Update config.yaml
2026-01-29 11:10:45 +01:00
Alexandre
ce0e9025b5
Merge pull request #2410 from alexbelgium/codex/fix-failing-build-in-github-actions
...
Fix birdnet-pipy config lint and pip installs
2026-01-29 11:09:16 +01:00
Alexandre
f3a2b4b2ec
Update config.yaml to add ssl and share permissions
2026-01-29 11:08:57 +01:00
Alexandre
32ba55480c
Fix birdnet-pipy add-on build and config lint
2026-01-29 11:08:05 +01:00
Alexandre
f43020d85b
Accept standalone bashio
2026-01-29 11:06:24 +01:00
github-actions
fd8e5e0e15
GitHub bot: sanitize (spaces + LF endings) & chmod
2026-01-28 19:04:33 +00:00
Alexandre
c7b741deb1
Merge pull request #2408 from alexbelgium/codex/refactor-birdnet-pipy-ha-add-on-for-s6-supervision
...
Add configurable `data_location` option and symlink `/app/data` to chosen path
2026-01-28 20:03:40 +01:00
Alexandre
f9cfbe402b
Fix data migration ordering
2026-01-28 19:59:55 +01:00
Alexandre
dca06b9a9d
Add configurable data location
2026-01-28 19:41:00 +01:00
github-actions
28d57a80e4
GitHub bot : README updated
2026-01-28 17:11:41 +00:00
Alexandre
6d56f5ae52
Merge pull request #2407 from alexbelgium/codex/create-home-assistant-dockerfile-for-birdnet-pipy
...
Refine BirdNET-PiPy addon build sources
2026-01-28 18:03:02 +01:00
Alexandre
92032b9c77
Refine BirdNET-PiPy build sources
2026-01-28 17:53:37 +01:00
Alexandre
9a64c29525
Update CHANGELOG.md
2026-01-28 15:33:20 +01:00
github-actions
f518a22b81
GitHub bot: changelog
2026-01-28 14:33:02 +00:00
Alexandre
27d27b396e
Update config.yaml
2026-01-28 15:32:47 +01:00
Alexandre
0a9bbf8aa7
Refactor symlink creation and data migration logic
2026-01-28 15:32:35 +01:00
Alexandre
dbce691a6e
Refactor Plex Media Server folder setup and migration
...
Refactor folder initialization and migration logic for Plex Media Server. Enhance symlink handling and permissions management.
2026-01-28 15:30:48 +01:00
Alexandre
ad43fde3a5
Update CHANGELOG.md
2026-01-28 15:15:20 +01:00
Alexandre
c62164b4c4
Merge pull request #2406 from alexbelgium/codex/add-configuration-for-plex-storage-location
...
Refine Plex `data_location` migration and document behavior
2026-01-28 15:14:41 +01:00
Alexandre
2133c368f6
Improve Plex data location migration
2026-01-28 15:12:49 +01:00
github-actions
9c9c01723d
GitHub bot: sanitize (spaces + LF endings) & chmod
2026-01-28 14:07:32 +00:00
Alexandre
f00b9c6e53
Merge pull request #2405 from alexbelgium/codex/create-home-assistant-add-on-with-ingress
...
Add BirdNET-PiPy add-on with ingress support and remove icon assets
2026-01-28 15:06:40 +01:00
Alexandre
24461af201
Add BirdNET-PiPy add-on
2026-01-28 15:06:11 +01:00
Alexandre
10b743e6fd
Avoid wireguard conf validation message
2026-01-28 14:15:11 +01:00
Alexandre
a82cb73634
No more bin folder
2026-01-28 13:56:39 +01:00
Alexandre
e72eed170a
Merge pull request #2403 from alexbelgium/codex/fix-scripts-for-failing-jobs
...
Fix empty addon list handling in workflows
2026-01-27 16:22:34 +01:00
Alexandre
75a79543d8
Fix empty addon list handling in workflows
2026-01-27 16:22:16 +01:00
Alexandre
1f0930c48a
Merge pull request #2402 from alexbelgium/codex/remove-paths-filter.yml-from-scripts
...
Remove paths-filter label check from PR workflow
2026-01-27 16:11:50 +01:00
Alexandre
d84ae05d24
Remove paths-filter label check
2026-01-27 16:10:55 +01:00
litinoveweedle
22dc8a8351
overhaul of the cont-init vpn scripts
2026-01-27 12:17:30 +01:00
litinoveweedle
80f7efb013
overhaul cont-init vpn scripts
2026-01-27 12:15:16 +01:00
litinoveweedle
b001f1ebca
Add wireguard MTU option
...
+ fix OpenVPN suffix to both conf and ovn
2026-01-26 20:24:29 +01:00
litinoveweedle
af403e5eae
fix OpenVPN config suffix
2026-01-26 18:26:14 +01:00
litinoveweedle
3559f52e84
Merge branch 'alexbelgium:master' into qbittorrent_vpn_overhaul
2026-01-26 18:12:25 +01:00
litinoveweedle
38c8929605
vpn service script improvements & fixes
...
simplified logging + notify user on the VPN behavior
improved DNS servers handling + IPv6 defaults
added Wireguard persistent-keepalive option
fixed some execution bugg + typos
2026-01-26 18:11:13 +01:00
github-actions
e88fbb3d4d
Github bot : image compressed
2026-01-25 23:07:31 +00:00
litinoveweedle
7e0281bc21
remove unnecessary OpeVPN scripts
2026-01-25 17:40:17 +01:00
litinoveweedle
b120e4bcd7
Merge branch 'qbittorrent_vpn_overhaul' of https://github.com/litinoveweedle/alexbelgium-hassio-addons into qbittorrent_vpn_overhaul
2026-01-25 17:24:15 +01:00
litinoveweedle
1a0df6c5c2
improve dns servers handling
...
fixed routing rule addresses
2026-01-25 17:23:59 +01:00
litinoveweedle
afec1850ba
Merge branch 'alexbelgium:master' into qbittorrent_vpn_overhaul
2026-01-25 09:23:47 +01:00
litinoveweedle
47a43c82b4
initial VPN logic implementation
...
both Wireguard and OpenVPN are now handled by single service file
This remove dependency to external tools
Simplify vpn routing by using dedicated routing table which is used by qbittorrent torrent client listenning directly on the vpn interface.
To prevent DNS leeks traffic to addon configured DNS servers is forced to use same dedicated routing table
2026-01-25 09:21:49 +01:00
github-actions[bot]
4a763cc357
Update stargazer map & cache
2026-01-25 01:10:22 +00:00
Jarek Świerczyński
bfeb85c76e
Merge branch 'alexbelgium:master' into master
2026-01-24 21:23:07 +01:00
Jarek Świerczyński
92c0213865
Fix Ingress for changedetection.io
2026-01-24 18:36:44 +01:00
alexbelgium
18f6519f00
Updater bot : nzbget updated to v25.4-ls227
2026-01-24 01:58:36 +01:00
alexbelgium
9f56ac2804
Updater bot : jackett updated to 0.24.903
2026-01-24 01:57:48 +01:00
alexbelgium
28a1eeabb3
Updater bot : gitea updated to 1.25.4
2026-01-24 01:57:21 +01:00
alexbelgium
9b64d3eed5
Updater bot : flexget updated to 3.18.39
2026-01-24 01:57:12 +01:00
alexbelgium
43217ceea7
Updater bot : codex updated to 1.9.7
2026-01-24 01:56:34 +01:00
alexbelgium
dfafe4300e
Updater bot : cloudcommander updated to 19.1.9
2026-01-24 01:56:31 +01:00
alexbelgium
03b669cdc1
Updater bot : changedetection.io updated to 0.52.9
2026-01-24 01:56:28 +01:00
alexbelgium
f8078404ac
Updater bot : browser_brave updated to 1.86.142-ls71
2026-01-24 01:56:07 +01:00