expyth0n
@expyth0n@lemmy.world
- Comment on Ideon 0.7 - connecting to the tools you already use 1 day ago:
Fair point. Docker is the only install path right now. I’m a solo dev and I can’t properly test across multiple platforms yet. A desktop app is on my list, it’ll happen if the project grows enough to justify it. And if you ever recover that energy, PRs are open :D
- Comment on Ideon 0.7 - connecting to the tools you already use 3 days ago:
why not, I’ll look into it to see what’s possible, btw there’s a public roadmap if you want to track what’s coming soon :
- Comment on Ideon 0.7 - connecting to the tools you already use 3 days ago:
thanks, if it helps, you can double click on the lines connecting blocks you can enter text to make it like a tag on connections :
- Comment on Ideon 0.7 - connecting to the tools you already use 3 days ago:
Have fun !
- Submitted 3 days ago to selfhosted@lemmy.world | 8 comments
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
There is already a non-piped docker-compose setup. The installer just downloads the compose file and env.example, and you can also get them manually from GitHub.
You don’t need to set APP_PORT. If it’s unset, the app falls back to the PORT var provided by Portainer. Just make sure APP_URL exactly matches the root path you’re using behind Nginx.
I know from a friend his deployment running fine on Portainer, so it should work with a standard setup.
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
ohh you’re great, I definitely won’t forget !
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
ohh okay good to know, thanks for the advice !
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
THANKS ! and yes from what I’ve read, I am strongly considering it
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
yeah obviously that’s ok, glad you like it, and yes, didn’t really focus on a mobile mode yet, but it’s coming soon if demand were to grow
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
bro, there’s one container for the app, and one container for postgres, the all doesn’t surpass 500 Mo of RAM… shere do you except to host the database ?
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
Ah man, that actually means a lot. Timing is everything I guess 😅
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
of course, there is better, i made an installer that does everything for you, downloads the yaml, the env.example creates secrets, prompts for hostname, port, etc. and finally starts the containers, of course you still have the choice to say no at every step, or edit the .env manually, everything is in the repo (I tried to post it here but seems to be blocked by lemmy’s firewall :-/ )
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
Okay, I’m not taking responsibility for any divorces caused by Ideon 😹
Really glad you liked the demo though, that means a lot. I honestly didn’t expect people to seriously consider moving their whole setup.
For Obsidian migration, yes, I can absolutely make it happen. But I want to be transparent, it’ll take a bit of time to build something clean and reliable :)
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
Thanks, there’s a demo if you want to try, just in case
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
You’re awesome !
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
#GoodFirstIssue 😹
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
how ? I just tried right now and it works, do you get an error or sum ?
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
Thank you, I am not aware of the risk with GitHub, can you tell me more?
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
YAY ! The goat 😆
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
Yes, of course, but I just think that when you make something and especially invite people to use it, you have to at least know what you’re doing, cuz I see a lot of people who promote open source, who want to contribute and so on, saying it’s free stuff, that’s okay, But throw something with AI, you don’t even know WTH you’re doing and you ask people to install your thing ? That’s where I really lose it tbh.
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
Thanks 🙌, appreciate it !
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
This is honestly one of the kindest messages I’ve received. THANKS ❤.
I’m just tired of seeing every project full of soulless AI slop for fame.
I try to build things with intention, even if it’s not the “trend”, I prefer to stay aligned with what suits me :)
- Submitted 2 weeks ago to selfhosted@lemmy.world | 47 comments
- Comment on Ideon v0.3: Sharing Links, Folders, Image Export, and Expanded Git Support 4 weeks ago:
Yo, 0.3.3 is out.
You can now add elements on tablet by long-pressing on an empty space, it opens the context menu. Demo’s already updated if you want to test it there.
- Comment on Ideon v0.3: Sharing Links, Folders, Image Export, and Expanded Git Support 5 weeks ago:
Public shareable links function as interactive read-only snapshots.
When a link is generated, a unique cryptographic token is mapped to the project’s current state in the database. The route serves this data to a canvas where all mutation logic and API write-access are disabled.
Key facts:
- Read-Only: Access is strictly limited to viewing and navigation. No data can be modified.
- Static State: It is not a real-time sync. The link reflects the project at the time of generation.
- Revocable: You can disable the link or regenerate the token at any time to kill previous access.
This is similar to how tools like Lufi or PrivateBin handle public access to specific resources without requiring authentication. And NoSQL/centralized backdoors 😅
- Comment on Ideon v0.3: Sharing Links, Folders, Image Export, and Expanded Git Support 5 weeks ago:
Yeah, that shouldn’t be hard to add.
If you don’t mind, open an issue just so I can track it properly. I’m already working on touch support anyway.
The plan is basically a long press on the background to open the menu and create blocks. That should feel natural on tablet without adding extra buttons everywhere.
- Comment on Ideon v0.3: Sharing Links, Folders, Image Export, and Expanded Git Support 5 weeks ago:
You’re not missing anything 🙂
Ideon isn’t fully tablet-compatible yet, and mobile portrait is even more limited at the moment.
Touch support is something I’ve been actively working on for a while. Some interactions, like right-click equivalents, need proper tactile handling, and that requires rethinking parts of the UX rather than just patching it.
A dedicated mobile mode for smaller screens is also planned. The challenge is making keyboard/mouse and touch experiences coexist cleanly without breaking workflows on either side, so it’s taking time to do it properly.
Sorry for the frustration on your side. I completely understand it. It’s definitely on my roadmap, even if it will require a bit more work before it feels right…
- Comment on Ideon v0.3: Sharing Links, Folders, Image Export, and Expanded Git Support 5 weeks ago:
Thanks so much! Really happy to hear that, it means a lot ❤️. I’m obviously looking forward to adding more block types and integrations, and ideas like Nextcloud or custom blocks are definitely on the roadmap.
- Comment on Ideon v0.3: Sharing Links, Folders, Image Export, and Expanded Git Support 5 weeks ago:
Thanks for the detailed feedback! I see what you mean, once people start dumping a lot of content, managing everything can get tricky. I actually use Ideon myself to develop the app and track progress, and honestly I’m not quite at that “large-scale brain dump” stage yet 😅. Nvm this is just the beginning, and I’m continuously improving the organization features !