How to setup Sonarr (with Docker & Caddy)
Ready to use
Description
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.
Create a DNS record
Go to cPanel and add a new record (e.g. sonarr.akdscloud.eu).
Caddy
sonarr.akdscloud.eu:443 {
header Strict-Transport-Security max-age=31536000;
reverse_proxy localhost:8989
}
Folders
Create the folder structure.
Docker
-
Add the
sonarrsection to yourdocker-compose.ymlfile: -
Download and start
sonarr: -
Restart Caddy to get an SSL certificate (details here)
Try it out
See if you can access the sonarr web interface.
Troubleshooting
If it doesn't work, see the troubleshooting guide.
Configuration
Admin password
The first thing you should do is add an admin password.
Add qbittorrent
Settings > Download Clients > Click pe PLUS-ul mare > qBittorrent
Warning
For the hostname use the local IP (e.g. 192.168.100.50).
For some reason it doesn't work with the hostname (e.g. qbt.akdscloud.eu).
Add Jacket indexers (optional)
Se recomanda Prowlarr pentru indexatori pentru ca face mare parte din munca automat.
Dar daca vrei, poti sa-i adaugi si din Jackett.
Doar ca e multa munca manuala!
Fiecare indexer din Jackett va trebui adaugat manual (in sonarr) in felul urmator:
- Settings > Indexers.
- Click pe PLUS-ul mare
- Se selecteaza Torzab (denumirea generică Jackett)
- Se pune un nume (ex: FileList.io)
-
URL-ul se obtine din Jackett. Se merge pe pagina principala din Jackett si se da click pe
Copy Torznab Feedal indexer-ului pe care vrem sa-l adaugam (ex: FileList).
-
API Key-ul se ia tot de pe pagina principala din Jackett (dreapta-sus)
- Se selecteaza categoriile dorite (in principiu cele legate de filme)
- Se testeaza conexiunea prin apasarea butonului Test.
- Se da click pe Save
Set the root path
Settings > Media Management > scroll to bottom > Add root folder
Enable hardlink renaming
Cred că o face automat in ultimele versiuni.
Dacă nu,
Settings > Media Management > Movie renaming > rename movies
Make other configurations
Optionally, you can also change other settings depending on your personal preferences (e.g. the date format).