- 21 Posts
- 33 Comments
jogai_san@lemmy.worldOPto Selfhosted@lemmy.world•GitHub - Snouzy/workout-cool: 🏋 Modern open-source fitness coaching platform.English1·1 month agoTry to contact the author (I’m not him).
How does it handle kernel updates? Can it do live patching?
jogai_san@lemmy.worldOPto Selfhosted@lemmy.world•GitHub - Snouzy/workout-cool: 🏋 Modern open-source fitness coaching platform.English7·1 month agoIts not my project, but my reasoning was that the selfhosted version would give you the same features as premium. I didnt look into detail into it tbh.
He claims he was the main contributor, I think, not the author. Fair disctinction imo. I can see the drive to keep something alive if you contributed a lot to a project, especially if you know the codebase well and think its very much feasible in other environments.
I know, me too.
jogai_san@lemmy.worldto News@lemmy.world•Anthropic destroyed millions of print books to build its AI models41·2 months agoIt’s not what I’d prefer they did, but to put this in perspective; I used to buy books on things like a local fair and such, but I talked to the book sellers and they told me that they have to throw so much away every year. So in the grand scheme of thinks, this was a spike in discarded books, but its nothing new. If everyone upset about it will buy a book this week;that will help much more.
The problem with ai isn’t this. It’s worse actually, but alas
jogai_san@lemmy.worldto Selfhosted@lemmy.world•MAZANOKE v1.1.5: Self-hosted local image optimizer in your browser — now supports TIFF, ICO, basic auth (featured on Tailscale, LINUX Unplugged, Selfh.st)English2·2 months agoIts a hosted tool and everything runs in the browser. It would be interesting to compare results because it could be that c++ is better suited for these kinds of operations.
jogai_san@lemmy.worldto Selfhosted@lemmy.world•MAZANOKE v1.1.5: Self-hosted local image optimizer in your browser — now supports TIFF, ICO, basic auth (featured on Tailscale, LINUX Unplugged, Selfh.st)English5·2 months agoFor me this begs the question, why does this question always come up in selfhosted communities? ;)
For me I like self-hosted apps because I switch between desktop and laptop, and some tools are nice to have on a phone too. This way I pull it in-house, and can use it everywhere. Besides that, there are two other laptops in the house and if I am using those I have the same tools available as well. It its something I need to help the kids with, and they need to use it more often they too can use it regardless of device. Plus its one less thing to install when setting up a new device.
It’s not for work but self 😉 Honest mistake, I don’t know why or how.
jogai_san@lemmy.worldOPto Selfhosted@lemmy.world•This Week in Self-Hosted (11 April 2025)English1·4 months agoCan someone remind him? ;)
jogai_san@lemmy.worldOPto Selfhosted@lemmy.world•This Week in Self-Hosted (11 April 2025)English1·4 months agoOh awesome
jogai_san@lemmy.worldOPto Selfhosted@lemmy.world•This Week in Self-Hosted (11 April 2025)English3·4 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)English4·4 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.English2·4 months agoSame.
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.local chewcw/outerbase-studio:v0.9.2
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.English3·4 months agoNot 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…
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.English21·4 months agoFriend, 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…
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.English11·4 months agoThe 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.
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.English3·4 months agoI…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: https://github.com/dbgate/dbgate/tree/master/packages/api
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.English3·4 months agoShow 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.
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.English4·4 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)
Everywhere I read that the mRNA vaccine is so fantastic. I had one shot of it, but I don’t remember what I read about it. Can someone point me at a resource that’s relatively easy to understand (I’m a reader of popular science books, but still) and also has some counterpoints against the most common misconceptions and/or misinformation.