Add Proxmox guest auto sync (#1053)

This commit is contained in:
ZacharyZcR
2026-07-16 12:10:12 +08:00
committed by GitHub
parent b2c5b9cde3
commit ed6cda4ea4
12 changed files with 1006 additions and 345 deletions
@@ -276,6 +276,9 @@ export function registerHostBulkRoutes(
dockerPatterns: existing.dockerPatterns ?? "docker",
preferredPrefixes:
existing.preferredPrefixes ?? "10., 192.168.",
autoSyncEnabled: existing.autoSyncEnabled ?? false,
syncIntervalMinutes: existing.syncIntervalMinutes ?? 15,
markMissingGuests: existing.markMissingGuests ?? true,
};
await db
.update(hosts)
File diff suppressed because it is too large Load Diff