User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sailing:prowlarr [2023/12/01 13:41] willysailing:prowlarr [2024/02/27 12:12] (current) – removed willy
Line 1: Line 1:
-Prev  to: [[sailing:nginx|NGINX the reverse proxy]] 
- 
-Next to: [[sailing:radarr|Radarr: the movies organizer]] 
----- 
-====== Prowlarr, the indexex manager ====== 
- 
-[[https://prowlarr.com/|Prowlarr]] is part of the [[https://wiki.servarr.com/|Servarr]] suite: it allows to manage a complex list of indexers for your other tools in a centralized and easy to add/edit/remove way, 
- 
-You will need Prowlarr to add all your [[sailing:torrents|torrent]] trackers and [[sailing:usenet|Usenet]] indexers in one centralized place for all the others supported tools to use. Also, you can add download clients to Prowlarr and perform direct searches and grabs from within, which is neat too. 
- 
-The entire *Arr's (Radarr, Lidarr, Sonarr, Readarr, Prowlarr) stack is easily installed and managed within Gentoo linux since there are stock ebuild for them all. All you need to do is unmask them (at the time of writing this they are masked for AMD64 at least): 
-<code bash> 
- > echo www-apps/radarr ~amd64 >> /etc/portage/package.accept_keywords/servarr 
- > echo www-apps/sonarr ~amd64 >> /etc/portage/package.accept_keywords/servarr 
- > echo www-apps/lidarr ~amd64 >> /etc/portage/package.accept_keywords/servarr 
- > echo www-apps/readarr ~amd64 >> /etc/portage/package.accept_keywords/servarr 
- > echo www-apps/prowlarr ~amd64 >> /etc/portage/package.accept_keywords/servarr 
-</code> 
- 
-then install them: 
-<code bash> 
- > emerge -v prowlarr radarr readarr lidarr sonarr 
-</code> 
- 
- 
- 
-then you will be able to emerge them. By default Gentoo will create one user for each service, with the same name. To make sure everything will work toghether also with the media server and the downloaders, you need to add a dedicated media group: 
- 
- > groupadd media 
- 
-Now make sure the *Arr's users are in this group by editing the /etc/group file and adding them like this: 
- 
-media:x:1014:prowlarr,readarr,lidarr,sonarr,radarr,ombi,nzbget,jellyfin 
- 
-(please note here i have already added all the other users from this guide, it's a small spoiler you will live with)  
- 
- 
----- 
-Next to: [[sailing:radarr|Radarr: the movies organizer]] 
- 
-Prev  to: [[sailing:nginx|NGINX the reverse proxy]] 
  

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information