mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 21:02:12 +03:00
#1350 — Persist API-Key via Docker volume: - isValidApiKey() now checks OMNIROUTE_API_KEY/ROUTER_API_KEY env vars before querying SQLite, making keys survive container restarts/restores - Env-var keys bypass DB entirely — no regeneration needed #1367 — Limit Database Backup Count: - Already implemented: UI controls (keepLatest, retentionDays) in SystemStorageTab + backend cleanupDbBackups() with DB_BACKUP_MAX_FILES - Closed as already resolved #1369 — Reduce GPU usage: - Removed backdrop-blur-xl from Sidebar.tsx and Header.tsx - Made --color-sidebar CSS vars fully opaque (eliminates GPU compositing) - Added data memoization to RequestLoggerV2/ProxyLogger via logsSignatureRef — skips setLogs when data unchanged (~80% fewer re-renders) Tests: 36/36 pass, typecheck:core pass