Просмотр исходного кода

add etherpad to nginx wanted services

it's required if enabled by the dimension config here:
6eb8fb8392/roles/matrix-etherpad/tasks/init.yml (L42-L49)

see also #1517
pull/1573/head
Kim Brose 4 лет назад
committed by GitHub
Родитель
Сommit
a9dd397771
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      group_vars/matrix_servers

+ 2
- 0
group_vars/matrix_servers Просмотреть файл

@@ -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 else [])
}}

matrix_ssl_domains_to_obtain_certificates_for: |


Загрузка…
Отмена
Сохранить