Updater bot : omada updated to 5.0-arm64

This commit is contained in:
alexbelgium
2022-04-14 07:03:27 +02:00
parent 46761e589f
commit 48f39233a5
3 changed files with 14 additions and 5 deletions

View File

@@ -1 +1,4 @@
## 5.0-arm64 (14-04-2022)
- Update to latest version from mbentley/omada-controller
- Initial release

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="5.1.7"
ARG BUILD_UPSTREAM="5.0-arm64"
FROM ${BUILD_FROM}
##################

View File

@@ -1,6 +1,10 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "TP-Link Omada Controller",
@@ -27,7 +31,9 @@
"29813/tcp": 29813,
"29814/tcp": 29814
},
"map": ["config:rw"],
"map": [
"config:rw"
],
"ports_description": {
"8088/tcp": "web interface",
"8043/tcp": "web interface https",
@@ -39,8 +45,8 @@
"29814/tcp": "omada port"
},
"slug": "omada",
"upstream": "5.1.7",
"upstream": "5.0-arm64",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.1.7-2",
"version": "5.0-arm64",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8088]"
}