https://github.com/binhex/arch-sonarr
Docker build script for Arch Linux base with Sonarr
https://github.com/binhex/arch-sonarr
downloader sonarr torrents tv-series tv-shows usenet
Last synced: 3 months ago
JSON representation
Docker build script for Arch Linux base with Sonarr
- Host: GitHub
- URL: https://github.com/binhex/arch-sonarr
- Owner: binhex
- License: gpl-3.0
- Created: 2015-03-05T10:16:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T17:27:14.000Z (about 1 year ago)
- Last Synced: 2024-04-29T18:41:44.310Z (about 1 year ago)
- Topics: downloader, sonarr, torrents, tv-series, tv-shows, usenet
- Language: Shell
- Homepage:
- Size: 92.8 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Application**
[Sonarr](https://sonarr.tv/)
**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.
**Build notes**
Latest stable Sonarr release from Arch Linux AUR.
**Usage**
```
docker run -d \
-p 8989:8989 \
-p 9897:9897 \
--name= \
-v :/media \
-v :/data \
-v :/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK= \
-e PUID= \
-e PGID= \
binhex/arch-sonarr
```Please replace all user variables in the above command defined by <> with the correct values.
**Access application**
`http://:8989`
**Example**
```
docker run -d \
-p 8989:8989 \
-p 9897:9897 \
--name=sonarr \
-v /media/tv:/media \
-v /apps/docker/sabnzbd/watched:/data \
-v /apps/docker/sonarr:/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-sonarr
```**Notes**
User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-
```
id
```
___
If you appreciate my work, then please consider buying me a beer :D[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4)
[Documentation](https://github.com/binhex/documentation) | [Support forum](http://forums.unraid.net/index.php?topic=45848.0)