mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-10 15:25:43 +02:00
14 lines
422 B
YAML
14 lines
422 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
|
|
landingpage_iframe: false
|
|
central_database: true
|
|
oauth2: true |