Switch mautrix-discord from matrix-nginx-proxy to matrix-homeserver-proxy
This commit is contained in:
@ -93,6 +93,11 @@
|
||||
owner: "{{ matrix_user_username }}"
|
||||
group: "{{ matrix_user_groupname }}"
|
||||
|
||||
- name: Ensure mautrix-discord container network is created
|
||||
community.general.docker_network:
|
||||
name: "{{ matrix_mautrix_discord_container_network }}"
|
||||
driver: bridge
|
||||
|
||||
- name: Ensure matrix-mautrix-discord.service installed
|
||||
ansible.builtin.template:
|
||||
src: "{{ role_path }}/templates/systemd/matrix-mautrix-discord.service.j2"
|
||||
|
Reference in New Issue
Block a user