Giter Club home page Giter Club logo

terraform-docker-mediaserver's Introduction

Full dockerized mediaserver

Introduction

This repository contains terraform configuration files to deploy a mediaserver(Plex) and other required apps.

Requirements

You will need terraform installed and a host with docker installed.

Directory structure

Before running terraform init , your directory tree should match the following:

├── LICENSE
├── README.md
├── bazarr.tf
├── flaresolverr.tf
├── jackett.tf
├── main.tf
├── nginxproxymanager.tf
├── organizr.tf
├── outputs.tf
├── overseer.tf
├── plex.tf
├── qbittorrentvpn.tf
├── radarr.tf
├── sonarr.tf
├── tautulli.tf
├── unpackerr.tf
└── variables.tf

Use

  1. Clone this repository to your local machine
  • git clone https://github.com/jisorondo/terraform-docker-mediaserver.git
  1. Change into the project directory and initialize terraform
  • cd ./terraform-docker-mediaserver
  • terraform init
  1. Modify the variables.tf file to your needs.
  • Please see details regarding the containers and variables below.
  1. After modifying the variables.tf file verify the syntax is valid
  • terraform validate
  1. Check the plan output and when ready perform an apply to create the resources
  • terraform plan
  • terraform apply -auto-approve

Container list

  1. Bazarr - Searches and downloads subtitles.

  2. Jackett - Torrent indexer.

  3. NginxProxyManager - Reverse HTTP proxy with LetsEncrypt integration.

  4. Organizr - Your one stop shop for your Servers Frontend.

  5. Overseerr - Request management and media discovery system for Plex ecosystem.

  6. Plex - MediaServer.

  7. QbittorrentVpn - Torrent download client with VPN integration https://github.com/binhex/arch-qbittorrentvpn .

    • var.vpn_prov - VPN provider.
    • var.vpn_user - VPN user.
    • var.vpn_pass - VPN password.
    • var.lan_network - LAN cidr ex. 192.168.1.0/24. Allows access from LAN after the VPN connection has been established.
  8. Radarr - Fork of Sonarr to automatically download Movies via Bittorrent or Usenet.

  9. Sonarr - Automatically downloads TV Shows via Bittorrent or Usenet.

  10. Tautulli - Tool to use alongside Plex to monitor activity and track statistics

  11. Unpackerr - Unpacks compressed completed downloads to be processed by Sonarr, Radarr, Lidarr

  12. Flaresolverr - Proxy server to bypass Cloudflare protection. Useful as a companion for indexer proxies such as Prowlarr and Jackett

    • var.tz - Container Timezone

Shared variables

terraform-docker-mediaserver's People

Contributors

jisorondo avatar jsorondo avatar

Stargazers

 avatar

Watchers

 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.