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>
This commit is contained in:
Yudong Sun
2026-04-13 22:32:51 -04:00
parent c4969ea97c
commit 056f372f18
4 changed files with 17 additions and 26 deletions

View File

@@ -1,8 +1,8 @@
{
"last_update": "2026-04-11",
"last_update": "2026-04-13",
"repository": "alexbelgium/hassio-addons",
"slug": "birdnet-pipy",
"source": "github",
"upstream_repo": "Suncuss/BirdNET-PiPy",
"upstream_version": "0.6.2"
"upstream_version": "0.6.3"
}