Initial maubot commit

This commit is contained in:
Julian-Samuel Gebühr
2022-06-23 20:24:52 +02:00
parent f57aed8e01
commit d24cb7db6f
10 changed files with 371 additions and 0 deletions

View File

@ -1053,6 +1053,33 @@ matrix_bot_matrix_registration_bot_systemd_required_services_list: |
#
######################################################################
######################################################################
#
# matrix-maubot
#
######################################################################
# We don't enable bots by default.
matrix_maubot_enabled: false
matrix_maubot_container_image_self_build: "{{ matrix_architecture not in ['amd64'] }}"
matrix_maubot_systemd_required_services_list: |
{{
['docker.service']
+
['matrix-' + matrix_homeserver_implementation + '.service']
+
(['matrix-nginx-proxy.service'] if matrix_nginx_proxy_enabled else [])
}}
######################################################################
#
# /matrix-maubot
#
######################################################################
######################################################################
#