Prowlarr
Prerequisites
This guide assumes you have the following prerequisites in place:
Prowlarr
Prowlarr is an indexer manager/proxy built on the popular Radarr/Sonarr codebase. It integrates with your existing Sonarr/Radarr setup and allows you to manage all your indexers in one place.
Installation
Create the following directory structure for Prowlarr:
Add the following content to
prowlarr/prowlarr.yml:Add the following content to
prowlarr/prowlarr-ingress.yml:Add the following content to
prowlarr/prowlarr-pvc.yml:Add the following content to
prowlarr/prowlarr-svc.yml:Add the following content to
prowlarr/gluetun-secret-tmp.yml:Encrypt the
gluetun-secret-tmp.ymlfile using Sealed Secrets and save the output asprowlarr/gluetun-secret.yml:Add the following content to
prowlarr/gluetun-cm.yml:Commit and push the changes to your Git repository.