Add OpenWRT SSH provisioning and readiness workflow

This commit is contained in:
litoral05
2026-05-06 16:05:27 +01:00
parent 3d7c7685aa
commit 11dbaca04c
5 changed files with 533 additions and 15 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ pub fn run() {
tauri::Builder::default()
.invoke_handler(tauri::generate_handler![
openwrt::detect_openwrt_router,
openwrt::test_openwrt_ssh
openwrt::test_openwrt_ssh,
openwrt::prepare_openwrt_router
])
.run(tauri::generate_context!())
.expect("error while running tauri application");