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