From b300a50494f6bd9439459854e3761be9e9c7aa86 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Fri, 10 Jan 2025 21:31:07 -0800 Subject: [PATCH] Initial Commit --- config/mosquitto.conf | 2 ++ config/passwd | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 config/mosquitto.conf create mode 100644 config/passwd diff --git a/config/mosquitto.conf b/config/mosquitto.conf new file mode 100644 index 0000000..d76229a --- /dev/null +++ b/config/mosquitto.conf @@ -0,0 +1,2 @@ +listener 1883 +password_file /mosquitto/config/passwd diff --git a/config/passwd b/config/passwd new file mode 100644 index 0000000..6e38eb0 --- /dev/null +++ b/config/passwd @@ -0,0 +1,2 @@ +homeassistant:$7$101$/V0eNeINbee6SVJY$Cq91W1ljlbRkE2PZOsGHsa/Gs5V+usBA32N2WWurP7Bpnl99Pt4AC/8e/4ZmI5wRS7iaurNKjPQ4FInfNX+0xw== +frigate:$7$101$Q6cJ8Dh3LCf4G7QB$Bz3Qs+VYbXNu8vRiJe35LnrP3lB8FEjnrIekOFc9VYcgQqa64e631K/Feee2etln1W8vp4d3FUS60E7DsQSY8g==