mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 23:52:29 +00:00
Merge pull request #1573 from HarHarLinks/patch-7
add etherpad to nginx wanted services
This commit is contained in:
commit
376f3e0cb2
|
@ -1482,6 +1482,8 @@ matrix_nginx_proxy_systemd_wanted_services_list: |
|
|||
(['matrix-jitsi.service'] if matrix_jitsi_enabled else [])
|
||||
+
|
||||
(['matrix-bot-go-neb.service'] if matrix_bot_go_neb_enabled else [])
|
||||
+
|
||||
(['matrix-etherpad.service'] if matrix_etherpad_enabled and matrix_dimension_enabled else [])
|
||||
}}
|
||||
|
||||
matrix_ssl_domains_to_obtain_certificates_for: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user