change environment vars to table
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Tyler Perkins 2022-12-17 21:59:08 -05:00
parent 6853bb11bd
commit 2d5e74e772

View File

@ -21,21 +21,14 @@ Features
Enviroment vars Enviroment vars
------ ------
* DISCORD_TOKEN | Environment Variable | Description |
* Discord bot auth token | ---- | --- |
* S3_URL | DISCORD_TOKEN | Discord bot auth token |
* S3 Endpoint URL, include port if needed | S3_URL | S3 Endpoint, include port if needed |
* S3_UN | S3_UN | S3 Username |
* S3 Username | S3_PW | S3 Password |
* S3_PW | S3_TLS | 'True' or 'False' to use TLS (Default True) |
* S3 Password | S3_BUCKET | The bucket to use |
* S3_TLS | TAUTULLI_URL (TODO) | URL of tautulli server |
* Does the S3 endpoint use TLS/HTTPS? | TAUTULLI_APIKEY (TODO) | APIKEY to access the tautulli server |
* Either 'True' or 'False'
* Defaults to True
* S3_BUCKET
* The bucket to put memes into
* TAUTULLI_URL (optional)
* URL of your tautulli server
* TAUTULLI_APIKEY (optional)
* APIKEY to access your tautulli instance