top | item 28469463

(no title)

conradbez | 4 years 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

discuss

order

throwaway77384|4 years ago

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.?

conradbez|4 years ago

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.