mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-08 17:45:14 +02:00
24 lines
525 B
YAML
24 lines
525 B
YAML
version: "latest"
|
|
oauth2_proxy:
|
|
application: "application"
|
|
port: "80"
|
|
allowed_groups:
|
|
- "yourls-administrator"
|
|
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 }}"
|
|
docker:
|
|
services:
|
|
database:
|
|
enabled: true |