witchent
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...