mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-15 17:08:19 +01:00
32 lines
625 B
JSON
32 lines
625 B
JSON
{
|
|
"apparmor": true,
|
|
"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": {
|
|
"8080/tcp": 9711
|
|
},
|
|
"ports_description": {
|
|
"8080/tcp": "web interface"
|
|
},
|
|
"privileged": [],
|
|
"schema": {},
|
|
"slug": "freqtrade",
|
|
"upstream": "2021.10",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "2021.10",
|
|
"webui": "http://[HOST]:[PORT:80]"
|
|
}
|