ansible-base/roles/authelia-for-hedgedoc/cfg.schema.json
Christian Fraß 1ebe98f23e [int]
2025-10-08 11:31:00 +02:00

25 lines
384 B
JSON

{
"nullable": false,
"type": "object",
"properties": {
"hedgedoc_url_base": {
"nullable": false,
"type": "string"
},
"client_id": {
"nullable": false,
"type": "string",
"default": "hedgedoc"
},
"client_secret": {
"nullable": false,
"type": "string"
}
},
"additionalProperties": false,
"required": [
"hedgedoc_url_base",
"client_secret"
]
}