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 into /opt/community and symlink the folder to ~/community.

Other useful commands

Switch-to / force-update master branch

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

Switch-to / force-update develop branch

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