mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #279] [MERGED] Fix stale LXC entries and improve orphaned script cleanup #304
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/279
Author: @michelroegl-brunner
Created: 11/7/2025
Status: ✅ Merged
Merged: 11/7/2025
Merged by: @michelroegl-brunner
Base:
main← Head:fix/262📝 Commits (1)
bd3ca74Fix stale LXC entries and improve orphaned script cleanup📊 Changes
2 files changed (+121 additions, -44 deletions)
View changed files
📝
src/app/_components/InstalledScriptsTab.tsx(+12 -0)📝
src/server/api/routers/installedScripts.ts(+109 -44)📄 Description
Problem
Solution
pct listto verify containers exist (more reliable than checking config files)pct listand config file existence before deletionChanges
cleanupOrphanedScriptsto usepct listfor container verificationTesting
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.