mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-05 00:13:09 +02:00
21 lines
486 B
YAML
21 lines
486 B
YAML
users:
|
|
administrator:
|
|
username: "administrator"
|
|
version: "latest"
|
|
oauth2_proxy:
|
|
application: "application"
|
|
port: "80"
|
|
acl:
|
|
blacklist:
|
|
- "/admin/" # Protects the admin area
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
portfolio_iframe: false
|
|
central_database: true
|
|
oauth2: true
|
|
domains:
|
|
canonical:
|
|
- "s.{{ primary_domain }}"
|
|
aliases:
|
|
- "short.{{ primary_domain }}" |