mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-18 10:40:33 +02:00
19 lines
539 B
YAML
19 lines
539 B
YAML
version: "latest"
|
|
users:
|
|
administrator:
|
|
username: "{{users.administrator.username}}" # Administrator Username for Keycloak
|
|
import_realm: True # If True realm will be imported. If false skip.
|
|
credentials:
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
portfolio_iframe: true
|
|
ldap: true
|
|
central_database: true
|
|
recaptcha: true
|
|
csp:
|
|
flags:
|
|
script-src:
|
|
unsafe-inline: true
|
|
style-src:
|
|
unsafe-inline: true |