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: 4 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 11 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T10:16:26.000Z (5 months ago)
- Last Synced: 2026-01-15T15:47:25.859Z (5 months ago)
- Topics: downloader, sonarr, torrents, tv-series, tv-shows, usenet
- Language: Shell
- Homepage:
- Size: 106 KB
- Stars: 24
- Watchers: 1
- Forks: 5
- Open Issues: 6
-
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)