mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7",
|
|
"armhf"
|
|
],
|
|
"boot": "auto",
|
|
"description": "An open source command line RatioMaster with WebUI",
|
|
"environment": {},
|
|
"hassio_api": true,
|
|
"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.29",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "2.1.29",
|
|
"webui": "http://[HOST]:[PORT:8081]/joal/ui?ui_credentials=%7B%22host%22%3A%22[HOST]%22%2C%22port%22%3A%22[PORT:8081]%22%2C%22pathPrefix%22%3A%22joal%22%2C%22secretToken%22%3A%22lrMY24Byhx%22%7D"
|
|
}
|