matrix-docker-ansible-deploy icon indicating copy to clipboard operation
matrix-docker-ansible-deploy copied to clipboard

Chatwoot bridge

Open matusfaro opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. I would like to integrate with the Chatwoot bridge to this project.

Describe the solution you'd like If I or someone else was to contribute the Chatwoot bridge, would you be open to merging it in? Could you give me pointers to any issues I may encounter adding it? Is it feasible in your opinion?

matusfaro avatar Mar 10 '22 14:03 matusfaro

Sure! All of the bridge roles we have now have been contributed by the community as well.

You basically need to look at which current (matrix-bridge-*) role is most similar to it, copy it into matrix-bridge-chatwoot and modify until it works. Note that we aim for each role to be independent from the others as much as possible. Each role defines and uses only its own variables or variables that are part of the matrix-base role. Roles can influence one another by the group_vars/matrix_servers file which wires them together. Each role has a section in group_vars/matrix_servers which "hooks" it into the playbook.

If you're hitting problems or questions during your implementation, you can ask here, or in our Matrix room.

spantaleev avatar Mar 11 '22 07:03 spantaleev