mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update config.json
This commit is contained in:
@@ -54,22 +54,25 @@
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"environment": {
|
||||
"MANAGE_HTTPS_PORT": "8043",
|
||||
"MANAGE_HTTP_PORT": "8088",
|
||||
"PORTAL_HTTPS_PORT": "8843",
|
||||
"PORTAL_HTTP_PORT": "8888",
|
||||
"SHOW_MONGODB_LOGS": "false",
|
||||
"SHOW_SERVER_LOGS": "true",
|
||||
"SSL_CERT_NAME": "fullchain.pem",
|
||||
"SSL_KEY_NAME": "privkey.pem",
|
||||
"TZ": "Etc/UTC"
|
||||
},
|
||||
"host_network": true,
|
||||
"image": "ghcr.io/alexbelgium/omada-{arch}",
|
||||
"map": [
|
||||
"config:rw",
|
||||
"ssl:ro"
|
||||
],
|
||||
"name": "Omada",
|
||||
"options": {
|
||||
"MANAGE_HTTPS_PORT": "8043",
|
||||
"MANAGE_HTTP_PORT": "8088",
|
||||
"PORTAL_HTTPS_PORT": "8843",
|
||||
"PORTAL_HTTP_PORT": "8888"
|
||||
},
|
||||
"ports": {
|
||||
"29810/udp": 29810,
|
||||
"29811/tcp": 29811,
|
||||
@@ -92,8 +95,14 @@
|
||||
"8843/tcp": "portal https",
|
||||
"8888/tcp": "portal http"
|
||||
},
|
||||
"schema": {
|
||||
"MANAGE_HTTPS_PORT": "int",
|
||||
"MANAGE_HTTP_PORT": "int",
|
||||
"PORTAL_HTTPS_PORT": "int",
|
||||
"PORTAL_HTTP_PORT": "int"
|
||||
},
|
||||
"slug": "omada",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "5.9-chromium-amd64-2023-06-05-2",
|
||||
"version": "5.9-chromium-amd64-2023-06-05-2test",
|
||||
"webui": "http://[HOST]:[PORT:8088]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user