this post was submitted on 04 Apr 2025
25 points (93.1% liked)

Selfhosted

45449 readers
249 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] irmadlad@lemmy.world 2 points 12 hours ago (1 children)

I saw that Docker Compose Maker in the wild. I could see how that would be very handy for those just getting started in the SelfHosting arena.

[–] Flying_Hellfish@lemmy.world 2 points 10 hours ago* (last edited 10 hours ago) (1 children)

DCM looks somewhat interesting, I'm not sure I have a use case for it between proxmox helper scripts and the "Docker run to Docker compose converter" in it-tools, but I always like messing with new containers so I might spin up DCM just to see if there's a use for me.

I also find it a little funny that DCM is a docker container that you have to copy a compose file from the documentation to launch when that is the exact use case they are saying you can avoid by using it.

[–] irmadlad@lemmy.world 2 points 10 hours ago (1 children)

Sometimes I'll throw something on the test server just to see how it works and maybe gain a little knowledge along the way.

[–] Flying_Hellfish@lemmy.world 1 points 8 hours ago

100% agree. This feels like more of a learning tool to me. See how compose files are structured, maybe combine it with some documentation and start branching out from there.