mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 20:43:41 +00:00
better network monitoring
This commit is contained in:
committed by
Aiden McClelland
parent
80db9b71b9
commit
d8ef531721
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user