Files
hassio-addons/joal/config.json
2021-05-13 07:28:26 +02:00

39 lines
830 B
JSON

{
"name": "Joal",
"version": "2.1.24-13",
"upstream": "2.1.24",
"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"
],
"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": {
"secret_token": "lrMY24Byhx",
"run_for_hours": "12"
},
"schema": {
"secret_token": "str",
"run_for_hours": "int?"
}
}