mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 11:45:32 +02:00
17 lines
570 B
YAML
17 lines
570 B
YAML
version: "latest"
|
|
single_user_mode: false # Set true for initial setup
|
|
setup: false # Set true in inventory file to execute the setup and initializing procedures
|
|
credentials:
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
portfolio_iframe: false
|
|
oidc: true
|
|
central_database: true
|
|
domains:
|
|
canonical:
|
|
- "microblog.{{ primary_domain }}"
|
|
csp:
|
|
whitelist:
|
|
frame-src:
|
|
- "*" |