mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 11:45:32 +02:00
23 lines
499 B
YAML
23 lines
499 B
YAML
images:
|
|
matomo: "matomo:latest"
|
|
features:
|
|
matomo: true
|
|
css: false
|
|
portfolio_iframe: false
|
|
central_database: true
|
|
oauth2: false
|
|
csp:
|
|
whitelist:
|
|
script-src-elem:
|
|
- https://cdn.matomo.cloud
|
|
style-src:
|
|
- https://fonts.googleapis.com
|
|
flags:
|
|
script-src-elem:
|
|
unsafe-inline: true
|
|
unsafe-eval: true
|
|
style-src:
|
|
unsafe-inline: true
|
|
domains:
|
|
aliases:
|
|
- "analytics.{{ primary_domain }}" |