mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
42 lines
930 B
YAML
42 lines
930 B
YAML
oauth2_proxy:
|
|
application: "application"
|
|
port: "80"
|
|
allowed_groups:
|
|
- "/roles/web-app-yourls-administrator"
|
|
acl:
|
|
blacklist:
|
|
- "<< defaults_applications[web-app-yourls].server.locations.admin >>" # Protects the admin area
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
desktop: true
|
|
central_database: true
|
|
oauth2: true
|
|
logout: true
|
|
server:
|
|
domains:
|
|
canonical:
|
|
- "s.{{ PRIMARY_DOMAIN }}"
|
|
aliases:
|
|
- "short.{{ PRIMARY_DOMAIN }}"
|
|
csp:
|
|
flags:
|
|
style-src:
|
|
unsafe-inline: true
|
|
script-src-elem:
|
|
unsafe-inline: true
|
|
script-src:
|
|
unsafe-inline: true
|
|
locations:
|
|
admin: "/admin/"
|
|
status_codes:
|
|
landingpage: 301
|
|
docker:
|
|
services:
|
|
database:
|
|
enabled: true
|
|
yourls:
|
|
version: "latest"
|
|
name: "yourls"
|
|
image: "yourls"
|