Initial home camera stack

This commit is contained in:
Outis
2026-04-25 11:06:10 -04:00
commit 5d7df0c0c8
15 changed files with 1411 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Mosquitto MQTT broker
#
# This config assumes the password file exists at /mosquitto/config/passwd.
# On first deployment, see README "First-run on the Frigate host" for how
# to bootstrap that file.
listener 1883 0.0.0.0
protocol mqtt
persistence true
persistence_location /mosquitto/data/
log_dest stdout
log_dest file /mosquitto/log/mosquitto.log
allow_anonymous false
password_file /mosquitto/config/passwd
View File
View File