Slavi Pantaleev

Results 202 comments of Slavi Pantaleev

> Could ratelimits be disabled in the register-user task? They cannot. You'd need to use one of the other ways

When you get "ERROR! Received 500 Internal Server Error", you can check the logs for Synapse and see what the actual problem is. It may be that Synapse is not...

Your reverse proxy is likely not sending a `Host` HTTP header or is sending an unexpected value. The request seems to be reaching Traefik, but it responding with "404 not...

Alll your modifications go to `inventory/hosts` or `inventory/matrix.DOMAIN/vars.yml`. The `matrix.conf` file I've linked to above is an example file that you can copy into your nginx configuration. You're not really...

Calling via the IP does not pass a `Host` header, so it won't work. If you modify your `hosts` file (`/etc/hosts` on UNIX, `C:\Windows\something\something\hosts` on Windws) and hardcode `matrix.DOMAIN` to...

Why? Are you using a username with special characters that break the YAML parser without quotes?

It should work.. And there should still be some people who continue using it (including myself on some old projects). However, no new development is being done on this library....

In my opinion it's not a good choice for web development at the moment. If it works well for you, though, there's no reason to change. To each his own.

I understand! You should probably adjust the Traefik examples to mention this, as it especially affects Traefik setups negatively. It took me a while to figure our why reverse-proxying via...

Sounds good! Thank you for improving things! Seems like #1517 only fixes this when `ENABLE_SUBDOMAINS` is enabled though? I'm not sure I understand how it works.