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