diff --git a/README.md b/README.md index 9c12d0a..0d8de40 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,6 @@ services: - SONARR__API= - SONARR__URL=http://localhost:8989 - DISCORD__MAX_RESULTS=25 #optional - - DISCORD__ROLE_ID= #optional - DISCORD__REQUESTED_MSG_STYLE=:plain #optional - SONARR__QUALITY_PROFILE= #optional - RADARR__QUALITY_PROFILE= #optional @@ -128,7 +127,6 @@ docker run -d \ -e SONARR__API= \ -e SONARR__URL=http://localhost:8989 \ -e DISCORD__MAX_RESULTS=25 `#optional` \ - -e DISCORD__ROLE_ID= `#optional` \ -e DISCORD__REQUESTED_MSG_STYLE=:plain `#optional` \ -e SONARR__QUALITY_PROFILE= `#optional` \ -e RADARR__QUALITY_PROFILE= `#optional` \ @@ -161,7 +159,6 @@ Container images are configured using parameters passed at runtime (such as thos | `-e 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=` | 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=` | The name of the quality profile to use by default for Sonarr | | `-e RADARR__QUALITY_PROFILE=` | 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.