refactor(proxy): remove global auto-start flag

- Remove global proxy auto-start flag from config and UI.
- Simplify per-app takeover start/stop and stop server when the last takeover is disabled.
- Restore live takeover detection used for crash recovery.
- Keep proxy_config.enabled column but always write 0 for compatibility.
- Tests: not run (not requested).
This commit is contained in:
Jason
2025-12-20 08:48:59 +08:00
parent b6ff721d67
commit ba59483b33
7 changed files with 60 additions and 142 deletions
-1
View File
@@ -1,5 +1,4 @@
export interface ProxyConfig {
enabled: boolean;
listen_address: string;
listen_port: number;
max_retries: number;