2025-10-01 15:39:43 +03:00
|
|
|
{
|
|
|
|
|
"label": "Networking configuration",
|
2026-01-24 17:54:56 +03:00
|
|
|
"description": "Network-related settings such as IPv6 enablement for Frigate endpoints.",
|
2026-01-23 18:55:56 +03:00
|
|
|
"ipv6": {
|
|
|
|
|
"label": "IPv6 configuration",
|
2026-01-24 17:54:56 +03:00
|
|
|
"description": "IPv6-specific settings for Frigate network services.",
|
2026-01-23 18:55:56 +03:00
|
|
|
"enabled": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Enable IPv6 for port 5000 and/or 8971",
|
|
|
|
|
"description": "Enable IPv6 support for Frigate services (API and UI) where applicable."
|
2026-01-28 17:27:46 +03:00
|
|
|
},
|
|
|
|
|
"listen": {
|
|
|
|
|
"label": "Listening ports configuration",
|
|
|
|
|
"properties": {
|
|
|
|
|
"internal": {
|
|
|
|
|
"label": "Internal listening port for Frigate"
|
|
|
|
|
},
|
|
|
|
|
"external": {
|
|
|
|
|
"label": "External listening port for Frigate"
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
|
|
|
|
}
|
2026-01-28 17:27:46 +03:00
|
|
|
}
|