diff --git a/openclaw_assistant/config.yaml b/openclaw_assistant/config.yaml index 56453d7..43c8781 100644 --- a/openclaw_assistant/config.yaml +++ b/openclaw_assistant/config.yaml @@ -28,6 +28,9 @@ options: # Enable web terminal inside Home Assistant (Ingress) via ttyd enable_terminal: true + # Terminal port (change if 7681 conflicts with another service) + terminal_port: 7681 + # Public base URL for opening the Gateway Web UI in a new tab (not embedded). # Recommended: NO trailing slash. # Example: "https://example.duckdns.org:12345" or "http://192.168.1.10:18789" @@ -65,6 +68,7 @@ options: schema: timezone: str enable_terminal: bool? + terminal_port: int(1024,65535)? gateway_public_url: str? homeassistant_token: str?