Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
sailing:prowlarr [2023/12/01 13:41] – willy | sailing:prowlarr [2024/02/27 12:12] (current) – removed willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Prev to: [[sailing: | ||
- | |||
- | Next to: [[sailing: | ||
- | ---- | ||
- | ====== Prowlarr, the indexex manager ====== | ||
- | |||
- | [[https:// | ||
- | |||
- | You will need Prowlarr to add all your [[sailing: | ||
- | |||
- | 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/ | ||
- | > echo www-apps/ | ||
- | > echo www-apps/ | ||
- | > echo www-apps/ | ||
- | > echo www-apps/ | ||
- | </ | ||
- | |||
- | then install them: | ||
- | <code bash> | ||
- | > emerge -v prowlarr radarr readarr lidarr sonarr | ||
- | </ | ||
- | |||
- | |||
- | |||
- | 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, | ||
- | |||
- | > 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: | ||
- | |||
- | (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: | ||
- | |||
- | Prev to: [[sailing: | ||