Hacker News new | ask | show | jobs
by conradbez 1737 days ago
Looks very interesting, will have to give it a shot!

I made an open source “dashboard” for dokku that tries to give you Heroku ease of use with the cost of a single server.

Basically you run one script on the server and it deploys a dokku app which manages the deployment of additional dokku apps. Gives you GUI access to deploying new apps, changing env variables etc.

Would love feedback from anyone looking for an easy way to deploy dokku apps regularly.

https://github.com/conradbez/dokku-dashboard

1 comments

Long-time dokku user here. This seems interesting. How nicely does this play with more complicated things, like configuring ports for SSL, or using additional Dokku plugins? How about things like configuring the container network and things like upload size variables, or the wait time when deploying, etc.?
Haven't worked on this in a while so can't exactly remember but focuses more on the MVP functionality. Should be easy enough to add anything you could traditionally do through SSHing into the box though.