Skip to content

Commit 656dbaf

Browse files
committed
perf(addon): set host_network for addon
1 parent a2faa7c commit 656dbaf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

config.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,13 @@ init: false
99
hassio_api: true
1010
hassio_role: default
1111
homeassistant_api: false
12-
host_network: false
12+
host_network: true
1313
map:
1414
- type: addon_config
1515
read_only: False
1616
path: /mcp-proxy-server/config # App config (mcp_server.json etc.) in /mcp-proxy-server/config inside container, maps to HA's config dir for this addon
1717
- type: share
1818
read_only: False # For TOOLS_FOLDER, maps to /share inside container
19-
ports:
20-
"3663/tcp": 3663
21-
ports_description:
22-
"3663/tcp": "MCP Proxy Server SSE & Admin UI Port"
2319
options:
2420
port: 3663
2521
enable_admin_ui: true # Defaulting to true for Ingress

0 commit comments

Comments
 (0)