Add HA ingress UI proxy + optional web terminal

This commit is contained in:
root
2026-01-28 19:49:02 +02:00
parent b2fa3d3d71
commit 1509822a31
4 changed files with 119 additions and 3 deletions
+11
View File
@@ -11,6 +11,13 @@ init: false
hassio_api: false
homeassistant_api: false
host_network: true
# Home Assistant Ingress (UI inside the add-on page)
ingress: true
ingress_port: 8099
panel_title: Papur
panel_icon: mdi:robot
map:
- addon_config:rw
options:
@@ -41,6 +48,9 @@ options:
# Brave Search API key (optional; enables Brave-backed web search tool)
brave_api_key: ""
# Enable web terminal inside Home Assistant (Ingress) via ttyd
enable_terminal: false
# Cleanup stale session lock files left after crashes/restarts
clean_session_locks_on_start: true
clean_session_locks_on_exit: true
@@ -60,6 +70,7 @@ schema:
mikrotik_ssh_user: str
mikrotik_ssh_key_path: str
brave_api_key: str?
enable_terminal: bool?
clean_session_locks_on_start: bool?
clean_session_locks_on_exit: bool?