mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-16 01:37:19 +02:00
19 lines
545 B
YAML
19 lines
545 B
YAML
network: "discourse_default" # Name of the docker network
|
|
container: "discourse_application" # Name of the container application
|
|
repository: "discourse_repository" # Name of the repository folder
|
|
credentials:
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
landingpage_iframe: false
|
|
oidc: true
|
|
central_database: true
|
|
csp:
|
|
flags:
|
|
style-src:
|
|
unsafe-inline: true
|
|
script-src:
|
|
unsafe-inline: true
|
|
whitelist:
|
|
font-src:
|
|
- "http://*.{{primary_domain}}" |