Remove deprecated mikrotik_* options (no back-compat)

This commit is contained in:
root
2026-01-30 17:46:37 +02:00
parent 00df355316
commit 2a7563c250
-9
View File
@@ -55,10 +55,6 @@ options:
router_ssh_user: ""
router_ssh_key_path: "/data/keys/router_ssh"
# Backward compatible (deprecated): older config names
mikrotik_host: ""
mikrotik_ssh_user: ""
mikrotik_ssh_key_path: "/data/keys/mikrotik"
# Brave Search API key (optional; enables Brave-backed web search tool)
brave_api_key: ""
@@ -86,11 +82,6 @@ schema:
router_ssh_user: str
router_ssh_key_path: str
# Backward compatible (deprecated)
mikrotik_host: str?
mikrotik_ssh_user: str?
mikrotik_ssh_key_path: str?
brave_api_key: str?
enable_terminal: bool?
clean_session_locks_on_start: bool?