Results 30 comments of witchent

Any update here? It seems like the corresponding PR was closed? But the categories_as_tabs is still ignored if you use the default_settings. Or is there an easy workaround to remove...

Is this supposed to be fixed or not? in the config example it is still listed and I just pulled my hair out trying to make it work, but it...

Nevermind, that one is ancient, so no idea why it is not working for me

Found a working solution: ``database_url: postgres://user:password@socket-path/dbname`` where user, password and socket-path are percent encoded (so / -> %2F, = -> %3D etc)

Is this abandoned? I remember it being nearly ready a few years back, yet everything related seems to be stale.

Btw, unix sockets thankfully work with postgresql. Just use `` store.postgres.host = "/unix-sockets"``, where the psql socket is ``/unix-sockets/.s.PSQL.5432`` Maybe something similar can be done with MariaDB. You sadly cannot...

> @witchent Do you experience better performance using Unix sockets than a TCP connection to localhost? Modifying the webadmin to allow Unix sockets is trivial, what I need to check...

Is nginx handling encryption, i.e. https? If so, it's probably just your server having to encrypt/decrypt all messages. Check your cpu consumption, in my case my server is just not...

I didn't try the speedtest-rust, but I can see on my homeserver that nginx with TLS is using up all my CPU. I guess if you have a beefier setup...

I guess this is (at least somewhat) related to https://github.com/matrix-org/matrix-doc/issues/690.