Comment on Ideon 0.9 — from watching to acting
warmaster@lemmy.world 6 days ago
2 days ago I was talking with a friend about starting to vibe code something similar to ideon, this is freaking great! And made by an actual human dev!
I’ll try it as soon as I can. Is it easy to selfhost? I have a server at home and I want to organize my scripts, projects, ideas, etc.
B0rax@feddit.org 6 days ago
There is a docker compose file you can use, no further setup required
expyth0n@lemmy.world 5 days ago
Yep! One command. It just pulls a single docker image, asks for a few env vars, then starts the app :D
B0rax@feddit.org 5 days ago
As a feedback: I would prefer that you also link to the docker compose file in the readme. I don’t necessarily want to pipe a script directly into the shell… (it is also way less universal than the compose file)
expyth0n@lemmy.world 5 days ago
Oh mb never thought of that, thanks, I will