mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
Added handler for discourse buiöd
This commit is contained in:
parent
58620f6695
commit
2f12d8ea83
@ -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
|
Loading…
x
Reference in New Issue
Block a user