Skip to content

Docker Walkthrough: CloudBox with config file

Chaz Larson edited this page Jan 24, 2019 · 1 revision

The Cloudbox project contains a telly role in the Community repository [on the develop branch at this writing].

The Cloudbox role has its own config file for the role that is used to set a minimum set of config values:

telly11:
  streams: 1
  provider_name: CloudTV
  m3u_url: http://iptv.server:80/get.php?username=USERNAME&password=PASSWORD&type=m3u_plus&output=ts
  epg_url: http://iptv.server:80/xmltv.php?username=USERNAME&password=PASSWORD
  filter: USA

Once the role is run and installed, the config file will be found at /opt/telly/telly.config.json and can be edited as usual to adjust the filter or other settings.

The Cloudbox Community Wiki describes the install from a Cloudbox perspective.

Clone this wiki locally