Files
hassio-addons/freqtrade/config.json
Alexandre f31b77270e test
2021-10-15 10:55:41 +02:00

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]"
}