Slavi Pantaleev

Results 202 comments of Slavi Pantaleev

I've justed tested this against a Debian 12 VM with a `vars.yml` file that looks like this: ```yml --- matrix_domain: example.com matrix_homeserver_implementation: synapse matrix_homserver_federation_enabled: false matrix_homeserver_generic_secret_key: 'test' matrix_synapse_workers_enabled: true matrix_playbook_reverse_proxy_type:...

You're not telling us how you "tried to get OIDC working" - what did you do to end up in this situation? Perhaps you upgraded Synapse and then trying to...

Yes. If your setup had federated, you may also consider saving your signing key (see /matrix/synapse/config). Preserving /matrix/traefik/ssl/acme.json (I may be misremembering the exact path to the acme.json file) may...

There are many similar issues on this repository. Search and you shall find. Check Traefik logs - it's probably failing to obtain certificates for `matrix.DOMAIN` - most likely due to...

The [documentation](https://docs.mau.fi/bridges/general/double-puppeting.html#appservice-method-new) says: > First create a **new appservice registration file**. **Don't touch the bridge's main registration file**, and make sure the ID and as/hs tokens are different (having multiple...

This is unlikely to be a problem with the Ansible deployment method, but rather with the specific Matrix clients you're using. This issue likely does not belong here.

It should be connected to its network automatically, courtesy of: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/da27655ef34999fa924bc0a5e641dbd9ba06f133/group_vars/matrix_servers#L4443C37-L4443C37

Have you recently executed `just roles` or `make roles` to update the roles used by the playbook?

I don't think it's related to your encrypted hard disk. You're not telling us what the error message is, but it's most likely SSH connectivity/credentials related.

Try: `journalctl -fu matrix-traefik` It seems like Traefik cannot obtain SSL certificates. Likely reasons are that you've not opened port 80 on the machine or that DNS does not resolve...