Skip to content

GIT+HTTP Server

Warning

Restarting the server during a GIT+HTTP deploy may cause issues with your application. Please be sure no deploys are active before stopping or restarting Dokku Pro.

Dokku Pro provides an HTTP server for performing git push operations over http/https. This can be useful for locked down environments where the SSH port - commonly port 22 - is not exposed.

To use, set your app remote like so:

# for an app named node-js-app
# assuming your dokku-pro server is hosted at https://admin.dokku.me
git remote add dokku https://admin.dokku.me/@git/node-js-app

Your credentials for authenticating should be: