├── .circleci └── config.yml ├── .stickler.yml ├── AUTHORS ├── Makefile ├── README.md ├── commands ├── install ├── plugin.toml ├── pre-build-buildpack └── pre-build-dockerfile /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelshobbs/dokku-logspout/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /.stickler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelshobbs/dokku-logspout/HEAD/.stickler.yml -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelshobbs/dokku-logspout/HEAD/AUTHORS -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelshobbs/dokku-logspout/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelshobbs/dokku-logspout/HEAD/README.md -------------------------------------------------------------------------------- /commands: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelshobbs/dokku-logspout/HEAD/commands -------------------------------------------------------------------------------- /install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelshobbs/dokku-logspout/HEAD/install -------------------------------------------------------------------------------- /plugin.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelshobbs/dokku-logspout/HEAD/plugin.toml -------------------------------------------------------------------------------- /pre-build-buildpack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelshobbs/dokku-logspout/HEAD/pre-build-buildpack -------------------------------------------------------------------------------- /pre-build-dockerfile: -------------------------------------------------------------------------------- 1 | pre-build-buildpack --------------------------------------------------------------------------------