Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binhex/arch-radarr
Docker build script for Arch Linux base with Radarr
https://github.com/binhex/arch-radarr
docker-image downloader movies radarr torrent usenet
Last synced: 10 days ago
JSON representation
Docker build script for Arch Linux base with Radarr
- Host: GitHub
- URL: https://github.com/binhex/arch-radarr
- Owner: binhex
- License: gpl-3.0
- Created: 2017-01-11T20:04:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T01:38:10.000Z (about 1 month ago)
- Last Synced: 2024-10-12T18:58:34.181Z (25 days ago)
- Topics: docker-image, downloader, movies, radarr, torrent, usenet
- Language: Shell
- Homepage:
- Size: 61.5 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Application**
[Radarr](https://github.com/Radarr/Radarr)
**Description**
This fork of Sonarr aims to turn it into something like Couchpotato.
**Build notes**
Latest stable Radarr release from Arch Linux AUR.
**Usage**
```
docker run -d \
-p 7878:7878 \
--name= \
-v :/media \
-v :/data \
-v :/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK= \
-e PUID= \
-e PGID= \
binhex/arch-radarr
```Please replace all user variables in the above command defined by <> with the correct values.
**Access application**
`http://:7878`
**Example**
```
docker run -d \
-p 7878:7878 \
--name=radarr \
-v /media/movies:/media \
-v /apps/docker/sabnzbd/watched:/data \
-v /apps/docker/radarr:/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-radarr
```**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[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](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=55549.0)