linuxserver/doplarr¶
Doplarr is an *arr request bot for Discord."
Supported Architectures¶
We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.
Simply pulling lscr.io/linuxserver/doplarr:latest
should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
The architectures supported by this image are:
Architecture | Available | Tag |
---|---|---|
x86-64 | ✅ | amd64-<version tag> |
arm64 | ✅ | arm64v8-<version tag> |
armhf | ❌ |
Application Setup¶
Start by following the Discord setup instructions from Doplarr's readme.
NOTE: The DISCORD__TOKEN
environment variable is required to run the container!
- If you are using Overseerr, fill in the Overseerr API and URL variables, and leave the Radarr/Sonarr variables blank.
- If you are using Radarr/Sonarr (and not using Overseerr), fill in the Radarr/Sonarr API and URL variables, and leave the Overseerr variables blank.
Extra java options can be passed with the JAVA_OPTS environment variable, eg -e JAVA_OPTS="-Xmx256m -Xms256m"
.
Review and adjust any Optional Settings from Doplarr's readme.
Usage¶
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
docker-compose (recommended, click here for more info)¶
---
+ doplarr - LinuxServer.io
LinuxServer.io doplarr
linuxserver/doplarr¶
Doplarr is an *arr request bot for Discord."
Supported Architectures¶
We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.
Simply pulling lscr.io/linuxserver/doplarr:latest
should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
The architectures supported by this image are:
Architecture Available Tag x86-64 ✅ amd64-<version tag> arm64 ✅ arm64v8-<version tag> armhf ❌
Application Setup¶
Start by following the Discord setup instructions from Doplarr's readme.
NOTE: The DISCORD__TOKEN
environment variable is required to run the container!
- If you are using Overseerr, fill in the Overseerr API and URL variables, and leave the Radarr/Sonarr variables blank.
- If you are using Radarr/Sonarr (and not using Overseerr), fill in the Radarr/Sonarr API and URL variables, and leave the Overseerr variables blank.
Extra java options can be passed with the JAVA_OPTS environment variable, eg -e JAVA_OPTS="-Xmx256m -Xms256m"
.
Review and adjust any Optional Settings from Doplarr's readme.
Usage¶
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
docker-compose (recommended, click here for more info)¶
---
version: "2.1"
services:
doplarr:
@@ -82,4 +82,4 @@
--pull \
-t lscr.io/linuxserver/doplarr:latest .
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions¶
- 25.05.23: - Rebase to Alpine 3.18.
- 18.12.22: - Rebase to alpine 3.17, upgrade to openjdk17.
- 01.05.22: - Remove
DISCORD__ROLE_ID
environment variable, see Permissions Configuration. - 30.01.22: - Variable adjustments.
- 30.01.22: - Initial Release.
Last update: October 8, 2023
Created: February 6, 2019
\ No newline at end of file
+
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions¶
- 25.05.23: - Rebase to Alpine 3.18.
- 18.12.22: - Rebase to alpine 3.17, upgrade to openjdk17.
- 01.05.22: - Remove
DISCORD__ROLE_ID
environment variable, see Permissions Configuration. - 30.01.22: - Variable adjustments.
- 30.01.22: - Initial Release.
Created: February 6, 2019