Files
hassio-addons/joal/config.json
2020-12-20 10:36:42 +01:00

37 lines
805 B
JSON

{
"name": "Joal",
"version": "2.1.24",
"slug": "joal",
"description": "An open source command line RatioMaster with WebUI",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/joal",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": {
"49152/tcp": 49152,
"8081/tcp": 8081
},
"ports_description": {
"49152/tcp": "torrent port",
"8081/tcp": "Web UI port"
},
"webui": "http://[HOST]:[PORT:8081]/joal/ui",
"boot": "auto",
"host_network": true,
"environment": {
"spring.main.web-environment": true,
"joal.iframe.enabled":false,
"joal.ui.path.prefix": "joal",
"joal.ui.secret-token": "lrMY24Byhx",
"server.port": 8081
},
"options": {
},
"schema": {
}
}