Merge branch 'dev' into feat/login-page-customization

This commit is contained in:
Fred KISSIE 2025-12-04 23:56:16 +01:00
commit ba9048a377
45 changed files with 4123 additions and 310 deletions

View file

@ -201,7 +201,8 @@ export const targetHealthCheck = sqliteTable("targetHealthCheck", {
}).default(true),
hcMethod: text("hcMethod").default("GET"),
hcStatus: integer("hcStatus"), // http code
hcHealth: text("hcHealth").default("unknown") // "unknown", "healthy", "unhealthy"
hcHealth: text("hcHealth").default("unknown"), // "unknown", "healthy", "unhealthy"
hcTlsServerName: text("hcTlsServerName"),
});
export const exitNodes = sqliteTable("exitNodes", {