https://github.com/binhex/arch-prowlarr
Docker build script for Arch Linux base with Prowlarr
https://github.com/binhex/arch-prowlarr
Last synced: 3 months ago
JSON representation
Docker build script for Arch Linux base with Prowlarr
- Host: GitHub
- URL: https://github.com/binhex/arch-prowlarr
- Owner: binhex
- License: gpl-3.0
- Created: 2021-08-22T21:52:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T03:26:25.000Z (8 months ago)
- Last Synced: 2024-10-23T05:19:02.861Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 46.9 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Application**
[Prowlarr](https://github.com/Prowlarr/Prowlarr)
**Description**
Prowlarr is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).
**Build notes**
Latest pre-release Prowlarr release from Arch Linux AUR.
**Usage**
```
docker run -d \
-p 9696:9696 \
--name= \
-v :/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK= \
-e PUID= \
-e PGID= \
binhex/arch-prowlarr
```Please replace all user variables in the above command defined by <> with the correct values.
**Access application**
`http://:9696`
**Example**
```
docker run -d \
-p 9696:9696 \
--name=prowlarr \
-v /apps/docker/prowlarr:/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-prowlarr
```**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](https://forums.unraid.net/topic/111682-support-binhex-prowlarr/)