Skip to content
desimaniac edited this page Sep 23, 2019 · 26 revisions

Installs the CloudBox Community repository for extended functionality.

Install / Update

Run the following command:

cd ~/cloudbox
sudo ansible-playbook cloudbox.yml --tags community

This will clone the repo in /opt/community and symlink the folder to ~/community.

Other useful commands

Force update/fetch master branch (optional)

cd ~/community; git fetch &> /dev/null; git checkout master &> /dev/null; git reset --hard @{u} &> /dev/null
git reset --hard @{u}

Switch to develop branch (optional)

cd ~/community; git fetch &> /dev/null; git checkout develop &> /dev/null; git reset --hard @{u} &> /dev/null
git reset --hard @{u}

Install Guides

Repository

Apps

Misc Guides

General Stuff

Linux Stuff

Plex

Organizr

Downloading

STRM

Clone this wiki locally