Skip to content

primaxius/Community

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community Repo

Community Repository for Unofficial Cloudbox Add-ons

Requirements

Clone Community Repository

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

Switch to develop branch (optional)

git checkout develop

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

Usage

sudo ansible-playbook community.yml --tags <ROLENAME>

See wiki for setup guides.

Roles

Please note some roles are only available in develop.

  • ***arrX - Create multiple Sonarr/Radarr/Bazarr roles
  • airsonic
  • beets
  • bitwarden - Bitwarden self-hosted server.
  • bookstack
  • calibre-rdp - Media path set to /Media/Books
  • calibre-web - Loads opt/calibre (uses calibre-rdp db)
  • deluge - Deluge torrent client
  • embystats
  • funkwhale
  • gazee - comic book reader
  • goplaxt - goplaxt Plex/Trakt Scrobbler
  • invoiceninja
  • jellyfin - jellyfin emby fork
  • kitana - A responsive Plex plugin web frontend
  • lazylibrarian - (uses calibre-rdp db)
  • logarr
  • mediabutler - Discord bot
  • mellow - Discord Bot
  • monitorr
  • myjdownloader
  • mylar - automated comic book downloader
  • qbittorrent - qBitorrent torrent client
  • radarr1080 - Additional Radarr
  • radarrX - Similar to sonarrX but for radarr, to create multiple roles
  • sonarr1080 - Additional Sonarr
  • sonarrv3 - Sonar phantom (v3) branch based role
  • sonarrX - Experimental Sonarr v3 role to create multiple roles
  • subsonic
  • telly - Set version in telly.yml. Choices are 1.0, 1.1, and 1.5. These can be quoted or non-quoted. Includes Telly 1.0 (Needs settings from telly10 section in telly.yml), 1.1 dev branch (Needs settings from the telly11 section in telly.yml) and 1.5 unsupported alpha build (does not need any settings from telly.yml).
  • Wordpress - Wordpress deployment
  • xteve

About

Cloudbox Community Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%