mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-23 00:28:22 +03:00
rebase
This commit is contained in:
parent
eecc00865d
commit
bc5c29fda1
@ -2,22 +2,22 @@
|
|||||||
"label": "Networking",
|
"label": "Networking",
|
||||||
"description": "Network-related settings such as IPv6 enablement for Frigate endpoints.",
|
"description": "Network-related settings such as IPv6 enablement for Frigate endpoints.",
|
||||||
"ipv6": {
|
"ipv6": {
|
||||||
"label": "IPv6 settings",
|
"label": "IPv6 configuration",
|
||||||
"description": "IPv6-specific settings for Frigate network services.",
|
"description": "IPv6-specific settings for Frigate network services.",
|
||||||
"enabled": {
|
"enabled": {
|
||||||
"label": "Enable IPv6",
|
"label": "Enable IPv6",
|
||||||
"description": "Enable IPv6 support for Frigate services (API and UI) where applicable."
|
"description": "Enable IPv6 support for Frigate services (API and UI) where applicable."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"listen": {
|
||||||
|
"label": "Listening ports configuration",
|
||||||
|
"internal": {
|
||||||
|
"label": "Internal port",
|
||||||
|
"description": "Internal listening port for Frigate (default 5000)."
|
||||||
},
|
},
|
||||||
"listen": {
|
"external": {
|
||||||
"label": "Listening ports configuration",
|
"label": "External port",
|
||||||
"properties": {
|
"description": "External listening port for Frigate (default 8971)."
|
||||||
"internal": {
|
|
||||||
"label": "Internal listening port for Frigate"
|
|
||||||
},
|
|
||||||
"external": {
|
|
||||||
"label": "External listening port for Frigate"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user