Add terminal port configuration option to config.yaml
This commit is contained in:
@@ -28,6 +28,9 @@ options:
|
|||||||
# Enable web terminal inside Home Assistant (Ingress) via ttyd
|
# Enable web terminal inside Home Assistant (Ingress) via ttyd
|
||||||
enable_terminal: true
|
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).
|
# Public base URL for opening the Gateway Web UI in a new tab (not embedded).
|
||||||
# Recommended: NO trailing slash.
|
# Recommended: NO trailing slash.
|
||||||
# Example: "https://example.duckdns.org:12345" or "http://192.168.1.10:18789"
|
# Example: "https://example.duckdns.org:12345" or "http://192.168.1.10:18789"
|
||||||
@@ -65,6 +68,7 @@ options:
|
|||||||
schema:
|
schema:
|
||||||
timezone: str
|
timezone: str
|
||||||
enable_terminal: bool?
|
enable_terminal: bool?
|
||||||
|
terminal_port: int(1024,65535)?
|
||||||
gateway_public_url: str?
|
gateway_public_url: str?
|
||||||
homeassistant_token: str?
|
homeassistant_token: str?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user