mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
35 lines
934 B
JSON
35 lines
934 B
JSON
{
|
|
"label": "Auth configuration.",
|
|
"properties": {
|
|
"enabled": {
|
|
"label": "Enable authentication"
|
|
},
|
|
"reset_admin_password": {
|
|
"label": "Reset the admin password on startup"
|
|
},
|
|
"cookie_name": {
|
|
"label": "Name for jwt token cookie"
|
|
},
|
|
"cookie_secure": {
|
|
"label": "Set secure flag on cookie"
|
|
},
|
|
"session_length": {
|
|
"label": "Session length for jwt session tokens"
|
|
},
|
|
"refresh_time": {
|
|
"label": "Refresh the session if it is going to expire in this many seconds"
|
|
},
|
|
"failed_login_rate_limit": {
|
|
"label": "Rate limits for failed login attempts."
|
|
},
|
|
"trusted_proxies": {
|
|
"label": "Trusted proxies for determining IP address to rate limit"
|
|
},
|
|
"hash_iterations": {
|
|
"label": "Password hash iterations"
|
|
},
|
|
"roles": {
|
|
"label": "Role to camera mappings. Empty list grants access to all cameras."
|
|
}
|
|
}
|
|
} |