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

Installs the CloudBox Community Repository for extended functionality.

Run the following command:

curl -s https://cloudbox.works/scripts/cmrepo.sh | bash >/dev/null 2>&1; cd ~/community

Update

Pull the latest changes:

curl -s https://cloudbox.works/scripts/cmrepo.sh | bash >/dev/null 2>&1; cd ~/community

Switch to develop branch (optional)

Run the following commands:

cd ~/community
git fetch
git reset --hard @{u}
git checkout develop
git reset --hard @{u}

Setup Password File (if required)

If you have setup an Ansible vault password file for Cloudbox, you will need to add its location to the Community Repo folder's ansible.cfg file.

  1. Open ~/community/ansible.cfg

    nano ~/community/ansible.cfg
  2. Add entry for vault_password_file pointing to the path of your Cloudbox vault password file.

    vault_password_file = ~/.ansible_vault
  3. Should now look like this:

    [defaults]
    inventory = ~/cloudbox/inventories/local
    callback_whitelist = profile_tasks
    command_warnings = False
    retry_files_enabled = False
    hash_behaviour = merge
    roles_path = ~/cloudbox/roles
    vault_password_file = ~/.ansible_vault
  4. Save and exit: Ctrl + X Y Enter

Install Guides

Repository

Apps

Misc Guides

General Stuff

Linux Stuff

Plex

Organizr

Downloading

STRM

Clone this wiki locally