mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-16 01:37:19 +02:00
18 lines
426 B
YAML
18 lines
426 B
YAML
version: "latest"
|
|
users:
|
|
administrator:
|
|
username: "{{ users.administrator.username }}"
|
|
email: "{{ users.administrator.email }}"
|
|
|
|
credentials:
|
|
features:
|
|
matomo: true
|
|
css: false
|
|
landingpage_iframe: false
|
|
ldap: false
|
|
oidc: true
|
|
central_database: true
|
|
csp:
|
|
flags:
|
|
script-src:
|
|
unsafe-inline: true |