GithubHelp home page GithubHelp logo

docker-htpc-suite's Introduction

docker-htpc-suite

A set of automated / manual scripts to control an integrated set of "dockerized" HTPC suite of tools, including

Quick Start (using docker-compose)

On a docker-enabled, host, clone the repo

git clone https://github.com/funkypenguin/docker-htpc-suite.git

Then change into the working directory:

cd docker-htpc-suite

Edit docker-compose.yml, and change the media location folder on line 4.

Add a local user to the base docker host named "htpc" with UID 4242 (the meaning of 2 lives). Make sure this user has all the necessary access to the media folder location.

Start up the docker containers by running docker-compose up -d

This will do the following:

  1. Establish a data container for common data access to a path on your filesystem (/srv/data by default), belonging to the user "htpc" with UID 4242
  2. Start each app container, creating a subdirectory in the current working directory for its persistent config (database, settings, etc), and linking /data to the data container

You can now connect to your suite on the following URLs:

Manual Container Management (without docker-compose)

For greater flexibility, you can also manually start each container. The scripts/ folder includes startup scripts for each container, which are intended to be executed from the main repo directory.

For example:

./scripts/datastore.sh
./scripts/sabnzbd.sh
./scripts/plex.sh
./scripts/couchpotato.sh
./scripts/nzbdrone.sh

Planned Enhancements

  • Integration of container for rtorrent / rutorrent
  • Integration of container to run cron scripts against tools in suite
  • Integration of container for nginx configured to proxy each tool, so that only a single port needs to be exposed via docker for management

docker-htpc-suite's People

Contributors

funkypenguin avatar ktiedt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-htpc-suite's Issues

docker-compose up -d fails

Building datastore
ERROR: Cannot locate specified Dockerfile: Dockerfile

Just found your compose suite and was hoping to simplify my setup by containerizing things, however I am at a loss as to what this failure means.

Would you have any idea here? I am on the latest versions:

Docker version 1.9.1, build a34a1d5
docker-compose version 1.5.2, build 7240ff3

Any nudges in the right direction would be helpful, thanks!

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.