mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Updater bot : omada updated to 5.0-arm64
This commit is contained in:
@@ -1 +1,4 @@
|
|||||||
|
|
||||||
|
## 5.0-arm64 (14-04-2022)
|
||||||
|
- Update to latest version from mbentley/omada-controller
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="5.1.7"
|
ARG BUILD_UPSTREAM="5.0-arm64"
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
{
|
{
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7"
|
||||||
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "TP-Link Omada Controller",
|
"description": "TP-Link Omada Controller",
|
||||||
@@ -27,7 +31,9 @@
|
|||||||
"29813/tcp": 29813,
|
"29813/tcp": 29813,
|
||||||
"29814/tcp": 29814
|
"29814/tcp": 29814
|
||||||
},
|
},
|
||||||
"map": ["config:rw"],
|
"map": [
|
||||||
|
"config:rw"
|
||||||
|
],
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8088/tcp": "web interface",
|
"8088/tcp": "web interface",
|
||||||
"8043/tcp": "web interface https",
|
"8043/tcp": "web interface https",
|
||||||
@@ -39,8 +45,8 @@
|
|||||||
"29814/tcp": "omada port"
|
"29814/tcp": "omada port"
|
||||||
},
|
},
|
||||||
"slug": "omada",
|
"slug": "omada",
|
||||||
"upstream": "5.1.7",
|
"upstream": "5.0-arm64",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "5.1.7-2",
|
"version": "5.0-arm64",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8088]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8088]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user