Skip to content
desimaniac edited this page Oct 16, 2019 · 26 revisions

Installs the CloudBox Community repository for extended functionality.

Install / Update Community Repo

Run the following commands:

cd ~/cloudbox; git fetch &> /dev/null; git reset --hard @{u} &> /dev/null; sudo ansible-playbook cloudbox.yml --tags community

This will clone the repo into /opt/community, symlink the folder to ~/community, and add the necessary vault_password_file line to /opt/community/ansible.cfg.

Change / Update branches

master branch

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

develop branch

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

Install Guides

Repository

Apps

Misc Guides

General Stuff

Linux Stuff

Plex

Organizr

Downloading

STRM

Clone this wiki locally