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