Add terminal port configuration option to config.yaml

This commit is contained in:
techartdev
2026-02-05 12:03:05 +02:00
parent 9e4987d25f
commit c59417a180
+4
View File
@@ -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?