Skip to content

Commit

Permalink
Add MQTT vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dubo-dubon-duponey committed Mar 19, 2024
1 parent 2bba670 commit 57d3224
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,16 @@ ENV OUTPUT=alsa
# basic or soxr - basic is recommend on rpi3 - soxr may be better on rpi4+
ENV STUFFING="basic"

ENV MOD_MQTT_ENABLED=false
ENV MOD_MQTT_COVER=true
ENV MOD_MQTT_HOST=""
ENV MOD_MQTT_PORT=""
ENV MOD_MQTT_USER=""
ENV MOD_MQTT_PASSWORD=""
ENV MOD_MQTT_CA=""
ENV MOD_MQTT_CERT=""
ENV MOD_MQTT_KEY=""

ENV ADVANCED_AIRPLAY_PORT=7000
ENV HEALTHCHECK_URL=rtsp://127.0.0.1:$ADVANCED_AIRPLAY_PORT

Expand Down

0 comments on commit 57d3224

Please sign in to comment.