Commit Graph

33632 Commits

Author SHA1 Message Date
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