Ingress addition

https://github.com/alexbelgium/hassio-addons/issues/407
This commit is contained in:
Alexandre
2022-08-03 18:00:17 +02:00
parent 7a94721e6a
commit c88da8f4a7
15 changed files with 262 additions and 4 deletions

View File

@@ -44,6 +44,7 @@
"PGID": "0",
"PUID": "0"
},
"ingress": true,
"init": false,
"map": [
"config:rw",
@@ -56,6 +57,7 @@
"PGID": 0,
"PUID": 0
},
"panel_icon": "mdi:arrow-down-bold-circle-outline",
"ports": {
"6789/tcp": 6789
},
@@ -77,6 +79,6 @@
},
"slug": "nzbget",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "21.1",
"version": "21.1-2",
"webui": "http://[HOST]:[PORT:6789]"
}
}