-
Thanks for making pgweb. We are using it in the .NET Aspire team as one of the options for allowing developers targetting Postgres to be able to interactively inspect database state.
I was doing so…
-
### ✨ Describe the feature you'd like
`PGWEB_DATABASE_URL` is [hard-coded](https://github.com/lrstanley/helm-charts/blob/master/charts/pgweb/templates/deployment.yaml#L46), which makes using this cha…
-
https://github.com/sosedoff/pgweb `|>` https://sosedoff.github.io/pgweb/
![image](https://user-images.githubusercontent.com/194400/211465050-743fca86-eeaf-431e-9658-ba49efe26bd1.png)
Looks decen…
-
Hi Dan, how are you? I'm using PGWEB in a personal project and I spent some time configuring a docker compose to use a postgresql image along with a pgweb image
[docker-compose.txt](https://github.…
-
Hi there,
when using psql, I regularly use the pg_service.conf service file for faster authentication. Instead of providing everytime the host, username, db name and even pass, one can store in the…
-
Looks like when using pgweb kontinuous chart the `kubernetes.io/ingress.class: nginx` annotation is not relayed
Pourtant ca a l'air relayé dans [le chart kontinuous/fabrique/pg](https://github.com/…
-
I really like PGWeb,Can you add i18n? in this way,i can add chinese support and other
i have already done some work.
https://github.com/lvbuwei/pgweb
https://github.com/lvbuwei/pgweb/blob/maste…
-
- L linux
- A apache
- M mysql
- P php
-
I have depoyed pgweb in kubernetes. Pgweb work well but there is one issue.
When I connect to pgweb container with port-forward to localhost:8081 everything works for me.
But when I use a public ing…
-
Hi.
Since pgweb 0.13, bookmarks with no password defined aren't working anymore (it was OK in 0.12).
I'm running pgweb with the following args
```
opt/pgweb/bin/pgweb \
--list…