mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-11 19:07:35 +03:00
24 lines
715 B
JSON
24 lines
715 B
JSON
{
|
|
"label": "Networking configuration",
|
|
"description": "Network-related settings such as IPv6 enablement for Frigate endpoints.",
|
|
"ipv6": {
|
|
"label": "IPv6 configuration",
|
|
"description": "IPv6-specific settings for Frigate network services.",
|
|
"enabled": {
|
|
"label": "Enable IPv6 for port 5000 and/or 8971",
|
|
"description": "Enable IPv6 support for Frigate services (API and UI) where applicable."
|
|
},
|
|
"listen": {
|
|
"label": "Listening ports configuration",
|
|
"properties": {
|
|
"internal": {
|
|
"label": "Internal listening port for Frigate"
|
|
},
|
|
"external": {
|
|
"label": "External listening port for Frigate"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|