Update to 2021.10

This commit is contained in:
alexbelgium
2021-10-29 05:47:20 +02:00
parent fa9d81c65b
commit a400bbbe9c
2 changed files with 14 additions and 4 deletions

View File

@@ -1 +1,4 @@
## 2021.10 (29-10-2021)
- Update to latest version from freqtrade/freqtrade
- Initial release

View File

@@ -1,11 +1,18 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto",
"description": "Simple High frequency trading bot for crypto currencies ",
"devices": [],
"environment": {},
"map": ["share:rw"],
"map": [
"share:rw"
],
"name": "freqtrade web server - DO NOT USE",
"options": {},
"ports": {
@@ -17,8 +24,8 @@
"privileged": [],
"schema": {},
"slug": "freqtrade",
"upstream": "2021.9",
"upstream": "2021.10",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2021.9",
"version": "2021.10",
"webui": "http://[HOST]:[PORT:80]"
}