From 32ba55480c9f040db4e2d89983f65a6c7f4338d1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:08:05 +0100 Subject: [PATCH 1/2] Fix birdnet-pipy add-on build and config lint --- birdnet-pipy/Dockerfile | 3 +++ birdnet-pipy/config.yaml | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/birdnet-pipy/Dockerfile b/birdnet-pipy/Dockerfile index 2e4c60451..9fdf3868c 100644 --- a/birdnet-pipy/Dockerfile +++ b/birdnet-pipy/Dockerfile @@ -73,6 +73,9 @@ RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps. RUN mkdir -p /app COPY --from=frontend-builder /src/backend/ /app/ +ENV VIRTUAL_ENV=/opt/venv +RUN python3 -m venv "${VIRTUAL_ENV}" +ENV PATH="${VIRTUAL_ENV}/bin:${PATH}" RUN pip install --no-cache-dir --extra-index-url https://www.piwheels.org/simple -r /app/requirements.txt # Patch service hostnames for single-container usage diff --git a/birdnet-pipy/config.yaml b/birdnet-pipy/config.yaml index f38ff87d5..704304d04 100644 --- a/birdnet-pipy/config.yaml +++ b/birdnet-pipy/config.yaml @@ -7,11 +7,9 @@ arch: - aarch64 - amd64 ingress: true -ingress_entry: / ingress_stream: true panel_icon: mdi:bird init: false -share: true map: - addon_config:rw - data:rw From f3a2b4b2ec8659b779797afc6d16d749ef1f1a61 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:08:57 +0100 Subject: [PATCH 2/2] Update config.yaml to add ssl and share permissions --- birdnet-pipy/config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/birdnet-pipy/config.yaml b/birdnet-pipy/config.yaml index 704304d04..bb80e48c3 100644 --- a/birdnet-pipy/config.yaml +++ b/birdnet-pipy/config.yaml @@ -12,7 +12,8 @@ panel_icon: mdi:bird init: false map: - addon_config:rw - - data:rw + - ssl:rw + - share:rw ports: 8099/tcp: 8099 ports_description: