All Projects → tom472 → Mediabox

tom472 / Mediabox

Licence: mit
Container based media tools configuration

Programming Languages

shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Mediabox

Htpc Docker Standup
A simple docker-compose based configuration to stand up a new HTPC w/ Plex, Deluge, Sonarr, Radarr and more!
Stars: ✭ 160 (-50.77%)
Mutual labels:  plex, deluge, vpn, portainer
Plexguide.com
Welcome to https://PlexGuide.com ~ Rapidly deploy multiple-hasty Docker Containers through Ansible with local or Unlimited Google HD Space!
Stars: ✭ 1,631 (+401.85%)
Mutual labels:  plex, deluge, portainer
Gooby
Gooby: The ultimate infinite Plex media server using a VPS and Cloud service
Stars: ✭ 230 (-29.23%)
Mutual labels:  plex, deluge, portainer
mediastack
All in one Docker Compose media server
Stars: ✭ 42 (-87.08%)
Mutual labels:  plex, vpn, deluge
Bobarr
🍿 The all-in-one alternative for Sonarr, Radarr, Jackett... with a VPN and running in docker
Stars: ✭ 697 (+114.46%)
Mutual labels:  plex, vpn
Arch Delugevpn
Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
Stars: ✭ 404 (+24.31%)
Mutual labels:  deluge, vpn
Muximux
A lightweight way to manage your HTPC
Stars: ✭ 1,008 (+210.15%)
Mutual labels:  plex, deluge
Cloudbox
Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
Stars: ✭ 1,763 (+442.46%)
Mutual labels:  plex, portainer
rpi-nas
🌐👨‍💻💻 Setup your own NAS on a Raspberry Pi
Stars: ✭ 29 (-91.08%)
Mutual labels:  plex, portainer
documentation
Documentation for software located in the binhex repositories.
Stars: ✭ 53 (-83.69%)
Mutual labels:  plex, vpn
swerpbox
SwerpBox, a seedbox and Media Center combined with the power of 🐳 Docker.
Stars: ✭ 57 (-82.46%)
Mutual labels:  plex, deluge
Plex
最新版本下載 一鍵翻牆梯子 加速器 科學上網 best VPN 2021
Stars: ✭ 295 (-9.23%)
Mutual labels:  plex, vpn
seedbox-from-scratch
The Dockered Seedbox From Scratch Mod 2 Script
Stars: ✭ 14 (-95.69%)
Mutual labels:  plex, deluge
Saltbox
Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
Stars: ✭ 117 (-64%)
Mutual labels:  plex, portainer
Docker Homelab
Docker Compose Dateien für Homelabs
Stars: ✭ 255 (-21.54%)
Mutual labels:  plex, portainer
Vpnforchina.github.io
2021中国翻墙软件和科学上网推荐指南,最新稳定好用的翻墙VPN推荐,能用的VPN梯子不多了,以及对比VPS自建梯子、SSR机场、V2ray、蓝灯、老王VPN、WireGuard等翻墙软件和科学上网方法。
Stars: ✭ 272 (-16.31%)
Mutual labels:  vpn
Pritunl
Enterprise VPN server
Stars: ✭ 3,360 (+933.85%)
Mutual labels:  vpn
Adaway
AdAway is a free and open source ad blocker for Android.
Stars: ✭ 3,649 (+1022.77%)
Mutual labels:  vpn
Fpnd
Python package for freepn network daemon
Stars: ✭ 271 (-16.62%)
Mutual labels:  vpn
Organizr
HTPC/Homelab Services Organizer - Written in PHP
Stars: ✭ 3,605 (+1009.23%)
Mutual labels:  plex

Mediabox

Mediabox is an all Docker Container based media aggregator stack.

Components include:

Prerequisites

PLEASE NOTE

For simplicity's sake (eg. automatic dependency management), the method used to install these packages is Ubuntu's default package manager, APT. There are several other methods that work just as well, if not better (especially if you don't have superuser access on your system), so use whichever method you prefer. Continue when you've successfully installed all packages listed.

Installation

(You'll need superuser access to run these commands successfully)

Start by updating and upgrading our current packages:

$ sudo apt update && sudo apt full-upgrade

Install the prerequisite packages:

$ sudo apt install curl git bridge-utils

Note - Mediabox uses Docker CE as the default Docker version - if you skip this and run with older/other Docker versions you may have issues.

  1. Uninstall old versions - It’s OK if apt and/or snap report that none of these packages are installed.
    $ sudo apt remove docker docker-engine docker.io containerd runc
    $ sudo snap remove docker

  2. Install Docker CE:
    $ curl -fsSL https://get.docker.com -o get-docker.sh
    $ sudo sh get-docker.sh

  3. Install Docker-Compose:

    sudo curl -s https://api.github.com/repos/docker/compose/releases/latest | grep "browser_download_url" | grep -m1 `uname -s`-`uname -m` | cut -d '"' -f4 | xargs sudo curl -L -o /usr/local/bin/docker-compose
    
  4. Set the permissions: $ sudo chmod +x /usr/local/bin/docker-compose

  5. Verify the Docker Compose installation: $ docker-compose -v

Add the current user to the docker group:

$ sudo usermod -aG docker $USER

Adjustments for the the DelugeVPN container

$ sudo /sbin/modprobe iptable_mangle

$ sudo bash -c "echo iptable_mangle >> /etc/modules"

Reboot your machine manually, or using the command line:

$ sudo reboot

Using mediabox

Once the prerequisites are all taken care of you can move forward with using mediabox.

  1. Clone the mediabox repository: $ git clone https://github.com/tom472/mediabox.git

  2. Change directory into mediabox: $ cd mediabox/

  3. Run the mediabox.sh script: $ ./mediabox.sh (See below for the script questions)

  4. To upgrade Mediabox at anytime, re-run the mediabox script: $ ./mediabox.sh

Please be prepared to supply the following details after you run Step 3 above

As the script runs you will be prompted for:

  1. Your Private Internet Access credentials

    • username
    • password
  2. The version of Plex you want to run

    • latest
    • public
    • plexpass

    Note: If you choose plexpass as your version you may optionally specify CLAIM_TOKEN - you can get your claim token by logging in at plex.tv/claim

  3. Portainer has been switched to the CE branch

    • A Password will now be required - the password can be set at initial login to Portiner.
    • Initial Username The initial username for Portainer is admin
  4. Credentials for the NBZGet interface and the Deluge daemon which needed for the CouchPotato container.

    • username
    • password

Upon completion, the script will launch your mediabox containers.

Mediabox has been tested to work on Ubuntu 18.04 LTS / 20.04 LTS - Server and Desktop

Thanks go out to:

@kspillane - Jumped right in and is providing helpful commits / PRs

@mnkhouri - provided a large amount of code clean-up.

@danipolo for the bridge-utils tip

binhex

LinuxServer.io

Docker

Portainer.io


If you enjoy the project -- Fuel it with some caffeine :)

Donate


Disclaimer

THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License

MIT License

Copyright (c) 2017 Tom Morgan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].