authelia - add variables to settings.json

This commit is contained in:
bunkerity 2021-06-29 16:00:47 +02:00
parent f73b088f79
commit c894c8370e
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 32 additions and 0 deletions

View File

@ -58,6 +58,38 @@
}
]
},
"Authelia": {
"id": "authelia",
"params": [
{
"context": "multisite",
"default": "no",
"env": "USE_AUTHELIA",
"id": "use-authelia",
"label": "Use authelia",
"regex": "^(yes|no)$",
"type": "checkbox"
},
{
"context": "multisite",
"default": "",
"env": "AUTHELIA_BACKEND",
"id": "authelia-backend",
"label": "Address of the authelia backend",
"regex": ".*",
"type": "text"
},
{
"context": "multisite",
"default": "",
"env": "AUTHELIA_UPSTREAM",
"id": "authelia-upstream",
"label": "Address of the authelia upstream",
"regex": ".*",
"type": "text"
}
]
},
"Basic auth": {
"id": "auth-basic",
"params": [