|
|
@ -34,6 +34,7 @@ o.default = "/dev/crypto"
|
|
|
|
o = s:option(Value, "storage", "Storage Path")
|
|
|
|
o = s:option(Value, "storage", "Storage Path")
|
|
|
|
o.default = "./frigate/storage"
|
|
|
|
o.default = "./frigate/storage"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- MQTT Configuration
|
|
|
|
-- MQTT Configuration
|
|
|
|
s = m:section(NamedSection, "mqtt", "frigate_config", "MQTT Configuration")
|
|
|
|
s = m:section(NamedSection, "mqtt", "frigate_config", "MQTT Configuration")
|
|
|
|
s.addremove = false
|
|
|
|
s.addremove = false
|
|
|
@ -84,7 +85,4 @@ o = s:option(Flag, "overwrite_cfg", "Overwrite Frigate Config")
|
|
|
|
o.default = "1"
|
|
|
|
o.default = "1"
|
|
|
|
o.rmempty = false
|
|
|
|
o.rmempty = false
|
|
|
|
|
|
|
|
|
|
|
|
return m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return m
|
|
|
|
return m
|