8000 GitHub - pcs333/Community: Cloudbox Community Project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pcs333/Community

 
 

Repository files navigation

Community Repo

Community Repository for Unofficial Cloudbox Add-ons

Requiremements

Clone Repo

git clone https://github.com/Cloudbox/Community.git ~/community && cd ~/community && cp -n ansible.cfg.default ansible.cfg && cp -n settings.yml.sample settings.yml

Password File

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

  • airsonic
  • beets
  • bitwarden - Bitwarden self-hosted server.
  • calibre-rdp - Media path set to /Media/Books
  • calibre-web - Loads opt/calibre (uses calibre-rdp db)
  • deluge - Deluge torrent client
  • embystats
  • gazee - comic book reader
  • goplaxt - goplaxt Plex/Trakt Scrobbler
  • 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
  • telly2

About

Cloudbox Community Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0