This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/website/docs/integrations/services/sonarr/index.md
Jens L 7be680cbe5
Migrate to Docusaurus (#329)
* docs: initial migration to docusaurus

* website: add custom font, update blurbs and icons

* website: update splash

* root: update links to docs

* flows: use .pbflow extension so docusaurus doesn't mangle the files

* e2e: workaround prospector

* Squashed commit of the following:

commit 1248585dca
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Sun Nov 15 20:46:53 2020 +0100

    e2e: attempt to fix prospector error again

commit 1319c480c4
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Sun Nov 15 20:41:35 2020 +0100

    ci: install previous python version for upgrade testing

* web: update accent colours and format

* website: format markdown files

* website: fix colours for text

* website: switch to temporary accent colour to improve readability

* flows: fix path for TestTransferDocs

* flows: fix formatting of tests
2020-11-15 22:42:02 +01:00

1.6 KiB

title
Sonarr

Sonarr Integration

:::note These instructions apply to all projects in the *arr Family. If you use multiple of these projects, you can assign them to the same Outpost. :::

What is Sonarr

From https://github.com/Sonarr/Sonarr

:::note Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available. :::

Preparation

The following placeholders will be used:

  • sonarr.company is the FQDN of the Sonarr install.
  • passbook.company is the FQDN of the passbook install.

Create a Proxy Provider with the following values

  • Internal host

    If Sonarr is running in docker, and you're deploying the passbook proxy on the same host, set the value to http://sonarr:8989, where sonarr is the name of your container.

    If Sonarr is running on a different server than where you are deploying the passbook proxy, set the value to http://sonarr.company:8989.

  • External host

    Set this to the external URL you will be accessing Sonarr from.

Create an application in passbook and select the provider you've created above.

Deployment

Create an outpost deployment for the provider you've created above, as described here. Deploy this Outpost either on the same host or a different host that can access Sonarr.

The outpost will connect to passbook and configure itself.