global key detect

This commit is contained in:
Mateusz Gruszczyński
2026-04-13 09:20:03 +02:00
parent fe1e731e44
commit 93a03b84c0
5 changed files with 34 additions and 7 deletions

View File

@@ -38,6 +38,8 @@ class RouterUpdate(BaseModel):
class RouterResponse(RouterBase):
id: int
owner_id: int
uses_global_ssh_key: bool = False
has_effective_ssh_key: bool = False
last_connection_status: bool | None = None
last_connection_tested_at: datetime | None = None
last_connection_error: str | None = None