Giter Club home page Giter Club logo

pijarr's Introduction

PiJARR

GitHub Repo stars GitHub Repo issues GitHub Repo issues

A bash shell script to automate the setup and configuration of Jackett, Sonarr, Radarr, Lidarr, Readarr and Prowlarr on a Raspberry Pi.

WHAT ARR THEY?

Jackett (API Support for your favorite torrent trackers), Sonarr (an Internet PVR for Usenet and torrents), Radarr (a movie collection manager for Usenet and BitTorrent users), Lidarr (a music collection manager for Usenet and BitTorrent users), Readarr (a ebook collection manager for Usenet and BitTorrent users) and Prowlarr (an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate apps including Sonarr, Radarr, Lidarr and Readarr)

2023 UPDATE

  • Modified to support 64-bit Raspberry Pi OS ARM sources.
  • Added Readarr and Prowlarr to application list.

TESTED

  • Running Raspberry Pi OS (64-bit) Lite minimal image based on Debian Bullseye - (Kernel 5.15)
  • Running Raspberry Pi OS (legacy 32-bit) Lite minimal image based on Debian Buster - (Kernel 5.10)

NOTES

  • During setup dependencies mono install may take some time (especially on the Raspberry Pi v3). Larger dependency install may slow around 88-90% however it will eventually complete.
  • The removal of applications is only going to work if the PiJARR script was used for the original installation.
  • When removing applications anything contained in the /var/lib/{appname} or /opt/{appname} will be deleted.

EXAMPLE - MENU OPTIONS

==============
 Menu Options 
==============

1.  Install ALL (jackett sonarr lidarr radarr readarr prowlarr)
2.  Install jackett only
3.  Install sonarr only
4.  Install lidarr only
5.  Install radarr only
6.  Install readarr only
7.  Install prowlarr only

8.  Remove ALL (jackett sonarr lidarr radarr readarr prowlarr)
9.  Remove jackett only
10. Remove sonarr only
11. Remove lidarr only
12. Remove radarr only
13. Remove readarr only
14. Remove prowlarr only

15. Check application service status

16. Exit

    Enter option [1-16]:

DEFAULT APP PORT NUMBERS

Once all applications are installed and the services are started they can be accessed at the following port numbers:

Jackett     http://<ipaddress>:9117
Sonarr      http://<ipaddress>:8989
Lidarr      http://<ipaddress>:8686
Radarr      http://<ipaddress>:7878
Readarr     http://<ipaddress>:8787
Prowlarr    http://<ipaddress>:9696

USAGE

Method 1 (Quick easy setup):

Use the curl or wget command lines shown below for quick setup.

sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/pijarr/pijarr/master/setup.sh)"
sudo bash -c "$(wget -O- https://raw.githubusercontent.com/pijarr/pijarr/master/setup.sh)"

Method 2: Clone and run locally.

(Optional) You can edit and modify script to suit using this method.

git clone https://github.com/pijarr/pijarr.git
sudo bash pijarr/setup.sh

pijarr's People

Contributors

pijarr avatar seidnerj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.