mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added handler for discourse buiöd
This commit is contained in:
@@ -16,7 +16,7 @@ server:
|
||||
unsafe-inline: true
|
||||
whitelist:
|
||||
font-src:
|
||||
- "http://*.{{PRIMARY_DOMAIN}}"
|
||||
- "{{ WEB_PROTOCOL }}://*.{{PRIMARY_DOMAIN}}"
|
||||
domains:
|
||||
canonical:
|
||||
- "forum.{{ PRIMARY_DOMAIN }}"
|
||||
|
@@ -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
|
Reference in New Issue
Block a user