Giter Club home page Giter Club logo

media_server's Introduction

Media server setup

Composition of docker images consisting of Plex for video streaming, qBittorent as a BitTorrent client of choice, collection managers Sonarr for TV shows and Radarr for movies, Jackett as a proxy between Sonarr, Radarr and various torrent trackers and Bazarr for subtitles, all working together to make your home media center setup easier.

Tested on Ubuntu 21.10 for Raspberry Pi 4 Model B with external HDD.

Setup

  1. create new directory in a desired location (the drive needs to have a lot of free space as your movies and TV shows collection will be saved there), e.g. mkdir /media/exdrive/media_server
  2. copy docker-compose.yml file there, e.g. cp docker-compose.yml /media/exdrive/media_server
  3. create new file .env in that directory and fill it using .env.sample as a template
  4. update line cd /media/exdrive/media_server in media_server.sh file with your location, put it in /usr/bin and make it executable using sudo chmod +x /usr/bin/media_server.sh
  5. put media_server.service file in /etc/systemd/system directory, update permissions using sudo chmod 644 /etc/systemd/system/media_server.service
  6. check service status using systemctl status media_server, enable with systemctl enable media_server and reload systemd manager configuration with command systemctl daemon-reload
  7. (optional) update crontab to restart media server every day at 4 AM to get docker image updates (sudo crontab -e and add the line 0 4 * * * sudo systemctl restart media_server)
  8. start the service using systemctl start media_server
  9. visit each service's web address to configure it

Web Addresses

All the services can be accessed using your IP address and their port. Ports can be configured in docker-compose.yml.

media_server's People

Contributors

almirsarajcic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.