Dan Sosedoff
Dan Sosedoff
Sorry i'm just looking over this issue - do you have any repro steps i can use locally?
Hi sorry i dont have much time to troubleshoot your issue, but it seems like you have a custom session, pgweb does not use the `pg_host` param. Are you setting...
I can't reproduce this issue at all. If you're running pgweb behind a reverse proxy or any other tool it might be worth checking out the configuration. I would appreciate...
hello @GeertsP , could you try connecting via `--host 127.0.0.1` ?
@animentork is right - there's gotta be something on the server side that does not allow connections. If you're running vanilla postgres from ubuntu os (or similar) it will only...
Does your setup use any TLS for postgres?
i dont remember all the options, but you can add `?sslmode=disable` to your connection string to skip any verification. is that what you're looking for ?
ok, i'll take a look. if you have a PR - send it over as well, would be helpful.
yeah, i was thinking about adding a database (sqlite) to store settings and other db-related stuff (mostly queries). not sure when i get to implement that.
Hey @Davincible my main motivation for switching to debian-based image was related to cross-compilation for different platform, in #568, if i recall correctly. As for fixing the issue - i...