Skip to content

Cloudbox is an Ansible playbook for deploying a cloud media server stack on an Ubuntu server with the use of Docker containers.

License

Notifications You must be signed in to change notification settings

cloudbitvps/CloudboxMOD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudbox

Cloudbox is an Ansible playbook for deploying a cloud media server stack on an Ubuntu server with the use of Docker containers.

This project is limited to specifically 16.04 Ubuntu LTS and AMD64/Intel64 (no ARM support) machines and designed for fresh systems. Do not install on an already setup server, or prepare for unintended consequences.

If you find this project helpful, feel free to make a small donation via PayPal, bitcoin: 15sKj1qi5PWvviTbCDJJKYoeQBQRv535Gb or litecoin: LRx1Z4AvKUJWa9pKnHrcsMemhG8S5w7uLp. Other forms of support are also appreciated (e.g. bugfixes/pull requests to develop branch, etc).

Cloudbox Install Types

What's Installed Full Feeder Plex
Docker Yes Yes Yes
Plex (docker) Yes Yes
PlexPy (docker) Yes Yes
Plex AutoScan Yes Yes
Sonarr (docker) Yes Yes
Radarr (docker) Yes Yes
NZBGet (docker) Yes Yes
rTorrent/ruTorrent (docker) Yes Yes
Jackett (docker) Yes Yes
NZB Hydra (docker) Yes Yes
Rclone Yes Yes
Plexdrive Yes Yes Yes
Plex Requests - Meteor (docker) Yes Yes
Nginx Proxy Yes Yes Yes
Let's Encrypt Companion for Nginx Proxy Yes Yes Yes
Organizr (docker) Yes Yes
Portainer Yes Yes
UnionFS Yes Yes Yes
UnionFS Cleaner Yes Yes
Watchtower Yes Yes Yes
Misc tools and server tweaks (e.g. kernel, motd, mc, ngrok) Yes Yes Yes

* Sonarr, Radarr, NZBGet, Jackett, and NZB Hydra use the latest releases, including beta and nightly builds.

History

How To Guides

Credits

  • l3uddz (creator)
  • desimaniac (contributor)

Contributing

  1. Fork it.
  2. Clone the project: git clone http://github.com/<your_name>/cloudbox
  3. Create your feature branch (off of the develop branch): git checkout -b my-new-feature develop
  4. Commit your changes: git commit -am 'Added some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request.

Community

About

Cloudbox is an Ansible playbook for deploying a cloud media server stack on an Ubuntu server with the use of Docker containers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 56.3%
  • Shell 43.7%