feat(eientei): add frigate

This commit is contained in:
514fpv 2024-02-02 07:33:17 +08:00
parent 28b68562fc
commit 8e935ab6aa
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
2 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
services.mosquitto = {
enable = true;
listeners = [ {
users.frigate = {
acl = [ "readwrite #" ];
hashedPassword = "$7$101$Zt3Me3AkHbrKBbbI$SsLTGeTwtkFGXS2F1/S3Vg6w7TcgMLU037ttedKaw/Ela0wgqbaAVxecK1j5i5TDw9OjZMkNI9mUzz9l0d7vcg==";
};
} ];
};
networking.firewall.allowedTCPPorts = [ 1883 ];
}