mirror of
https://github.com/RGJorge/ContainerFlow.git
synced 2026-08-03 07:21:42 +02:00
v0.0.25
This commit is contained in:
@@ -67,6 +67,15 @@ export interface DiscordConfig {
|
||||
downReminderMinutes: number;
|
||||
}
|
||||
|
||||
export interface ContainerSettings {
|
||||
/** false = no enviar notificaciones para este contenedor */
|
||||
notificationsEnabled: boolean;
|
||||
/** Override del umbral global de CPU (null = usar global) */
|
||||
cpuThreshold: number | null;
|
||||
/** Override del umbral global de memoria (null = usar global) */
|
||||
memThreshold: number | null;
|
||||
}
|
||||
|
||||
export type WSMessage =
|
||||
| { type: "services"; data: Service[] }
|
||||
| { type: "connections"; data: Connection[] }
|
||||
|
||||
Reference in New Issue
Block a user