Major updates

This commit is contained in:
2026-09-14 07:56:13 +01:00
parent 42224c94d3
commit e0d105beb9
17 changed files with 405 additions and 277 deletions
-2
View File
@@ -111,7 +111,6 @@ export type BUN_SQLITE_WGUI_CLIENTS = {
name?: string;
wg_ip_address?: string;
public_ip_address?: string;
private_key?: string;
public_key?: string;
allowed_ips?: string;
notes?: string;
@@ -132,7 +131,6 @@ export type BUN_SQLITE_WGUI_HOSTS = {
updated_at?: number | "";
user_id?: number | "";
wg_ip_address?: string;
private_key?: string;
public_key?: string;
}