mirror of
https://github.com/hassio-addons/addon-foldingathome.git
synced 2025-05-04 19:31:27 +00:00
27 lines
689 B
JSON
Executable file
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)?"
|
|
}
|
|
}
|