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

25 lines
522 B
JSON

{
"label": "Networking configuration",
"properties": {
"ipv6": {
"label": "IPv6 configuration",
"properties": {
"enabled": {
"label": "Enable IPv6 for port 5000 and/or 8971"
}
}
},
"listen": {
"label": "Listening ports configuration",
"properties": {
"internal": {
"label": "Internal listening port for Frigate"
},
"external": {
"label": "External listening port for Frigate"
}
}
}
}
}