mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 03:38:59 +02:00
19 lines
521 B
YAML
19 lines
521 B
YAML
users:
|
|
administrator:
|
|
username: "{{users.administrator.username}}"
|
|
version: "latest"
|
|
oauth2_proxy:
|
|
application: "application"
|
|
port: "80"
|
|
location: "/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 }}" |