30 lines
420 B
JSON
30 lines
420 B
JSON
{
|
|
"user": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"directory": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"version": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"platform": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"admin_password": {
|
|
"type": "string",
|
|
"mandatory": true
|
|
},
|
|
"authentication_kind": {
|
|
"type": "string",
|
|
"mandatory": false,
|
|
"options": [
|
|
"none",
|
|
"authelia"
|
|
]
|
|
}
|
|
}
|