mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-03 17:43:59 +03:00
role map field with validation
This commit is contained in:
@@ -17,5 +17,6 @@
|
||||
"additionalProperties": "Unknown property is not allowed",
|
||||
"oneOf": "Must match exactly one of the allowed schemas",
|
||||
"anyOf": "Must match at least one of the allowed schemas",
|
||||
"proxy.header_map.roleHeaderRequired": "Role header is required when role mappings are configured.",
|
||||
"ffmpeg.inputs.rolesUnique": "Each role can only be assigned to one input stream."
|
||||
}
|
||||
|
||||
@@ -1218,6 +1218,13 @@
|
||||
"timezone": {
|
||||
"defaultOption": "Use browser timezone"
|
||||
},
|
||||
"roleMap": {
|
||||
"empty": "No role mappings",
|
||||
"roleLabel": "Role",
|
||||
"groupsLabel": "Groups",
|
||||
"addMapping": "Add role mapping",
|
||||
"remove": "Remove"
|
||||
},
|
||||
"ffmpegArgs": {
|
||||
"preset": "Preset",
|
||||
"manual": "Manual arguments",
|
||||
|
||||
Reference in New Issue
Block a user