2025-10-01 15:39:43 +03:00
|
|
|
{
|
2026-01-28 02:10:29 +03:00
|
|
|
"label": "Networking",
|
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": {
|
2026-01-29 19:14:03 +03:00
|
|
|
"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-29 18:43:43 +03:00
|
|
|
"label": "Enable IPv6",
|
2026-01-24 17:54:56 +03:00
|
|
|
"description": "Enable IPv6 support for Frigate services (API and UI) where applicable."
|
2026-01-29 19:14:03 +03:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"listen": {
|
|
|
|
|
"label": "Listening ports configuration",
|
|
|
|
|
"internal": {
|
|
|
|
|
"label": "Internal port",
|
|
|
|
|
"description": "Internal listening port for Frigate (default 5000)."
|
2026-01-28 17:27:46 +03:00
|
|
|
},
|
2026-01-29 19:14:03 +03:00
|
|
|
"external": {
|
|
|
|
|
"label": "External port",
|
|
|
|
|
"description": "External listening port for Frigate (default 8971)."
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
|
|
|
|
}
|
2026-01-28 17:27:46 +03:00
|
|
|
}
|