mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-14 12:28:09 +08:00
chore: ingress test with test-addon
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
args:
|
||||
package_version: "3.0.0-alpha.13"
|
||||
package_version: "3.0.0-alpha.33"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: "3.0.0-alpha.13"
|
||||
version: "3.0.0-alpha.33"
|
||||
slug: hamh_test
|
||||
name: Home-Assistant-Matter-Hub (Test Addon // DO NOT USE)
|
||||
description: THIS IS FOR TESTING PURPOSE. DO NOT USE THIS ADDON.
|
||||
@@ -12,7 +12,9 @@ arch:
|
||||
- amd64
|
||||
- armv7
|
||||
ingress: true
|
||||
ingress_port: 8482
|
||||
ingress_port: 0
|
||||
panel_icon: mdi:bridge
|
||||
panel_title: Matter bridges
|
||||
map:
|
||||
- addon_config:rw
|
||||
options:
|
||||
|
||||
@@ -4,6 +4,6 @@ home-assistant-matter-hub start \
|
||||
--log-level=$(bashio::config 'log_level') \
|
||||
--disable-log-colors=$(bashio::config 'disable_log_colors') \
|
||||
--storage-location=/config/data \
|
||||
--web-port=8482 \
|
||||
--web-port="$(bashio::addon.ingress_port)" \
|
||||
--home-assistant-url='http://supervisor/core' \
|
||||
--home-assistant-access-token="$SUPERVISOR_TOKEN"
|
||||
|
||||
Reference in New Issue
Block a user