|
|
|
@ -15,7 +15,7 @@ s = m:section(SimpleSection, translate("Container Status"))
|
|
|
|
|
s:append(Template("frigate/status"))
|
|
|
|
|
|
|
|
|
|
-- General Frigate Docker setup
|
|
|
|
|
s = m:section(NamedSection, "frigate_config", "Docker Configuration", "General settings for Docker")
|
|
|
|
|
s = m:section(NamedSection, "docker", "frigate_config", "General settings for Docker")
|
|
|
|
|
s.addremove = false
|
|
|
|
|
s.anonymous = true
|
|
|
|
|
|
|
|
|
@ -35,7 +35,7 @@ o = s:option(Value, "storage", "Storage Path")
|
|
|
|
|
o.default = "./frigate/storage"
|
|
|
|
|
|
|
|
|
|
-- MQTT Configuration
|
|
|
|
|
s = m:section(NamedSection, "frigate_config", "MQTT Configuration", "Settings for MQTT")
|
|
|
|
|
s = m:section(NamedSection, "mqtt", "frigate_config", "Settings for MQTT")
|
|
|
|
|
s.addremove = false
|
|
|
|
|
s.anonymous = true
|
|
|
|
|
|
|
|
|
|