diff --git a/birdnet-pipy/config.yaml b/birdnet-pipy/config.yaml index 673b7996d..8d30cced3 100644 --- a/birdnet-pipy/config.yaml +++ b/birdnet-pipy/config.yaml @@ -1,5 +1,58 @@ name: BirdNET-PiPy slug: birdnet-pipy +devices: + - /dev/dri + - /dev/dri/card0 + - /dev/dri/card1 + - /dev/dri/renderD128 + - /dev/vchiq + - /dev/video10 + - /dev/video11 + - /dev/video12 + - /dev/video13 + - /dev/video14 + - /dev/video15 + - /dev/video16 + - /dev/ttyUSB0 + - /dev/sda + - /dev/sdb + - /dev/sdc + - /dev/sdd + - /dev/sde + - /dev/sdf + - /dev/sdg + - /dev/nvme + - /dev/nvme0 + - /dev/nvme0n1 + - /dev/nvme0n1p1 + - /dev/nvme0n1p2 + - /dev/mmcblk + - /dev/fuse + - /dev/sda1 + - /dev/sdb1 + - /dev/sdc1 + - /dev/sdd1 + - /dev/sde1 + - /dev/sdf1 + - /dev/sdg1 + - /dev/sda2 + - /dev/sdb2 + - /dev/sdc2 + - /dev/sdd2 + - /dev/sde2 + - /dev/sdf2 + - /dev/sdg2 + - /dev/sda3 + - /dev/sdb3 + - /dev/sda4 + - /dev/sdb4 + - /dev/sda5 + - /dev/sda6 + - /dev/sda7 + - /dev/sda8 + - /dev/nvme0 + - /dev/nvme1 + - /dev/nvme2 description: BirdNET-PiPy bird detection with a modern web dashboard version: "0.1" url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pipy @@ -19,22 +72,30 @@ ports: ports_description: 8099/tcp: Web UI options: + env_vars: [] TZ: Etc/UTC ICECAST_PASSWORD: "" STREAM_BITRATE: 320k RECORDING_MODE: "rtsp" RTSP_URL: "" data_location: /config/data - env_vars: [] schema: + env_vars: + - name: match(^[A-Za-z0-9_]+$) + value: str? TZ: str? ICECAST_PASSWORD: str? STREAM_BITRATE: str? RECORDING_MODE: list(pulseaudio|http_stream|rtsp) RTSP_URL: str? data_location: str - env_vars: - - name: match(^[A-Za-z0-9_]+$) - value: str? + certfile: str? + cifsdomain: str? + cifspassword: str? + cifsusername: str? + keyfile: str? + localdisks: str? + networkdisks: str? + ssl: bool? audio: true image: ghcr.io/alexbelgium/birdnet-pipy-{arch}