Skip to content

TheTrustyHammer/pirates-mediaserver-2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pirates Mediaserver 2021 Edition Build Status

About

This repository contains scripts for setting up a private media-server. This script can install Plex, Sonarr, Radarr and Jackett on the fly.

Requirements

At this moment only following distros are supported.

Debian Ubuntu CentOS
Recommended LTS Only Experimental
7-9 12.04-16.04 6 & 7

Install

Fixed some things from the 4 year old one. Does not work for Jackett or Radarr... Plex NOT tested.

QBITTORRENT REMOVED FOR THOSE WHO USE THE MORE OBVIOUS RUTORRENT/RTORRENT!

Just execute below code to install them all.

wget https://git.io/setup.sh -O - -o /dev/null|bash

To exclude certain apps follow these instructions:

Step 1

Download script: wget https://git.io/setup.sh -O setup.sh

Make it executable: chmod +x setup.sh

Step 2

Now use variable like this: PLEX=no JACKETT=No ./setup.sh

This will install everything else except Plex and Jackett. Hope this explain basic usage.

There is also specific install instruction available on each folder

About

private media server installation script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 94.5%
  • Dockerfile 5.5%