this post was submitted on 22 Nov 2023
166 points (98.3% liked)

Selfhosted

50062 readers
364 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
 

Features:

  • Manage compose.yaml
    • Create/Edit/Start/Stop/Restart/Delete
    • Update Docker Images
  • Interactive Editor for compose.yaml
  • Interactive Web Terminal
  • Reactive
    • Everything is just responsive. Progress (Pull/Up/Down) and terminal output are in real-time
  • Easy-to-use & fancy UI
    • If you love Uptime Kuma's UI/UX, you will love this one too
  • Convert docker run ... commands into compose.yaml
  • File based structure
    • Dockge won't kidnap your compose files, they are stored on your drive as usual. You can interact with them using normal docker compose commands
top 17 comments
sorted by: hot top controversial new old
[–] sup@lemmy.ca 21 points 2 years ago (3 children)

Finally! Goodbye Portainer!

[–] tristan@aussie.zone 6 points 2 years ago (1 children)

Not sure this would entirely replace portainer for me since that manages multiple machines, but I am keen to play with this

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

This was my first thought as well. This isn't a replacement for portainer agents on mulitple docker hosts, hopefully that's something that is doable in the future.

[–] neshura@bookwormstory.social 4 points 2 years ago

Sounds easy enough to implement tbh, will maybe take a look later how much work that'd be because it's a must have for me as well

[–] eager_eagle@lemmy.world 5 points 2 years ago (1 children)

I ditched portainer earlier this year to use the command line only, and don't miss it at all. If you're only using docker compose, I really don't see the point of it.

[–] ShortN0te@lemmy.ml 4 points 2 years ago

The CLI is just fine. But a Dashboard can give you a much better and faster overview of everything. (Color highlighting and so on)

[–] doeknius_gloek@feddit.de 2 points 2 years ago (2 children)

What's wrong with Portainer?

[–] neshura@bookwormstory.social 16 points 2 years ago* (last edited 2 years ago) (1 children)

A lot of smaller things, at least for me. The biggest grievance I have with it is the garbage tier UX between hitting "Deploy" on a stack and getting ito to do so. Error messages in the notification bubble get cut off, are unhelpful amd/or disappear too fast. That and the L9g Voewer sucking ass are my main problems with it and why I'll definitely check this out.

[–] rentar42@kbin.social 4 points 2 years ago (2 children)

Portainer has so many tiny broken places that I effectively treat it only as a read-only view. It lists my containers and shows my logs and nothing much else.

It could in theory do quite a bit more, but starting from the fact that it doesn't quite do docker-compose, but its own thing that's somehow similar but different there's just too many tiny issues with it.

Also, it's quite aggressively pushing the paid option without a way to turn that off (or at least turn it down to tolerable levels).

[–] Rootiest@lemmy.world 3 points 2 years ago

Also, it's quite aggressively pushing the paid option without a way to turn that off (or at least turn it down to tolerable levels).

I use an ad-blocker to strip those out

[–] pacjo@lemmy.dbzer0.com 2 points 2 years ago

Also, it's quite aggressively pushing the paid option without a way to turn that off

https://github.com/ngxson/portainer-ce-without-annoying

[–] ShortN0te@lemmy.ml 4 points 2 years ago (1 children)
  • UI, just too many annoyances. Fkr example the cut off unhelpfull error messages
  • compose files, like this project calls it are taken hostage by portainer
  • git, while you can use a repository there is no comfortable way to test out changes and commit them to git. Would portainer use a sinple file structure for compose files that would not be a problem
  • Ads, they try to promote there business version via the UI.
[–] dinckelman@lemmy.world 1 points 2 years ago

I could close my eyes to all of those, but the issue that pisses me off the most is that often enough Portainer just forgets which stacks it has ownership over, forcing you to delete the whole stack, dig up the old compose from its files, and create it again

[–] rentar42@kbin.social 13 points 2 years ago (1 children)

This is also by the author of Uptime Kuma, which explains the similarity in UI.

[–] kraynyan@discuss.tchncs.de 1 points 2 years ago

I saw the logo and thought it looked TOO familiar

[–] shotgun_crab@lemmy.world 3 points 2 years ago

I'll definitely be checking this out, thanks for the link

[–] juli@programming.dev 2 points 2 years ago

Wow! This is beautiful!