mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 11:45:32 +02:00
24 lines
590 B
YAML
24 lines
590 B
YAML
version: "latest"
|
|
oauth2_proxy:
|
|
application: application
|
|
port: 80
|
|
credentials:
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
portfolio_iframe: true
|
|
ldap: true
|
|
central_database: false
|
|
oauth2: false
|
|
csp:
|
|
flags:
|
|
style-src:
|
|
unsafe-inline: true
|
|
script-src:
|
|
unsafe-inline: true
|
|
unsafe-eval: true
|
|
domains:
|
|
aliases:
|
|
- "ldap.{{primary_domain}}"
|
|
|