jogai_san
@jogai_san@lemmy.world
- Comment on This Week in Self-Hosted (11 April 2025) 1 day ago:
Can someone remind him? ;)
- Comment on This Week in Self-Hosted (11 April 2025) 1 week ago:
Oh awesome
- Comment on This Week in Self-Hosted (11 April 2025) 1 week ago:
Yeah yeah. For some people self hosting is a lot about pirating content :-) Just trying to make lemmy happen…
- Comment on This Week in Self-Hosted (11 April 2025) 1 week ago:
Not 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 ;)
- Submitted 1 week ago to selfhosted@lemmy.world | 10 comments
- Comment on GitHub - outerbase/studio: A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite. 1 week ago:
Same.
Only thing is, when I run it the postgresql driver is ‘invalid’. But I’m trying with an older version, like this:
`docker run --rm -it --name outerbase --network host -h outerbase.thuis chewcw/outerbase-studio:v0.9.2
- Comment on GitHub - outerbase/studio: A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite. 2 weeks ago:
Not gonna lie, telling people how they need to get educated on stuff you don’t understand ticks me off.
Thanks for backing me up. The fediverse needs to grow because this way it allows for people to be spout nonsense without being corrected by peers.
Btw, had outerbase running trough docker, but could not figure out a way to connect to my own pSql yet…
- Comment on GitHub - outerbase/studio: A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite. 2 weeks ago:
Friend, I’ve literally linked the DBGate repo. You can see yourself there is no server component running
Yet you ignore I pointed to the api component in the repo…
- Comment on GitHub - outerbase/studio: A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite. 2 weeks ago:
The point is: DBgate is capable of running in a container which makes a connection to a database. You insist this is not how it works, but yet its the way I have set it up.
My question was if outerbase is usable in the same way. You clearly have not enough knowledge to answer that, so no, my question isnt answered.
- Comment on GitHub - outerbase/studio: A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite. 2 weeks ago:
I…don’t think I need to.
You dont need to indeed, but since you mentioned them first.
If you’re unfamiliar with all of this, that’s your job to get educated.
I’m a software engineer from way before the js hype, so I think I’m properly educated thanks.
The “proof” is right there in all it’s glory for you to peruse.
Indeed, here is the api part: github.com/dbgate/dbgate/tree/master/…/api
- Comment on GitHub - outerbase/studio: A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite. 2 weeks ago:
Show me the docs. It really sounds like you’re confidentially incorrect :-)
The app part is indeed just running in the browser. But it needs the data over an external connection. Explain how it can read/write the data to me.
- Comment on GitHub - outerbase/studio: A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite. 2 weeks ago:
Ok, 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)
- Comment on GitHub - outerbase/studio: A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite. 2 weeks ago:
It seems there is a misunderstanding. To be clear, this is what I mean:
┌───────────────────────┐ │ Browser │ └───────────────────────┘ ▲ │ port 443 open │ │ ┌────┼──────────────────┐ │ Proxy (traefik) │ └───────────────────────┘ ▲ │ │ web port open to proxy │ │ ┌────┼──────────────────┐ │ DBgate (in docker) │ └───────────────────────┘ ▲ │ │ │ ┌────┼──────────────────┐ │ Database │ └───────────────────────┘
- Comment on GitHub - outerbase/studio: A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite. 2 weeks ago:
Are you sure? Because thats how dbgate works, and I thought this was similar.
- Comment on GitHub - outerbase/studio: A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite. 2 weeks ago:
Well, I assume there is a backend which takes care of securely connecting to the databases. That way I can connect the backend to the internal network where I can connect to the database, and without exposing the database port still use this from the browser.
- Comment on 🗂️ ChartDB – Open-Source Database Diagrams | Self-Hosted Alternative to dbdiagram.io & DrawSQL 2 weeks ago:
Deterministic DDL Export - Replaced AI-based export with native SQL generation
- Comment on GitHub - outerbase/studio: A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite. 2 weeks ago:
If anyone got this running in docker for example, I like to hear from you ;)
- GitHub - outerbase/studio: A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite.github.com ↗Submitted 2 weeks ago to selfhosted@lemmy.world | 42 comments
- Comment on Looking for simple self-hosted image editor / resizer app 4 weeks ago:
I know its resolved, but discovered this today: github.com/civilblur/mazanoke
- Comment on sharevb/it-tools: Collection of handy online tools for developers, with great UX. 4 weeks ago:
I see now
- Comment on sharevb/it-tools: Collection of handy online tools for developers, with great UX. 4 weeks ago:
Only trough the mobile ui. Or at least not trough the default ui on lemmy.world
- Comment on sharevb/it-tools: Collection of handy online tools for developers, with great UX. 5 weeks ago:
Same for me, that’s why I shared it. I don’t know why he’s not merging PR’s because this fork tries to share everything back.
- Comment on sharevb/it-tools: Collection of handy online tools for developers, with great UX. 5 weeks ago:
I’ll keep that in mind next time
- Comment on sharevb/it-tools: Collection of handy online tools for developers, with great UX. 5 weeks ago:
Strange, I’m pretty sure I did fill in the url. Or does attaching a picture change the post type so the url is not taken into account?
- Submitted 5 weeks ago to selfhosted@lemmy.world | 20 comments
- Comment on Looking for simple self-hosted image editor / resizer app 5 weeks ago:
IT-tools has an image resizer: github.com/sharevb/it-tools (this is a fork of the original, not sure if the original has the same tool, but in any case this fork is way ahead)
- Submitted 5 weeks ago to selfhosted@lemmy.world | 8 comments
- Submitted 5 weeks ago to selfhosted@lemmy.world | 8 comments