Hacker News new | ask | show | jobs
by TanmoySarkar 747 days ago
Dokku is a great and matured tool for managing lifecycle of applications. But that's heavily on CLI. They have some web UI also but in Commercial version.

My focus is to build a PAAS which will have a great GUI to interact. So that anyone with little less knowledge of linux can even deploy apps with swiftwave.

Whenever we deploy in Heroku, Render or Railway to deploy app, we don't need to think much about underlying stuffs. I want to create similar kind of experience with Swiftwave.

Swiftwave handles many stuff other than lifecycle of app. It handles

> Application Deployment from git/image registry/uploaded code + Application Monitoring + Web SSH console for application + Webhook to trigger re-deployment of apps

> It uses docker swarm, so easily deploy apps across cluster also. Swiftwave completely support all the stuffs to work across cluster.

> Managed Ingress (HAProxy for TCP/HTTP/HTTPS, Custom built udp proxy)

> Domain + SSL Management (With Let's encrypt integration with auto-renewal support)

> Persistent Volume Management (Check size, Backup [local+s3], Restore of volume)

> Server Management ( Easy Onboarding + Server Monitoring + Web SSH Console for server )

> It has also a integrated app-store to install app at single click.

You may check the website to learn about all the features - https://swiftwave.org/

1 comments

Thank you!

Sounds like something I should find project to play around with Swiftwave