mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 19:55:31 +02:00
24 lines
839 B
YAML
24 lines
839 B
YAML
version: "latest"
|
|
server_mode: False # If true then the preconfigured database file is loaded. Recommended False. True is a security risk.
|
|
master_password_required: True # Master password is required. Recommended True. False is a security risk.
|
|
users:
|
|
administrator:
|
|
email: "{{ users.administrator.email }}" # Initial login email address
|
|
oauth2_proxy:
|
|
application: "application"
|
|
port: "80"
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
portfolio_iframe: false
|
|
central_database: true
|
|
oauth2: true
|
|
csp:
|
|
flags:
|
|
style-src:
|
|
unsafe-inline: true
|
|
script-src-elem:
|
|
unsafe-inline: true
|
|
whitelist:
|
|
font-src:
|
|
- "data:" |