Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
sailing:nzbget [2023/12/05 16:11] – created willy | sailing:nzbget [2024/02/27 12:35] (current) – removed willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Prev to: [[sailing: | ||
- | Next to: [[sailing: | ||
- | ---- | ||
- | |||
- | |||
- | NzbGet (Usetnet) | ||
- | |||
- | NzbGet is a solid long-time usenet downloader. There are others, but i will focus on this one. | ||
- | |||
- | |||
- | First simply emerge it: | ||
- | |||
- | > emerge -v nzbget | ||
- | |||
- | |||
- | This will also add the nzbget user, for will we will add it to the " | ||
- | the data folder as usual under / | ||
- | |||
- | > mkdir / | ||
- | > chown nzbget: | ||
- | |||
- | |||
- | and move the Gentoo default configuration file for nzbgetd to there: | ||
- | |||
- | > mv / | ||
- | |||
- | |||
- | and configure the daemon to use it by editing / | ||
- | |||
- | # Which user to run nzbget as | ||
- | NZBGET_USER=" | ||
- | NZBGET_GROUP=" | ||
- | # Location of config file | ||
- | NZBGET_CONFIGFILE="/ | ||
- | |||
- | |||
- | Now, setup the daemon to start at boot, and start it now: | ||
- | |||
- | > rc-update add nzbget default | ||
- | > / | ||
- | |||
- | |||
- | Now you need to head to Prowlarr web GUI and add nzbget as downloader, this will make it available to all the *Arr' | ||
- | |||
- | |||
- | At this point, head to the NzbGet web GUI (localhost: | ||
- | via the reverse proxy. | ||
- | |||
- | |||
- | ---- | ||
- | Next to: [[sailing: | ||
- | |||
- | Prev to: [[sailing: |