Sha256: 095ae7cc26e346d591b726ecba98837591bd4b9603d218cbfa3269894c78d5f4
Contents?: true
Size: 1.58 KB
Versions: 1
Compression:
Stored size: 1.58 KB
Contents
{ "devices": { "default": "<device_id>", "<device_id>": { "ip": "xxx.xxx.xxx.xxx", "user": "<username>", "password": "<password>" } }, "projects": { "default": "<project id>", "<project id>": { "directory": "<path/to/repo>", "folders": ["resources","source"], "files": ["manifest"], "excludes": [], "app_name": "<app name>", "stage_method": "<git|script>", "stages":{ "production": { "branch": "<branch>", "script": {"stage": "<command to stage>", "unstage": "<command to unstage, optional>"}, "key": "key1" } } } }, "keys": { "key1": { "keyed_pkg": "<path/to/signed/package>", "password": "<password>" } }, "input_mapping": { "\\e[1~": [ "home", "Home" ], "<": [ "rew", "<" ], ">": [ "ff", ">" ], "=": [ "play", "=" ], "\r": [ "select", "Enter" ], "\\e[D": [ "left", "Left Arrow" ], "\\e[C": [ "right", "Right Arrow" ], "\\e[B": [ "down", "Down Arrow" ], "\\e[A": [ "up", "Up Arrow" ], "\t": [ "back", "Tab" ], "": [ "replay", "" ], "*": [ "info", "*" ], "\u007f": [ "backspace", "Backspace" ], "?": [ "search", "?" ], "\\e\r": [ "enter", "Alt + Enter" ], "\\e[5~": [ "volumeup", "Page Up" ], "\\e[6~": [ "volumedown", "Page Down" ], "\\e[4~": [ "mute", "End" ], "": [ "channeldown", "" ], "": [ "channelup", "" ], "": [ "tuner", "" ], "": [ "hdmi1", "" ], "": [ "hdmi2", "" ], "": [ "hdmi3", "" ], "": [ "hdmi4", "" ], "": [ "avi", "" ] } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roku_builder-3.11.1 | config.json.example |