mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
frigate updates for mqtt and openhab
This commit is contained in:
parent
07154f5125
commit
f472b26c65
2 changed files with 5 additions and 3 deletions
|
|
@ -11,8 +11,9 @@ in
|
|||
auth.reset_admin_password = true; # roll the admin password every restart, depend on user accounts for long-lived access
|
||||
tls.enabled = false; # off because we're doing ssl through the proxy
|
||||
mqtt = {
|
||||
# TODO: add mqtt broker
|
||||
enabled = false;
|
||||
enabled = true;
|
||||
host = "host.containers.internal";
|
||||
port = 1883;
|
||||
};
|
||||
notifications = {
|
||||
enabled = true;
|
||||
|
|
@ -56,7 +57,6 @@ in
|
|||
track = [
|
||||
"person"
|
||||
"cat"
|
||||
"car"
|
||||
"dog"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -9,4 +9,6 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [1883];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue