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