Ingress addition

This commit is contained in:
Alexandre
2022-05-20 15:16:33 +02:00
parent f27adf81b5
commit 1aa3137392
16 changed files with 255 additions and 11 deletions

View File

@@ -39,6 +39,7 @@
"/dev/nvme1",
"/dev/nvme2"
],
"ingress": true,
"map": [
"share:rw",
"config:rw"
@@ -50,6 +51,7 @@
"data_location": "/share/resioliosync",
"config_location": "/config/addons_config/resioliosync"
},
"panel_icon": "mdi:cloud-sync-outline",
"ports": {
"55555/tcp": 55555,
"8888/tcp": 8888
@@ -73,10 +75,10 @@
"localdisks": "str?",
"networkdisks": "str?",
"data_location": "str",
"config_location": "str"
"config_location": "str"
},
"slug": "resiliosync",
"url": "https://github.com/tyjtyj/hassio-addons",
"version": "2.7.3.1381-3",
"webui": "http://[HOST]:[PORT:8888]"
}
}