systems:docker_main:install_docker_containers:install_sonarr
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
systems:docker_main:install_docker_containers:install_sonarr [2021/07/15 16:56] – peter | systems:docker_main:install_docker_containers:install_sonarr [2021/07/16 08:10] (current) – [Install Sonarr] peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Systems - Docker Main - Install Docker Containers - Install Sonarr ====== | ====== Systems - Docker Main - Install Docker Containers - Install Sonarr ====== | ||
- | Sonarr | + | Sonarr |
---- | ---- | ||
- | Install | + | ===== Create the Sonarr |
+ | |||
+ | Sonarr will store its configuration data in a directory on the Host VM. | ||
+ | |||
+ | On the Ubuntu VM Host, create a directory for this config data. | ||
<code bash> | <code bash> | ||
+ | mkdir / | ||
+ | mkdir / | ||
+ | mkdir / | ||
+ | mkdir / | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE:** The **downloads** directory will be used by other services too, so not within the **sonarr** directory. | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Determine the UID and GID ===== | ||
+ | |||
+ | On the Ubuntu VM Host: | ||
+ | |||
+ | <code bash> | ||
+ | id peter | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | uid=1000(peter) gid=1000(peter) groups=1000(peter)... | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * In this case 1000. | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Install Sonarr ===== | ||
+ | |||
+ | In Portainer: | ||
+ | |||
+ | * Select **Stack**. | ||
+ | * Click **Add Stack**. | ||
+ | * Name: **Sonarr**. | ||
+ | * Web editor: <file bash docker-compose> | ||
--- | --- | ||
version: " | version: " | ||
Line 25: | Line 72: | ||
- 8989:8989 | - 8989:8989 | ||
restart: unless-stopped | restart: unless-stopped | ||
- | </ | + | </ |
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * **/ | ||
+ | * **/ | ||
+ | * **PUID** and **GUID**: | ||
+ | * Port **8989**: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Confirm Sonarr is running ===== | ||
+ | |||
+ | Open Portainer. | ||
+ | |||
+ | Press **F5** to refresh. | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE:** This should show the Sonarr container running. | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Open Sonarr ===== | ||
+ | |||
+ | Visit http:// | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * The **8989** port is the port configured for Sonarr. | ||
+ | |||
+ | * It is suggested to set this URL in the web browser to be the default loading page. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Setup Sonarr ===== | ||
+ | |||
+ | Configure as required. | ||
+ | |||
+ | For example, change file naming: | ||
+ | |||
+ | < | ||
+ | {Series Title} - S{season: | ||
+ | |||
+ | to | ||
+ | |||
+ | {Series Title}.S{season: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== References ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | |||
+ |
systems/docker_main/install_docker_containers/install_sonarr.1626368200.txt.gz · Last modified: 2021/07/15 16:56 by peter