Fixed triplicated docker and MQTT config sections

pull/1/head
riley 1 year ago
parent 37af5e9200
commit c21660bfe5

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

Loading…
Cancel
Save