https://github.com/crisward/dokku-gplive
https://github.com/crisward/dokku-gplive
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crisward/dokku-gplive
- Owner: crisward
- Created: 2016-03-31T21:41:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T19:15:39.000Z (3 months ago)
- Last Synced: 2025-03-08T20:22:36.112Z (3 months ago)
- Language: Shell
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```