diff --git a/images/docker-prowlarr/index.html b/images/docker-prowlarr/index.html index 638f23ad67..19fac5fc3f 100644 --- a/images/docker-prowlarr/index.html +++ b/images/docker-prowlarr/index.html @@ -1,4 +1,4 @@ - prowlarr - LinuxServer.io
Skip to content

linuxserver/prowlarr

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Prowlarr is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).

prowlarr

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/prowlarr: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

Version Tags

This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.

Tag Available Description
latest Prowlarr stable releases
develop Prowlarr releases from their develop branch
nightly Prowlarr releases from their nightly branch

Application Setup

Access the webui at <your-ip>:9696, for more information check out Prowlarr.

Setup info can be found here.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
+ prowlarr - LinuxServer.io      

linuxserver/prowlarr

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Prowlarr is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).

prowlarr

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/prowlarr: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

Version Tags

This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.

Tag Available Description
latest Prowlarr stable releases
develop Prowlarr releases from their develop branch
nightly Prowlarr releases from their nightly branch

Application Setup

Access the webui at <your-ip>:9696, for more information check out Prowlarr.

Setup info can be found here.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 services:
   prowlarr:
     image: lscr.io/linuxserver/prowlarr:latest
@@ -44,4 +44,4 @@
   --pull \
   -t lscr.io/linuxserver/prowlarr:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 20.03.24: - Rebase to Alpine 3.19.
  • 06.06.23: - Rebase master to Alpine 3.18, deprecate armhf as per https://www.linuxserver.io/armhf.
  • 03.01.23: - Publish stable release.
  • 20.02.22: - Rebase develop branch to Alpine.
  • 06.06.21: - Initial realease.
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 20.03.24: - Rebase to Alpine 3.19.
  • 06.06.23: - Rebase master to Alpine 3.18, deprecate armhf as per https://www.linuxserver.io/armhf.
  • 03.01.23: - Publish stable release.
  • 20.02.22: - Rebase develop branch to Alpine.
  • 06.06.21: - Initial realease.
\ No newline at end of file