Add OpenWrt SSH status

This commit is contained in:
2026-02-08 02:54:09 +03:00
parent fc061ece30
commit 5e01a8d596
6 changed files with 223 additions and 1 deletions

View File

@@ -84,6 +84,16 @@ gitea:
token: ""
verify_tls: true
openwrt:
host: "10.10.10.1"
user: "root"
port: 22
# Optional identity file for SSH
identity_file: ""
# Disable strict host key checking for auto-accept
strict_host_key_checking: false
timeout_sec: 8
security:
reboot_password: "CHANGE_ME"