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

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker

Results 396 matrix-docker-ansible-deploy issues
Sort by recently updated
recently updated
newest added

Wanted to see if there was any possibility of this ansible expanding to include Conduit.rs as an alternative to Synapse in the ansible deploy. Maybe for lower resource deployments.

Last week, I had decided to do a reinstallation of my VPS with all the data on 2 partitions. I had some issues doing the reinstallation, and now I have...

The docker binary is just a rest client that is talking to the docker daemon, which means that you aren't supervising the services but just the docker binary. I'm not...

suggestion

**Is your feature request related to a problem? Please describe.** Setting up proper permissions to control mautrix-telegram relay with an administrator user is poorly documented. Without setting administrator rights by...

**Describe the bug** When deploying matrix, I receive this error. **To Reproduce** I'm trying to move a matrix installation to a new server. When starting postgres and setting it up,...

this is kind of pedantic as it generally works out alright, but might potentially speed up upgrade-restarts. starting the playbook, some services fail to start a couple times before eventually...

With the new location sharing feature in Element it's possible to self-host a tile server for downloading maps. See https://matrix.org/docs/guides/map-tile-server

**Is your feature request related to a problem? Please describe.** I would like to integrate with the [Chatwoot bridge](https://gitlab.com/beeper/chatwoot) to this project. **Describe the solution you'd like** If I or...

Currently hookshot generic webhooks get routed to `/:hookId` on the webhooks listener, but https://github.com/matrix-org/matrix-hookshot/pull/227 is chaging things so we now prefer them to be routed to `/webhook/:hookId`. While previous setups...

Thank you for awesome project. One question though, Are you guys are testing Ansible in CI or anywhere before/after merging in master/main?