mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
24 lines
571 B
JSON
24 lines
571 B
JSON
{
|
|
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
|
"boot": "auto",
|
|
"description": "Simple High frequency trading bot for crypto currencies ",
|
|
"devices": [],
|
|
"environment": {},
|
|
"map": ["share:rw"],
|
|
"name": "freqtrade web server - DO NOT USE",
|
|
"options": {},
|
|
"ports": {
|
|
"80/tcp": 9191
|
|
},
|
|
"ports_description": {
|
|
"80/tcp": "web interface"
|
|
},
|
|
"privileged": [],
|
|
"schema": {},
|
|
"slug": "freqtrade",
|
|
"upstream": "2021.9",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "2021.9",
|
|
"webui": "http://[HOST]:[PORT:80]"
|
|
}
|