Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 890 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 890 Bytes

UPDATE: I'm currently redesigning the app by writing an API on top of Dokku Daemon. Dokku Man will interact with the HTTP API instead of connecting it through SSH. No ETA but hang tight! https://github.com/beydogan/dokku-api

dokku-man Status

Web interface to manage your dokku servers. Its work in progress

Screenshots

Dashboard

SS

  • Manage your servers

Server Dashboard

SS

  • Manage a server.
  • Create apps on the server
  • Install plugins to the server.
  • Create plugin instances on the server
  • Sync the server

App Dashboard

SS

  • Manage an app.
  • CRUD environment variables
  • CRUD linked plugins. (redis, postgresql)
  • List process list.
  • Scale processes(TODO)