mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 18:35:11 +00:00
27 lines
752 B
YAML
27 lines
752 B
YAML
credentials: {}
|
|
docker:
|
|
services:
|
|
redis:
|
|
enabled: false # Enable Redis
|
|
database:
|
|
enabled: false # Enable the database
|
|
features:
|
|
matomo: false # Matomo tracking isn't necessary
|
|
css: true # Enable Global CSS Styling
|
|
desktop: true # Enable loading of app in iframe
|
|
ldap: false # Enable LDAP Network
|
|
central_database: false # Enable Central Database Network
|
|
recaptcha: false # Enable ReCaptcha
|
|
oauth2: false # Enable the OAuth2-Proy
|
|
server:
|
|
csp: {}
|
|
domains:
|
|
canonical:
|
|
- "icons.{{ PRIMARY_DOMAIN }}"
|
|
aliases: []
|
|
rbac:
|
|
roles:
|
|
mail-bot:
|
|
description: "Has an token to send and receive emails"
|
|
|