better network monitoring

This commit is contained in:
Matt Hill
2021-07-01 16:18:49 -06:00
committed by Aiden McClelland
parent 80db9b71b9
commit d8ef531721
14 changed files with 295 additions and 244 deletions

View File

@@ -16,7 +16,8 @@ export interface ServerInfo {
'lan-address': URL
'tor-address': URL
status: ServerStatus
registry: URL
'package-registry': URL
'system-registry': URL
wifi: WiFiInfo
'unread-notification-count': number
specs: {
@@ -24,6 +25,10 @@ export interface ServerInfo {
Disk: string
Memory: string
}
'connection-addresses': {
tor: string[]
clearnet: string[]
}
}
export enum ServerStatus {