dokku-man
dokku-man copied to clipboard
Web interface to manage your dokku servers - HEAVY WIP
When attempting to synchronize a server, it always fails when trying to synchronize plugins with an error message "Command unknown". Is this normal behaviour ? I didn't have time to...
Server.log! takes a hash as the third parameter while it was given a string. Fixes Issue #13
`rescue_from CommandError` in `Servers::SyncJob` will never succeed as it calls `@server.log!` with three strings while `Server.log!` expects two strings and a hash
The applications sync job doesn't do much for now except for checking if the app exists in the database and set its status to syncing, or so it looks to...
Just curious whether this project was abandoned/put on indefinite hold? The API development seems to have stalled (is it done?) and nothing has happened here in a while. The UI...
- Add deploy button - Implement live notifications to user for long running commands (like server#sync!) - Add git url to App model
Step by step tutorial to show how to install and use dokku-man should be created.
There should be a deploy button with branch selection on apps#show page which lets users to deploy apps with a single click from dokku-man.
Deploy hooks can be used to triggering deployment from CIs etc.
All commands executed and their outputs for servers should be logged and users should be able to access them.