Ingress addition

This commit is contained in:
Alexandre
2023-02-26 16:01:34 +01:00
parent e8150111e7
commit d48ac5ea68
13 changed files with 235 additions and 157 deletions

View File

@@ -1,46 +1,10 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis",
"devices": [
"/dev/sda",
"/dev/sdb",
"/dev/sdc",
"/dev/sdd",
"/dev/sde",
"/dev/sdf",
"/dev/sdg",
"/dev/nvme",
"/dev/nvme0n1p1",
"/dev/nvme0n1p2",
"/dev/mmcblk",
"/dev/fuse",
"/dev/sda1",
"/dev/sdb1",
"/dev/sdc1",
"/dev/sdd1",
"/dev/sde1",
"/dev/sdf1",
"/dev/sdg1",
"/dev/sda2",
"/dev/sdb2",
"/dev/sdc2",
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2",
"/dev/sda3",
"/dev/sdb3",
"/dev/sda4",
"/dev/sdb4",
"/dev/nvme0",
"/dev/nvme1",
"/dev/nvme2"
],
"environment": {
"BINANCE_REDIS_HOST": "localhost",
"BINANCE_REDIS_PORT": "6379",
@@ -49,6 +13,8 @@
"TRADINGVIEW_LOG_LEVEL": "INFO"
},
"image": "ghcr.io/alexbelgium/binance_trading_bot-{arch}",
"ingress": true,
"ingress_stream": true,
"map": [
"config:rw"
],
@@ -59,11 +25,14 @@
"BINANCE_AUTHENTICATION_ENABLED": true,
"BINANCE_AUTHENTICATION_PASSWORD": null
},
"panel_icon": "mdi:bitcoin",
"ports": {
"80/tcp": 8081
"80/tcp": 8081,
"8080/tcp": 8082
},
"ports_description": {
"80/tcp": "Webui port"
"80/tcp": "Web UI port",
"8080/tcp": "Trading View port"
},
"privileged": [
"SYS_ADMIN",
@@ -86,6 +55,5 @@
},
"slug": "binance-trading-bot",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.23.0-5",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}
"version": "0.0.96"
}