remove webui

This commit is contained in:
Eliz
2025-05-03 13:59:48 +00:00
parent f282181054
commit f9f5f14566

View File

@@ -77,8 +77,7 @@
"ingress": true,
"ingress_stream": true,
"map": [
"config:rw",
"share:rw"
"addon_config:rw"
],
"name": "LibreSpeed",
"options": {
@@ -91,7 +90,7 @@
"8096/tcp": 8096
},
"ports_description": {
"8096/tcp": "web interface"
"8096/tcp": "web interface (Not required for Ingress)"
},
"privileged": [
"SYS_ADMIN",
@@ -113,6 +112,5 @@
"slug": "librespeed",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.4.1a",
"webui": "http://[HOST]:[PORT:8096]"
"version": "5.4.1a"
}