mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 03:04:03 +00:00
7249a2dd13
Previously, adding additional PVE credentials would remove all existing PBS credentials from the .env file, and vice versa. This was caused by the credential removal logic not checking if the new configuration actually contained endpoints of the same type before removing existing ones. The fix ensures that: - PBS credentials are preserved when adding additional PVE endpoints - PVE credentials are preserved when adding additional PBS endpoints - Existing endpoints are only removed when explicitly managing that endpoint type Fixes #91 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>