Files
hassio-addons/joal/config.json
2023-10-04 13:33:30 +02:00

41 lines
859 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "An open source command line RatioMaster with WebUI",
"hassio_api": true,
"image": "ghcr.io/alexbelgium/joal-{arch}",
"ingress": true,
"map": [
"config:rw"
],
"name": "Joal",
"options": {
"run_duration": "12h",
"secret_token": "lrMY24Byhx",
"ui_path": "joal"
},
"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": {
"run_duration": "str?",
"secret_token": "str",
"ui_path": "str",
"verbose": "bool?"
},
"slug": "joal",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.34"
}