feature: add support for services to use a path
This commit is contained in:
@@ -36,9 +36,10 @@ export type NodeStatus = 'online' | 'offline' | 'pending' | 'unknown'
|
||||
export type CheckMethod = 'ping' | 'http' | 'https' | 'tcp' | 'ssh' | 'prometheus' | 'health' | 'none'
|
||||
|
||||
export interface ServiceInfo {
|
||||
port: number
|
||||
port?: number
|
||||
protocol: 'tcp' | 'udp'
|
||||
service_name: string
|
||||
path?: string
|
||||
icon?: string
|
||||
category?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user