update to use ssh

This commit is contained in:
Henry Dollman
2024-07-09 19:44:09 -04:00
parent 04c14ad4ab
commit 7af8671134
14 changed files with 639 additions and 181 deletions

3
site/src/types.d.ts vendored
View File

@@ -2,6 +2,9 @@ import { RecordModel } from 'pocketbase'
export interface SystemRecord extends RecordModel {
name: string
ip: string
active: boolean
port: string
stats: SystemStats
}