An open API service indexing awesome lists of open source software.

https://github.com/crisward/dokku-gplive


https://github.com/crisward/dokku-gplive

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# dokku-gplive

## What does it do

This plugin reads
* docker-options
* urls
* lists all databases
* lists all lets encrypt ssl certificates

It outputs all these as a single text stream.

It should be significantly quicker than running the commands individually as most of the commands are run
in parallel.

(please note, this is for an internal project and probably won't be much use to anyone)

## Install

```
sudo dokku plugin:install https://github.com/crisward/dokku-gplive.git gplive
```