• Top
  • New

Ask HN: Is there an open source alternative to Digitalocean app platform?

by nerdyadventurer on 10/17/2023, 1:35:48 PM with 1 comments
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?

  • by mtmail on 10/17/2023, 1:48:35 PM

    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)