mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-17 05:43:36 +00:00
Add Proxmox guest auto sync (#1053)
This commit is contained in:
@@ -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
Reference in New Issue
Block a user