feat(ssl): Add domain & certificate management, Cloudflare sync, SQLite cert manager, WebSocket realtime updates, and HTTP API SSL endpoints

This commit is contained in:
2025-11-18 19:34:26 +00:00
parent 44267bbb27
commit b94aa17eee
16 changed files with 1707 additions and 1344 deletions

View File

@@ -35,9 +35,17 @@ export interface SystemStatus {
running: boolean;
version: any;
};
nginx: {
status: string;
installed: boolean;
reverseProxy: {
http: {
running: boolean;
port: number;
};
https: {
running: boolean;
port: number;
certificates: number;
};
routes: number;
};
dns: {
configured: boolean;