Files
hassio-addons/joal/config.json
2021-10-23 19:15:06 +02:00

38 lines
900 B
JSON

{
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "An open source command line RatioMaster with WebUI",
"environment": {},
"host_network": false,
"ingress": true,
"ingress_port": 8099,
"map": ["config:rw"],
"name": "Joal",
"options": {
"ui_path": "joal",
"secret_token": "lrMY24Byhx",
"run_duration": "12h"
},
"panel_icon": "mdi:owl",
"ports": {
"49152/tcp": null,
"8081/tcp": 8091
},
"ports_description": {
"49152/tcp": "torrent port (not required)",
"8081/tcp": "Web UI port (required)"
},
"schema": {
"ui_path": "str",
"secret_token": "str",
"run_duration": "str?",
"verbose": "bool?"
},
"slug": "joal",
"startup": "services",
"upstream": "2.1.26",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.26-2",
"webui": "http://[HOST]:[PORT:8081]/joal/ui"
}