Just got an email thanking me for being a 5-node/free user, but Portainer isn’t free and I need to stop being a cheap-ass and pay them because blah blah economic times enshittification blah blah blah.

I’ve moved off them a while ago, but figured I’d see if they emailed EVERYONE about this?

A good time to ditch them if you haven’t, I suppose.

  • Lem453
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 days ago

    Does anyone know if dockge allows you to directly connect to a git repo to pull compose files?

    This is what I like most about portainer. I work in the compose files from an IDE and the check them into my self hosted git repo.

    Then on portainer, the stack is connected to the repo so only press a button to pull the latest compose and there is a check box to decide if I want the docker image to update or not.

    Works really well and makes it very easy to roll back if needed.

    • ShortN0te@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 days ago

      No, but it is designed that way that you can simply point dockge to the local cloned repo. Then you simply have to git pull and your done.

    • Possibly linux@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      2
      ·
      4 days ago

      I personally never understood the need for fancy docker guis. You can do that from the command line easily. If you want to automate it you can use Ansible.