- 9 Posts
- 6 Comments
jogai_san@lemmy.worldOPto Selfhosted@lemmy.world•This Week in Self-Hosted (11 April 2025)English1·2 months agoCan someone remind him? ;)
jogai_san@lemmy.worldOPto Selfhosted@lemmy.world•This Week in Self-Hosted (11 April 2025)English1·2 months agoYeah yeah. For some people self hosting is a lot about pirating content :-) Just trying to make lemmy happen…
jogai_san@lemmy.worldOPto Selfhosted@lemmy.world•This Week in Self-Hosted (11 April 2025)English0·2 months agoNot my content, but always interesting. Since the author always uses refs in his links I set this one to lemmy. Hopefully he’ll be posting on lemmy in the near future ;)
jogai_san@lemmy.worldOPto Selfhosted@lemmy.world•GitHub - outerbase/studio: A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite.English1·2 months agoOk, I updated my drawing, so the arrows are correct:
┌─────────────────────────────────────────────────────────────────┐ │ Browser │ └─────────────────────────────────────────────────────────────────┘ ▲ │ :443 │ :80 ▼ ┌────────────────────────────────────────────────────────────────┐ │ Proxy (traefik) │ └────────────────────────────────────────────────────────────────┘ ▲ ▲ ▲ │ │ │ │ :3000 │ :8085 │ :5001 │ │ │ ▼ ▼ ▼ ┌───────────────────────┐ ┌────────────────┐ ┌────────────────┐ │ DBgate (in docker) │ │ pgBackupWeb │ │ My custom app │ └───────────────────────┘ └────────────────┘ └────────────────┘ ▲ ▲ ▲ │ :5432 │ :5432 │ :5432 │ │ │ ▼ ▼ ▼ ┌────────────────────────────────────────────────────────────────┐ │ Database │ └────────────────────────────────────────────────────────────────┘
DbGate is connecting to my postgresql db. If I kill the container the communication is cut off. The ports 3000, 8089, 5001, 5432 are not open. How does DbGate load my postgres data then, if no backend? Sometimes I use it when my client messes up something thats only repairable in the db. Thats the exact scenario where its useful to run it in docker.
It’s right in their docs
Where? The app runs in the browser, but the data is still remote (from the pov of the browser)
jogai_san@lemmy.worldOPto Selfhosted@lemmy.world•GitHub - outerbase/studio: A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite.English0·2 months agoIf anyone got this running in docker for example, I like to hear from you ;)
It’s not for work but self 😉 Honest mistake, I don’t know why or how.