Added handler for discourse buiöd

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-14 00:27:18 +02:00
parent 58620f6695
commit 2f12d8ea83
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,7 @@ server:
unsafe-inline: true
whitelist:
font-src:
- "http://*.{{PRIMARY_DOMAIN}}"
- "{{ WEB_PROTOCOL }}://*.{{PRIMARY_DOMAIN}}"
domains:
canonical:
- "forum.{{ PRIMARY_DOMAIN }}"

View File

@ -21,4 +21,6 @@
args:
executable: /bin/bash
chdir: "{{docker_repository_directory }}"
async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}"
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"
listen: recreate discourse