Fix birdnet-pipy add-on build and config lint

This commit is contained in:
Alexandre
2026-01-29 11:08:05 +01:00
parent fd8e5e0e15
commit 32ba55480c
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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