this post was submitted on 11 Feb 2026
53 points (100.0% liked)

Selfhosted

60409 readers
378 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hi selfhosters ๐Ÿ‘‹

After the feedback I received from self-hosters here and elsewhere, I focused this update on things that matter specifically when you run everything on your own infrastructure.

This update adds:

  • ๐Ÿ”— Generate public shareable links for your projects
  • ๐Ÿ—‚ Organize everything using folders
  • ๐Ÿ–ผ Export a full project as a single image

But more importantly for this community:

  • ๐Ÿ”Œ Connect to GitHub, GitLab, Gitea, and Forgejo
  • ๐Ÿ  Use it with self-hosted Git servers
  • ๐Ÿ” Provide a personal access token to work with private repositories

Several people mentioned the need to work with private repos and internal Git instances without relying on external services. You can now point Ideon to your own server and use your own token. No third-party dependency required.

Installation is still designed to stay simple. One curl command:

  • Downloads the docker-compose.yml
  • Downloads the env.example
  • Generates all required secrets securely
  • Prompts you for SMTP, app URL, port, etc.
  • Starts the containers

No repo cloning. No manual secret generation. No external SaaS. Everything runs in two containers: app and database.

GitHub: https://github.com/3xpyth0n/ideon

Docs: https://www.theideon.com/docs

As always, Iโ€™m open to feedback. If you self-host it and hit friction anywhere, I want to know.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] expyth0n@lemmy.world 1 points 4 months 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 !