addon-foldingathome/foldingathome/config.json
2020-03-22 23:41:27 +01:00

27 lines
689 B
JSON
Executable file

{
"name": "Folding@home",
"version": "dev",
"slug": "foldingathome",
"description": "Fighting disease with a world wide distributed super computer",
"url": "https://github.com/hassio-addons/addon-foldingathome",
"webui": "http://[HOST]:[PORT:7396]",
"startup": "application",
"arch": ["amd64"],
"boot": "auto",
"init": false,
"hassio_api": true,
"hassio_role": "default",
"options": {},
"video": true,
"ports": {
"7396/tcp": 7396,
"36330/tcp": null
},
"ports_description": {
"7396/tcp": "Web interface",
"36330/tcp": "Remote command interface"
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
}
}