frigate/web/public/locales/en/config/networking.json

24 lines
723 B
JSON
Raw Normal View History

{
2026-01-28 02:10:29 +03:00
"label": "Networking",
"description": "Network-related settings such as IPv6 enablement for Frigate endpoints.",
"ipv6": {
2026-01-29 19:14:03 +03:00
"label": "IPv6 configuration",
"description": "IPv6-specific settings for Frigate network services.",
"enabled": {
2026-01-29 18:43:43 +03:00
"label": "Enable IPv6",
"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-29 19:14:03 +03:00
"external": {
"label": "External port",
"description": "External listening port for Frigate (default 8971)."
}
}
}