spantaleev / matrix-docker-ansible-deploy

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
GNU Affero General Public License v3.0
4.74k stars 1.02k forks source link

Consider adding matterbridge support #1458

Open robbyoconnor opened 2 years ago

robbyoconnor commented 2 years ago

It would be neat if matterbridge support were added to the playbook.

I'm opening this issue to gather comments and feedback on it. I am willing to do the work when I have cycles to do so.

rltas commented 1 year ago

There's an unmaintained(?) Ansible role already, didn't look into it yet: https://github.com/jwflory/ansible-role-matterbridge

spantaleev commented 1 year ago

This role installs Matterbridge without the use of containers, so.. it's not ideal and likely not of much help.

Still, it can serve as some inspiration for whoever decides to make a good role for us, which uses containers.

thehijacker commented 1 year ago

Another vote for mattermost. Only one that is missing for me.

oliverlorenz commented 2 months ago

Hello everyone!

I have written an ansible role modelled on the other roles of MASH. Matterbridge is installed via Docker. But since this is my first role for MASH, I'm not sure yet if it would survive the trained eye of @spantaleev ;) I would be grateful for feedback.

I would also be reluctant to maintain the role myself. Couldn't it be maintained in mash as well? Would somehow be more appropriate ;)

https://github.com/oliverlorenz/ansible-role-matterbridge

edit: Maybe its a better idea to integrate this here: https://github.com/mother-of-all-self-hosting/mash-playbook/pull/218