mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 11:45:32 +02:00
18 lines
381 B
YAML
18 lines
381 B
YAML
version: "bookworm"
|
|
features:
|
|
matomo: true
|
|
css: false
|
|
portfolio_iframe: false
|
|
central_database: true
|
|
oidc: false
|
|
csp:
|
|
flags:
|
|
script-src:
|
|
unsafe-inline: true
|
|
style-src:
|
|
unsafe-inline: true
|
|
domains:
|
|
canonical:
|
|
- "video.{{ primary_domain }}"
|
|
aliases:
|
|
- "videos.{{ primary_domain }}" |