From b7f3631cb78a5bb8c819369edf96373bc027f37f Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 27 Jul 2022 15:39:00 -0500 Subject: [PATCH] Bot Updating Documentation --- images/docker-doplarr.md | 70 ++++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/images/docker-doplarr.md b/images/docker-doplarr.md index 4b3af0bd6..768f1e076 100755 --- a/images/docker-doplarr.md +++ b/images/docker-doplarr.md @@ -63,26 +63,26 @@ services: - PUID=1000 - PGID=1000 - TZ=America/New_York - - DISCORD__TOKEN= - - OVERSEERR__API= + - DISCORD__TOKEN= + - OVERSEERR__API= - OVERSEERR__URL=http://localhost:5055 - - RADARR__API= + - RADARR__API= - RADARR__URL=http://localhost:7878 - - SONARR__API= + - SONARR__API= - SONARR__URL=http://localhost:8989 - DISCORD__MAX_RESULTS=25 #optional - DISCORD__REQUESTED_MSG_STYLE=:plain #optional - - SONARR__QUALITY_PROFILE= #optional - - RADARR__QUALITY_PROFILE= #optional - - SONARR__ROOTFOLDER= #optional - - RADARR__ROOTFOLDER= #optional - - SONARR__LANGUAGE_PROFILE= #optional - - OVERSEERR__DEFAULT_ID= #optional + - SONARR__QUALITY_PROFILE= #optional + - RADARR__QUALITY_PROFILE= #optional + - SONARR__ROOTFOLDER= #optional + - RADARR__ROOTFOLDER= #optional + - SONARR__LANGUAGE_PROFILE= #optional + - OVERSEERR__DEFAULT_ID= #optional - PARTIAL_SEASONS=true #optional - LOG_LEVEL=:info #optional - - JAVA_OPTS= #optional + - JAVA_OPTS= #optional volumes: - - :/config + - /path/to/appdata/config:/config restart: unless-stopped ``` @@ -94,25 +94,25 @@ docker run -d \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=America/New_York \ - -e DISCORD__TOKEN= \ - -e OVERSEERR__API= \ + -e DISCORD__TOKEN= \ + -e OVERSEERR__API= \ -e OVERSEERR__URL=http://localhost:5055 \ - -e RADARR__API= \ + -e RADARR__API= \ -e RADARR__URL=http://localhost:7878 \ - -e SONARR__API= \ + -e SONARR__API= \ -e SONARR__URL=http://localhost:8989 \ -e DISCORD__MAX_RESULTS=25 `#optional` \ -e DISCORD__REQUESTED_MSG_STYLE=:plain `#optional` \ - -e SONARR__QUALITY_PROFILE= `#optional` \ - -e RADARR__QUALITY_PROFILE= `#optional` \ - -e SONARR__ROOTFOLDER= `#optional` \ - -e RADARR__ROOTFOLDER= `#optional` \ - -e SONARR__LANGUAGE_PROFILE= `#optional` \ - -e OVERSEERR__DEFAULT_ID= `#optional` \ + -e SONARR__QUALITY_PROFILE= `#optional` \ + -e RADARR__QUALITY_PROFILE= `#optional` \ + -e SONARR__ROOTFOLDER= `#optional` \ + -e RADARR__ROOTFOLDER= `#optional` \ + -e SONARR__LANGUAGE_PROFILE= `#optional` \ + -e OVERSEERR__DEFAULT_ID= `#optional` \ -e PARTIAL_SEASONS=true `#optional` \ -e LOG_LEVEL=:info `#optional` \ - -e JAVA_OPTS= `#optional` \ - -v :/config \ + -e JAVA_OPTS= `#optional` \ + -v /path/to/appdata/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/doplarr:latest ``` @@ -133,24 +133,24 @@ Docker images are configured using parameters passed at runtime (such as those a | `PUID=1000` | for UserID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation | | `TZ=America/New_York` | Specify a timezone to use EG America/New_York | -| `DISCORD__TOKEN=` | Specify your discord bot token. | -| `OVERSEERR__API=` | Specify your Overseerr API key. Leave blank if using Radarr/Sonarr. | +| `DISCORD__TOKEN=` | Specify your discord bot token. | +| `OVERSEERR__API=` | Specify your Overseerr API key. Leave blank if using Radarr/Sonarr. | | `OVERSEERR__URL=http://localhost:5055` | Specify your Overseerr URL. Leave blank if using Radarr/Sonarr. | -| `RADARR__API=` | Specify your Radarr API key. Leave blank if using Overseerr. | +| `RADARR__API=` | Specify your Radarr API key. Leave blank if using Overseerr. | | `RADARR__URL=http://localhost:7878` | Specify your Radarr URL. Leave blank if using Overseerr. | -| `SONARR__API=` | Specify your Sonarr API key. Leave blank if using Overseerr. | +| `SONARR__API=` | Specify your Sonarr API key. Leave blank if using Overseerr. | | `SONARR__URL=http://localhost:8989` | Specify your Sonarr URL. Leave blank if using Overseerr. | | `DISCORD__MAX_RESULTS=25` | Sets the maximum size of the search results selection | | `DISCORD__REQUESTED_MSG_STYLE=:plain` | Sets the style of the request alert message. One of `:plain` `:embed` `:none` | -| `SONARR__QUALITY_PROFILE=` | The name of the quality profile to use by default for Sonarr | -| `RADARR__QUALITY_PROFILE=` | The name of the quality profile to use by default for Radarr | -| `SONARR__ROOTFOLDER=` | The root folder to use by default for Sonarr | -| `RADARR__ROOTFOLDER=` | The root folder to use by default for Radarr | -| `SONARR__LANGUAGE_PROFILE=` | The name of the language profile to use by default for Sonarr | -| `OVERSEERR__DEFAULT_ID=` | The Overseerr user id to use by default if there is no associated discord account for the requester | +| `SONARR__QUALITY_PROFILE=` | The name of the quality profile to use by default for Sonarr | +| `RADARR__QUALITY_PROFILE=` | The name of the quality profile to use by default for Radarr | +| `SONARR__ROOTFOLDER=` | The root folder to use by default for Sonarr | +| `RADARR__ROOTFOLDER=` | The root folder to use by default for Radarr | +| `SONARR__LANGUAGE_PROFILE=` | The name of the language profile to use by default for Sonarr | +| `OVERSEERR__DEFAULT_ID=` | The Overseerr user id to use by default if there is no associated discord account for the requester | | `PARTIAL_SEASONS=true` | Sets whether users can request partial seasons. | | `LOG_LEVEL=:info` | The log level for the logging backend. This can be changed for debugging purposes. One of trace `:debug` `:info` `:warn` `:error` `:fatal` `:report` | -| `JAVA_OPTS=` | For passing additional java options. | +| `JAVA_OPTS=` | For passing additional java options. | ### Volume Mappings (`-v`)