mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 13:24:04 +02:00
Add ingress port
This commit is contained in:
@@ -70,11 +70,13 @@
|
|||||||
],
|
],
|
||||||
"environment": {
|
"environment": {
|
||||||
"PGID": "1000",
|
"PGID": "1000",
|
||||||
"PUID": "1000"
|
"PUID": "1000",
|
||||||
|
"FM_HOME": "/config",
|
||||||
|
"HOME": "/config"
|
||||||
},
|
},
|
||||||
"init": false,
|
"init": false,
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"ingress_stream": true,
|
"ingress_port": 8096,
|
||||||
"map": [
|
"map": [
|
||||||
"addon_config:rw"
|
"addon_config:rw"
|
||||||
],
|
],
|
||||||
@@ -91,25 +93,15 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8096/tcp": "web interface (Not required for Ingress)"
|
"8096/tcp": "web interface (Not required for Ingress)"
|
||||||
},
|
},
|
||||||
"privileged": [
|
|
||||||
"SYS_ADMIN",
|
|
||||||
"DAC_READ_SEARCH"
|
|
||||||
],
|
|
||||||
"schema": {
|
"schema": {
|
||||||
"PGID": "int?",
|
"PGID": "int?",
|
||||||
"PUID": "int?",
|
"PUID": "int?",
|
||||||
"IPINFO_APIKEY": "str?",
|
"IPINFO_APIKEY": "str?",
|
||||||
"CUSTOM_RESULTS": "bool?",
|
"CUSTOM_RESULTS": "bool?",
|
||||||
"PASSWORD": "str?",
|
"PASSWORD": "str?",
|
||||||
"TZ": "str?",
|
"TZ": "str?"
|
||||||
"cifsdomain": "str?",
|
|
||||||
"cifspassword": "str?",
|
|
||||||
"cifsusername": "str?",
|
|
||||||
"localdisks": "str?",
|
|
||||||
"networkdisks": "str?"
|
|
||||||
},
|
},
|
||||||
"slug": "librespeed",
|
"slug": "librespeed",
|
||||||
"udev": true,
|
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "5.4.1b"
|
"version": "5.4.1b"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user