/docker-cinebox

Cinebox - Automate your PVR

Primary LanguageCSS

CineBox - Personal PVR with VPN

CineBox

Combined repo of Nginx, Gluetun, SickChill, Radarr & Transmission

Instructions:

  • Change docker-compose.yml with your values
  • Plex:
    • Run Plex container once docker compose up -d and kill it after 5 min with docker compose down.
    • Edit "data/config/etc/plex/Library/Application Support/Plex Media Server/Preferences.xml" and add allowedNetworks="192.168.0.0/255.255.0.0"
    • Go to "https://plex.tv/claim" and paste the code in data/config/secrets/plex_claim. Save the file.
  • Emby
    • Leave as is
  • Edit data/config/etc/jacket/Jackett/ServerConfig.json
    • Modify to "BasePathOverride": "/jackett" so /jackett works as reverse proxy
  • Run docker compose up -d --force-recreate
  • Go to http://<dockerHost>:32400 and login / claim the Plex Media Server
  • From now on you should be able to access it using http://<dockerHost>/web

Directory Structure:

Data

  • data/movies

  • data/watch

  • data/series

  • data/downloads/incomplete

  • data/downloads/complete

Credential storage

  • data/config/secrets

Container Configuration storage

  • data/config/etc/nginx
  • data/config/etc/transmission
  • data/config/etc/plex
  • data/config/etc/radarr
  • data/config/etc/sickchill
  • data/config/etc/gluetun

Test & Debug

  • test/Dockerfile
  • test/test.sh

GlueTun

README.md

Lightweight swiss-knife-like VPN client to tunnel to Cyberghost, ExpressVPN, FastestVPN, HideMyAss, IPVanish, IVPN, Mullvad, NordVPN, Perfect Privacy, Privado, Private Internet Access, PrivateVPN, ProtonVPN, PureVPN, Surfshark, TorGuard, VPNUnlimited, VyprVPN, WeVPN and Windscribe VPN servers using Go, OpenVPN or Wireguard, iptables, DNS over TLS, ShadowSocks and an HTTP proxy

Features

  • Based on Alpine 3.15 for a small Docker image of 29MB
  • Supports: Cyberghost, ExpressVPN, FastestVPN, HideMyAss, IPVanish, IVPN, Mullvad, NordVPN, Perfect Privacy, Privado, Private Internet Access, PrivateVPN, ProtonVPN, PureVPN, Surfshark, TorGuard, VPNUnlimited, Vyprvpn, WeVPN, Windscribe servers
  • Supports OpenVPN for all providers listed
  • Supports Wireguard both kernelspace and userspace
  • DNS over TLS baked in with service provider(s) of your choice
  • DNS fine blocking of malicious/ads/surveillance hostnames and IP addresses, with live update every 24 hours
  • Choose the vpn network protocol, udp or tcp
  • Built in firewall kill switch to allow traffic only with needed the VPN servers and LAN devices
  • Built in Shadowsocks proxy (protocol based on SOCKS5 with an encryption layer, tunnels TCP+UDP)
  • Built in HTTP proxy (tunnels HTTP and HTTPS through TCP)
  • Connect other containers to it
  • Connect LAN devices to it
  • Compatible with amd64, i686 (32 bit), ARM 64 bit, ARM 32 bit v6 and v7, and even ppc64le 🎆
  • Custom VPN server side port forwarding for Private Internet Access
  • Possibility of split horizon DNS by selecting multiple DNS over TLS providers
  • Unbound subprogram drops root privileges once launched
  • Can work as a Kubernetes sidecar container, thanks @rorph

Setup

Go to the Wiki!

SickChill & Radarr & Transmission

Based on linuxserver/IMAGE:latest

  • Edit Radarr & Sickchill webroot to /{name_of_container}

nginx

Simple webserver to connect to the internal services

Debug

Simple Ubuntu Image to check your network & VPN configuration