HACKER Q&A
📣 nerdyadventurer

Is there an open source alternative to Digitalocean app platform?


Digital ocean app platform make things easy by deploying changes on git push (git ops), handling domain names. Is there something similar but opensource which can be used on Hetzner?


  👤 mtmail Accepted Answer ✓
Quite a few. Search for "PaaS", e.g. https://dokku.com/

Specific to Hetzner https://github.com/hetznercloud/awesome-hcloud might list some integrations (PaaS solutions often need an adapter, configuration or plugin for each provider like Hetzner)