mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 03:38:59 +02:00
19 lines
671 B
YAML
19 lines
671 B
YAML
images:
|
|
mastodon: "ghcr.io/mastodon/mastodon:latest"
|
|
streaming: "ghcr.io/mastodon/mastodon-streaming:latest"
|
|
single_user_mode: false # Set true for initial setup
|
|
setup: false # Set true in inventory file to execute the setup and initializing procedures
|
|
credentials:
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
portfolio_iframe: false
|
|
oidc: true
|
|
central_database: true
|
|
domains:
|
|
canonical:
|
|
- "microblog.{{ primary_domain }}"
|
|
csp:
|
|
whitelist:
|
|
frame-src:
|
|
- "*" |