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