Webseite überarbeitet und Telegram Bot funktion hinzugefügt #1

Merged
pi-farm merged 59 commits from dev into main 2026-03-07 23:50:03 +00:00
Showing only changes of commit 69baef276d - Show all commits

View File

@@ -228,7 +228,7 @@ async def bootstrap_node(ip, user, password):
return
# 2. System-Infos abrufen (Inventur)
await manager.broadcast(f"🔍 Inventur auf {ip} wird durchgeführt...")
await manager.broadcast(f"🔍 Inventur auf {ip} wird durchgeführt...")
info = await get_remote_info(ip, user)
if info: