Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI 2022-05-01 18:41:54 -05:00
parent 39004c37f9
commit cc547f3cd9

View File

@ -96,7 +96,6 @@ services:
- SONARR__API=<sonarr__api>
- SONARR__URL=http://localhost:8989
- DISCORD__MAX_RESULTS=25 #optional
- DISCORD__ROLE_ID=<not_set_by_default> #optional
- DISCORD__REQUESTED_MSG_STYLE=:plain #optional
- SONARR__QUALITY_PROFILE=<not_set_by_default> #optional
- RADARR__QUALITY_PROFILE=<not_set_by_default> #optional
@ -128,7 +127,6 @@ docker run -d \
-e SONARR__API=<sonarr__api> \
-e SONARR__URL=http://localhost:8989 \
-e DISCORD__MAX_RESULTS=25 `#optional` \
-e DISCORD__ROLE_ID=<not_set_by_default> `#optional` \
-e DISCORD__REQUESTED_MSG_STYLE=:plain `#optional` \
-e SONARR__QUALITY_PROFILE=<not_set_by_default> `#optional` \
-e RADARR__QUALITY_PROFILE=<not_set_by_default> `#optional` \
@ -161,7 +159,6 @@ Container images are configured using parameters passed at runtime (such as thos
| `-e SONARR__API=<sonarr__api>` | Specify your Sonarr API key. Leave blank if using Overseerr. |
| `-e SONARR__URL=http://localhost:8989` | Specify your Sonarr URL. Leave blank if using Overseerr. |
| `-e DISCORD__MAX_RESULTS=25` | Sets the maximum size of the search results selection |
| `-e DISCORD__ROLE_ID=<not_set_by_default>` | The discord role id for users of the bot (omitting this lets everyone on the server use the bot) |
| `-e DISCORD__REQUESTED_MSG_STYLE=:plain` | Sets the style of the request alert message. One of `:plain` `:embed` `:none` |
| `-e SONARR__QUALITY_PROFILE=<not_set_by_default>` | The name of the quality profile to use by default for Sonarr |
| `-e RADARR__QUALITY_PROFILE=<not_set_by_default>` | The name of the quality profile to use by default for Radarr |
@ -283,5 +280,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **01.05.22:** - Remove `DISCORD__ROLE_ID` environment variable, see [Permissions Configuration](https://github.com/kiranshila/Doplarr/blob/main/docs/configuration.md#permissions).
* **30.01.22:** - Variable adjustments.
* **30.01.22:** - Initial Release.