home.social

#dokku โ€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dokku, aggregated by home.social.

fetched live
  1. 6 years ago hosting a #Elixir #Phoenix app was daunting.

    From #Gigalixir, #Render, to #Flyio.

    The tools from those providers did a lot, but at the time there's always something missing that needed manual fixing and custom scripting.

    Finally settled on a good cheap VPS that I could control.

    I wanted an experience similar to Heroku and a #Dokku VPS did the job.

    I like it. Few edge cases, and since I know my way around docker I'll manage just fine.

    #rant #awswrappers

  2. 6 years ago hosting a #Elixir #Phoenix app was daunting.

    From #Gigalixir, #Render, to #Flyio.

    The tools from those providers did a lot, but at the time there's always something missing that needed manual fixing and custom scripting.

    Finally settled on a good cheap VPS that I could control.

    I wanted an experience similar to Heroku and a #Dokku VPS did the job.

    I like it. Few edge cases, and since I know my way around docker I'll manage just fine.

    #rant #awswrappers

  3. ๐—–๐—ฟ๐—ฒ๐—ฎ๐˜๐—ฒ ๐˜†๐—ผ๐˜‚๐—ฟ ๐—ผ๐˜„๐—ป ๐—›๐—ฒ๐—ฟ๐—ผ๐—ธ๐˜‚ ๐—ฐ๐—น๐—ผ๐—ป๐—ฒ ๐—ณ๐—ผ๐—ฟ $๐Ÿฑ ๐—ฎ ๐—บ๐—ผ๐—ป๐˜๐—ต ๐˜„๐—ถ๐˜๐—ต ๐——๐—ผ๐—ธ๐—ธ๐˜‚:

    #PaaS #Docker #Dokku

    thewhale.cc/posts/create-your-

    Dokku is a Docker powered mini-Heroku in around 200 lines of Bash that lets you set up your own Platform-as-a-Service infrastructure at a fraction of the cost. This makes it possible for you to host your own apps with all of the features offered by an actual provider like Heroku. (- Dave Kiss)

  4. ๐—–๐—ฟ๐—ฒ๐—ฎ๐˜๐—ฒ ๐˜†๐—ผ๐˜‚๐—ฟ ๐—ผ๐˜„๐—ป ๐—›๐—ฒ๐—ฟ๐—ผ๐—ธ๐˜‚ ๐—ฐ๐—น๐—ผ๐—ป๐—ฒ ๐—ณ๐—ผ๐—ฟ $๐Ÿฑ ๐—ฎ ๐—บ๐—ผ๐—ป๐˜๐—ต ๐˜„๐—ถ๐˜๐—ต ๐——๐—ผ๐—ธ๐—ธ๐˜‚:

    #PaaS #Docker #Dokku

    thewhale.cc/posts/create-your-

    Dokku is a Docker powered mini-Heroku in around 200 lines of Bash that lets you set up your own Platform-as-a-Service infrastructure at a fraction of the cost. This makes it possible for you to host your own apps with all of the features offered by an actual provider like Heroku. (- Dave Kiss)

  5. CVE-2026-54636 - Critical OS Command Injection in Dokku. App.json cron commands with shell chars can break container isolation. CVSS 9.0. Update to 0.38.7 immediately. #CVE #Dokku #infosec

    valtersit.com/cve/CVE-2026-546

  6. CVE-2026-45408 - Critical Command Injection in Dokku. CVSS 9.0. No patch available. Mitigations required. Limit git push access and review app name validation. #CVE #Dokku #infosec

    valtersit.com/cve/CVE-2026-454

  7. CVE-2026-45408 - Critical Command Injection in Dokku. CVSS 9.0. No patch available. Mitigations required. Limit git push access and review app name validation. #CVE #Dokku #infosec

    valtersit.com/cve/CVE-2026-454

  8. Server-Wartung Session done ๐Ÿ› ๏ธ

    Was in einer Opencode-Session so alles zusammenkommt:

    Dauer ca. 20 Minuten
    #glm52 รผber #ollama cloud
    knapp รผber 70k token

    ๐Ÿ”ง Forgejo 15.0.2 โ†’ 15.0.3
    gepatched (ps:rebuild, app.ini ROOT verifiziert, health grรผn)

    ๐Ÿ—‘๏ธ Aufgerรคumt - 2 stillgelegte Services entfernt:
    - Open WebUI (KI-Chat, docker-image deploy) - Skill, nginx conf, SSL cert, update-check raus
    - opencode-web (dev.premium-web.ai) - systemd service, nginx conf, SSL cert, update-check raus

    ๐Ÿ—๏ธ Refactored - monolithische 355-Zeilen `update.sh` in modulare Struktur:
    - `lib/common.sh` + `lib/version-check.sh` (shared helpers)
    - `checks/{forgejo,immich,backup,system}.sh` (eine Datei pro Service)
    - Neuer Service = 1 Datei + 1 Zeile in Main
    - Borg secrets aus Skript in `.env` ausgelagert

    ๐Ÿ›ก๏ธ Backup-Check rewrite - recency statt nur count:
    - Borg `--last 1 --json` โ†’ neuestes Archiv muss <26h alt sein
    - DB-Dump-Freshness-Check mit explizitem Alter
    - 3 pure Hilfsfunktionen + Orchestrator
    - Bugfix: zeigte 2.70 TB (compressed) statt 263 GB (dedup) - jetzt korrekt

    ๐Ÿ“š Doku aktualisiert - AGENTS.md, home.md, backup SKILL.md:
    - Aktuelle Services, modulares Update-System, "Adding a new check" Howto
    - restic komplett entfernt (incompatible mit Hetzner Storagebox) - Borg-only
    - 7 commits, alle gepusht (auto-deploys Doku via Forgejo Actions)

    Fazit: Infrastructure-as-code feels good โœจ

    #selfhosted #homelab #borgbackup #forgejo #dokku #opencode #linux

  9. Server-Wartung Session done ๐Ÿ› ๏ธ

    Was in einer Opencode-Session so alles zusammenkommt:

    Dauer ca. 20 Minuten
    รผber cloud
    knapp รผber 70k token

    ๐Ÿ”ง Forgejo 15.0.2 โ†’ 15.0.3
    gepatched (ps:rebuild, app.ini ROOT verifiziert, health grรผn)

    ๐Ÿ—‘๏ธ Aufgerรคumt - 2 stillgelegte Services entfernt:
    - Open WebUI (KI-Chat, docker-image deploy) - Skill, nginx conf, SSL cert, update-check raus
    - opencode-web (dev.premium-web.ai) - systemd service, nginx conf, SSL cert, update-check raus

    ๐Ÿ—๏ธ Refactored - monolithische 355-Zeilen `update.sh` in modulare Struktur:
    - `lib/common.sh` + `lib/version-check.sh` (shared helpers)
    - `checks/{forgejo,immich,backup,system}.sh` (eine Datei pro Service)
    - Neuer Service = 1 Datei + 1 Zeile in Main
    - Borg secrets aus Skript in `.env` ausgelagert

    ๐Ÿ›ก๏ธ Backup-Check rewrite - recency statt nur count:
    - Borg `--last 1 --json` โ†’ neuestes Archiv muss <26h alt sein
    - DB-Dump-Freshness-Check mit explizitem Alter
    - 3 pure Hilfsfunktionen + Orchestrator
    - Bugfix: zeigte 2.70 TB (compressed) statt 263 GB (dedup) - jetzt korrekt

    ๐Ÿ“š Doku aktualisiert - AGENTS.md, home.md, backup SKILL.md:
    - Aktuelle Services, modulares Update-System, "Adding a new check" Howto
    - restic komplett entfernt (incompatible mit Hetzner Storagebox) - Borg-only
    - 7 commits, alle gepusht (auto-deploys Doku via Forgejo Actions)

    Fazit: Infrastructure-as-code feels good โœจ

  10. At some point my #Mastodon #Dokku image stopped doing the one thing it was made to.

    This update bumps the Mastodon version and fixes the streaming server.

    github.com/cooperaj/dokku-mast

  11. At some point my #Mastodon #Dokku image stopped doing the one thing it was made to.

    This update bumps the Mastodon version and fixes the streaming server.

    github.com/cooperaj/dokku-mast

  12. Was encountering this issue before I upgraded Dokku.

    Couldn't get to the bottom of it and it meant I couldn't deploy any updates to 2 of my #PHP projects on #Dokku

    Installing the multibyte string extension was causing errors with an undefined symbol for PQchangePassword (a PostgreSQL thing) made no sense and I didn't have time / energy to dig into it.

  13. Was encountering this issue before I upgraded Dokku.

    Couldn't get to the bottom of it and it meant I couldn't deploy any updates to 2 of my #PHP projects on #Dokku

    Installing the multibyte string extension was causing errors with an undefined symbol for PQchangePassword (a PostgreSQL thing) made no sense and I didn't have time / energy to dig into it.

  14. How did I fix a deployment issue I was having?

    Just said fuck it and upgraded #Dokku

    YOLO OPS.

  15. How did I fix a deployment issue I was having?

    Just said fuck it and upgraded #Dokku

    YOLO OPS.

  16. ๐—–๐—ฟ๐—ฒ๐—ฎ๐˜๐—ฒ ๐˜†๐—ผ๐˜‚๐—ฟ ๐—ผ๐˜„๐—ป ๐—›๐—ฒ๐—ฟ๐—ผ๐—ธ๐˜‚ ๐—ฐ๐—น๐—ผ๐—ป๐—ฒ ๐—ณ๐—ผ๐—ฟ $๐Ÿฑ ๐—ฎ ๐—บ๐—ผ๐—ป๐˜๐—ต ๐˜„๐—ถ๐˜๐—ต ๐——๐—ผ๐—ธ๐—ธ๐˜‚:

    #PaaS #Docker #Dokku

    thewhale.cc/posts/create-your-

    Dokku is a Docker powered mini-Heroku in around 200 lines of Bash that lets you set up your own Platform-as-a-Service infrastructure at a fraction of the cost. This makes it possible for you to host your own apps with all of the features offered by an actual provider like Heroku. (- Dave Kiss)

  17. I wonder what I should for pet-project-grade self hosting for web apps.

    I've been using #Dokku on the existing Hetzner server, which makes simple things certainly simple, but it has its limits and found a handful of annoying bugs over the last ~year I've been using it.

    Keen to shop around for something else that uses containers and is still simple enough for simple things, but isn't as much as an overkill like Kubernetes.

    Anyone has recommendations?

    #SelfHosting #PetProjects

  18. I wonder what I should for pet-project-grade self hosting for web apps.

    I've been using #Dokku on the existing Hetzner server, which makes simple things certainly simple, but it has its limits and found a handful of annoying bugs over the last ~year I've been using it.

    Keen to shop around for something else that uses containers and is still simple enough for simple things, but isn't as much as an overkill like Kubernetes.

    Anyone has recommendations?

    #SelfHosting #PetProjects

  19. just deleted the server for my old online course business from digital ocean

    rails 4, spree, #dokku, $5/mo droplet.

    8 years of 100% uptime

    not bad. infra doesn't have to be fancy.

  20. In the process, while updating #ruby, I also ended up upgrading my #dokku host, broke all my hosted website for a moment because of conflicts in #nginx (which was being launched by the system and so dokku could not launch it to reverse-proxy dokku apps...) but hey, now everything's upgraded and works ๐Ÿ’ช

  21. In the process, while updating #ruby, I also ended up upgrading my #dokku host, broke all my hosted website for a moment because of conflicts in #nginx (which was being launched by the system and so dokku could not launch it to reverse-proxy dokku apps...) but hey, now everything's upgraded and works ๐Ÿ’ช

  22. Good #Morning all. I am drinking my #Coffee and doing some server maintenance.

    Scratching my head as to why when I updated docker not all of my running containers came back up. They are managed by #Dokku but I had to manually restart four of them.

    Need to investigate why. :cofeepot:

  23. Good #Morning all. I am drinking my #Coffee and doing some server maintenance.

    Scratching my head as to why when I updated docker not all of my running containers came back up. They are managed by #Dokku but I had to manually restart four of them.

    Need to investigate why. :cofeepot:

  24. Small step for #DigitalSovereignty . Migrated #QWAN 's 152 git repositories to a self-hosted #gitea (after #bitbucket demainded money. we don't need issue trackers etc, so even gitea is overkill. I rarely use the web ui of these things, only to search a repository and clone it). h/t #dokku for making the first steps easy and @berthub.eu.articles for raising awareness.

  25. Small step for #DigitalSovereignty . Migrated #QWAN 's 152 git repositories to a self-hosted #gitea (after #bitbucket demainded money. we don't need issue trackers etc, so even gitea is overkill. I rarely use the web ui of these things, only to search a repository and clone it). h/t #dokku for making the first steps easy and @berthub.eu.articles for raising awareness.

  26. I continue to be delighted by #Dokku and impressed with its community. When was the last time I actually enjoyed migrating a #RubyOnRails app to a new server?

  27. I continue to be delighted by #Dokku and impressed with its community. When was the last time I actually enjoyed migrating a #RubyOnRails app to a new server?

  28. Like, I think my notes on moving legacy #RubyOnRails apps to #Dokku aren't super-long and are pretty focused, but could have a marketโ€”especially for a low price point. My joke's been this would be part of the "works on my machine" series.

  29. Like, I think my notes on moving legacy #RubyOnRails apps to #Dokku aren't super-long and are pretty focused, but could have a marketโ€”especially for a low price point. My joke's been this would be part of the "works on my machine" series.

  30. Been helping a non-profit move a#RubyOnRails app from a Capistrano deploy to #Dokku. Why haven't I been using this more often? It's not perfect, but damn Heroku-like and way better than bare metal.

  31. Been helping a non-profit move a#RubyOnRails app from a Capistrano deploy to #Dokku. Why haven't I been using this more often? It's not perfect, but damn Heroku-like and way better than bare metal.

  32. is some really nice software. Well done folks!

  33. #Dokku is some really nice software. Well done folks!

  34. @jasongorman #babysteps turns out #nextcloud architectural spike does not have to be a big step for me - I already have #dokku with #letsencrypt set up at #hetzner, and someone has documented how to do nextcloud - bitjockey.dev/deploying-nextcl . Maintaining and upgrading a vm with dokku has been low effort compared to other ways of hosting stuff (including wading through cloud consoles and api docs).

  35. @jasongorman #babysteps turns out #nextcloud architectural spike does not have to be a big step for me - I already have #dokku with #letsencrypt set up at #hetzner, and someone has documented how to do nextcloud - bitjockey.dev/deploying-nextcl . Maintaining and upgrading a vm with dokku has been low effort compared to other ways of hosting stuff (including wading through cloud consoles and api docs).

  36. ะขั‹ะฐะบ. ะŸะตั€ะฒั‹ะน ะทะฐะบะฐะทะฝะพะน ะฑะพั‚ ะทะฐะดะตะฟะปะพะตะฝ ะฝะฐ ะดะพะผะฐัˆะฝะธะน #dokku. ะกะฒะตั‚ ะฑั‹ ั‚ะตะฟะตั€ัŒ ะฟะพั€ะตะถะต ะฒั‹ะบะปัŽั‡ะฐะปะธ :-)

  37. @dewey hey, just wanted to say thank you for creating github.com/dewey/dokku-nginx-o

    It's functionality I have wanted to see in #Dokku for a while now, but haven't had the time to figure out how to write in.

  38. @dewey hey, just wanted to say thank you for creating github.com/dewey/dokku-nginx-o

    It's functionality I have wanted to see in #Dokku for a while now, but haven't had the time to figure out how to write in.

  39. Having blasted through two years of upgrades to my #GoToSocial instance I am now sat looking fearful at the v4.3.0 upgrade of #Mastodon.

    They have split the Docker image into one for web and one for streaming which is great and compatible with how I have things setup in #Dokku, the new environment variables shouldn't be difficult to set.

    It all looks easy enough, however if I hadn't read the release notes first it could have gone badly...

  40. Having blasted through two years of upgrades to my #GoToSocial instance I am now sat looking fearful at the v4.3.0 upgrade of #Mastodon.

    They have split the Docker image into one for web and one for streaming which is great and compatible with how I have things setup in #Dokku, the new environment variables shouldn't be difficult to set.

    It all looks easy enough, however if I hadn't read the release notes first it could have gone badly...

  41. Just updated github.com/cooperaj/dokku-mast to 4.3.1.

    I'm sure the cross section of Dokku users and Mastodon self-hosters is pretty small but this does make it all quite easy ๐Ÿ˜†

    #MastoAdmin #SelfHost #Dokku

  42. Just updated github.com/cooperaj/dokku-mast to 4.3.1.

    I'm sure the cross section of Dokku users and Mastodon self-hosters is pretty small but this does make it all quite easy ๐Ÿ˜†

    #MastoAdmin #SelfHost #Dokku

  43. Learn how to get Sync production and staging data with Dokku's apps:clone functionality. Keep your staging data in sync with production data and automate the process using cron jobs.

    #dokku #docker #DevOps

    dominickm.com/1691-2/

  44. Learn how to get Sync production and staging data with Dokku's apps:clone functionality. Keep your staging data in sync with production data and automate the process using cron jobs.

    #dokku #docker #DevOps

    dominickm.com/1691-2/

  45. Itโ€™s Friday late afternoon, so I guess itโ€™s gonna be good time for the thread about tech and business. I concluded #Kubernetes migration away from #Dokku on my side gig. Yay! It took me two weeks to fully migrate all environments, continuous integration and deployment pipelines.

    Production instance caught less than five minutes of downtime in total.

    My compute bill is going to be 2x of what it was before.

    My reasons for moving away from Dokku:
    * 0-downtime deployments
    * Deployment 1 ๐Ÿงต