Merge remote-tracking branch 'origin/master' into hookshot

This commit is contained in:
HarHarLinks
2022-01-30 17:50:50 +01:00
40 changed files with 157 additions and 118 deletions

View File

@ -1522,6 +1522,8 @@ matrix_nginx_proxy_systemd_wanted_services_list: |
+
(['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-hookshot.service'] if matrix_hookshot_enabled else [])
}}