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:47] – 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: | ||
- | |||
- | Prowlarr is easily installed and managed within Gentoo linux since there is an ebuild for it. All you need to do is unmask it (at the time of writing this it's are masked for AMD64 at least): | ||
- | <code bash> | ||
- | > echo www-apps/ | ||
- | </ | ||
- | |||
- | then install it: | ||
- | <code bash> | ||
- | > emerge -v prowlarr | ||
- | </ | ||
- | |||
- | This step will create a dedicated prowlarr user but you will want to add it to the group //media//, that you have created before, so that the it will be able to access and manage your media collection: | ||
- | <code bash> | ||
- | > usermod -a -G media prowlarr | ||
- | </ | ||
- | |||
- | |||
- | |||
- | ---- | ||
- | Next to: [[sailing: | ||
- | |||
- | Prev to: [[sailing: | ||