Skip to content

Easy media server setup through docker-compose (sabnzb/owncloud/couchpotato/sickbeard)

License

Notifications You must be signed in to change notification settings

javexed/clean_socs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean SOCS

A docker compose file which gets a media server including

  • Sabnzb
  • Couchpotato
  • Sickbeard

Installation

Prerequisites

Install, Download, and Run

  • Clone the respository: git clone https://github.com/javexed/clean_socs
  • cd into the respository: cd clean_socs
  • Link to the data directory. For example, assuming you are using openmediavault, and have a directory called "Data", the default location is /export/Data, and the command to create the link is: ln -S /export/Data ./data
  • Create the config directories: mkdir -p plex sabnzb couchpotato sickbeard
  • Download and run: docker-compose up -d
  • Monitor progress: docker-compose logs

Configure (assuming based on openmediavault)

Refer to each for specifics on configuration

Usage

Refer to docker-compose for commands to control.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

Credits

This just ties the docker images together, please refer to:

License

Do with it as you will.

About

Easy media server setup through docker-compose (sabnzb/owncloud/couchpotato/sickbeard)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages