2024-06-27 19:07:58 +02:00
|
|
|
{
|
|
|
|
"user": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
|
|
|
"directory": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
|
|
|
"version": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
|
|
|
"platform": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
2024-07-02 00:11:36 +02:00
|
|
|
"domain": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
2024-06-27 19:07:58 +02:00
|
|
|
"admin_password": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": true
|
|
|
|
},
|
|
|
|
"authentication_kind": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false,
|
|
|
|
"options": [
|
|
|
|
"none",
|
|
|
|
"authelia"
|
|
|
|
]
|
2024-07-02 00:11:36 +02:00
|
|
|
},
|
|
|
|
"authentication_data_authelia_url_base": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
|
|
|
"authentication_data_authelia_web_client_id": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
|
|
|
"authentication_data_authelia_web_client_secret": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
|
|
|
"authentication_data_authelia_desktop_client_id": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
|
|
|
"authentication_data_authelia_desktop_client_secret": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
|
|
|
"authentication_data_authelia_android_client_id": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
|
|
|
"authentication_data_authelia_android_client_secret": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
|
|
|
"authentication_data_authelia_ios_client_id": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
|
|
|
"authentication_data_authelia_ios_client_secret": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
2024-06-27 19:07:58 +02:00
|
|
|
}
|
|
|
|
}
|