mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-14 12:28:09 +08:00
Revert "feat: configure ingress support"
This reverts commit 8785b68101.
This commit is contained in:
@@ -11,15 +11,16 @@ arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
ingress: true
|
||||
ingress_port: 0
|
||||
webui: http://[HOST]:[PORT:8482]/
|
||||
map:
|
||||
- addon_config:rw
|
||||
options:
|
||||
app_log_level: info
|
||||
disable_log_colors: false
|
||||
web_port: 8482
|
||||
mdns_network_interface: ""
|
||||
schema:
|
||||
app_log_level: list(silly|debug|info|warn|error)
|
||||
disable_log_colors: bool
|
||||
web_port: int(1,)
|
||||
mdns_network_interface: "str?"
|
||||
|
||||
@@ -4,7 +4,6 @@ home-assistant-matter-hub start \
|
||||
--log-level=$(bashio::config 'app_log_level') \
|
||||
--disable-log-colors=$(bashio::config 'disable_log_colors') \
|
||||
--storage-location=/config/data \
|
||||
--web-port=$(bashio::addon.ingress_port) \
|
||||
--web-port=$(bashio::config 'web_port') \
|
||||
--home-assistant-url='http://supervisor/core' \
|
||||
--home-assistant-access-token="$SUPERVISOR_TOKEN" \
|
||||
--http-ip-whitelist="172.30.32.2"
|
||||
--home-assistant-access-token="$SUPERVISOR_TOKEN"
|
||||
|
||||
@@ -8,6 +8,10 @@ configuration:
|
||||
name: Disable log colors
|
||||
description: |
|
||||
Print the log as plain text without any colors.
|
||||
web_port:
|
||||
name: Web UI Port
|
||||
description: |
|
||||
The port to use for the Web-UI. Default: 8482
|
||||
mdns_network_interface:
|
||||
name: mDNS Network Interface
|
||||
description: |
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
args:
|
||||
package_version: "3.0.0-alpha.47"
|
||||
package_version: "3.0.0-alpha.46"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: "3.0.0-alpha.47"
|
||||
version: "3.0.0-alpha.46"
|
||||
slug: hamh_test
|
||||
name: Home-Assistant-Matter-Hub (Test Addon // DO NOT USE)
|
||||
description: THIS IS FOR TESTING PURPOSE. DO NOT USE THIS ADDON.
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
|
||||
bashio::addon.config
|
||||
echo ""
|
||||
bashio::addon.ingress_port
|
||||
echo ""
|
||||
|
||||
home-assistant-matter-hub start \
|
||||
--log-level=$(bashio::config 'app_log_level') \
|
||||
--disable-log-colors=$(bashio::config 'disable_log_colors') \
|
||||
|
||||
Reference in New Issue
Block a user