Slavi Pantaleev

Results 202 comments of Slavi Pantaleev

Have you tried enabling the Synapse Admin API? By default, as per upstream recommendations, we don't expose `/_synapse/admin` endpoints publicly (e.g. `https://matrix.DOMAIN/_synapse/admin`), but they are available over the container network...

Would you try setting `homeserverUrl` to `{{ matrix_homeserver_container_url }}` instead? This is where the homeserver can be reached over the container network. The default we use is `{{ matrix_homeserver_url }}`,...

Looks like there are various `dendrite` references in this still. More replacements are needed. Thanks for getting us started on supporting Conduit! :+1:

Your problem most likely is that your SQLite database is from an older version of Synapse (compared to the one that the playbook uses; v1.62.0 as of right now). So...

Your PR removing the necessity for this workaround may be good though The `synapse` user is present, because the `matrix-postgres` role prepares a database and users for each component in...

So it managed to import it alright, but then the password for the `synapse` user ended up incorrect? Perhaps a new `--tags=setup-all` after the import may help.

Thanks for confirming that these bridges work! Right now, bridges use an init task (`roles/SOME_BRIDGE/tasks/init.yml`) to dynamically inject themselves into Synapse configuration and volumes when the given bridge is enabled....

Thanks for working on improving this! Let me know when it's ready for review.

No plans. Most of our bridges are community contributions by people interested in having these bridges. Looks like the WeChat bridge already has a Docker image, so it shouldn't be...

If they have ARM support for `latest`, then it's probably just a matter of time before a tagged release appears. We'd better wait. You can open an issue at their...