Custom app hostnames for dokku (https://github.com/progrium/dokku).
Tested on version 0.3.7 of Dokku.
$ cd /var/lib/dokku/plugins
$ sudo git clone https://github.com/ademuk/dokku-nginx-hostname.git nginx-hostnameTo set hostname
dokku hostname:set app_name example.comTo retrieve hostname
dokku hostname app_nameNOTE: Currently you must re-deploy your app to apply the hostname change.
MIT