├── .editorconfig ├── .stickler.yml ├── LICENSE.txt ├── Makefile ├── README.md ├── circle.yml ├── docker-args ├── docker-args-build ├── docker-args-deploy ├── docker-args-run └── plugin.toml /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelshobbs/dokku-hostname/HEAD/.editorconfig -------------------------------------------------------------------------------- /.stickler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelshobbs/dokku-hostname/HEAD/.stickler.yml -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelshobbs/dokku-hostname/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelshobbs/dokku-hostname/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelshobbs/dokku-hostname/HEAD/README.md -------------------------------------------------------------------------------- /circle.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelshobbs/dokku-hostname/HEAD/circle.yml -------------------------------------------------------------------------------- /docker-args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelshobbs/dokku-hostname/HEAD/docker-args -------------------------------------------------------------------------------- /docker-args-build: -------------------------------------------------------------------------------- 1 | docker-args-deploy -------------------------------------------------------------------------------- /docker-args-deploy: -------------------------------------------------------------------------------- 1 | docker-args -------------------------------------------------------------------------------- /docker-args-run: -------------------------------------------------------------------------------- 1 | docker-args-deploy -------------------------------------------------------------------------------- /plugin.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelshobbs/dokku-hostname/HEAD/plugin.toml --------------------------------------------------------------------------------