mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #145] [MERGED] fix: delete associated scripts when removing server #213
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/145
Author: @michelroegl-brunner
Created: 10/14/2025
Status: ✅ Merged
Merged: 10/14/2025
Merged by: @michelroegl-brunner
Base:
main← Head:fix/remove_scritps_on_server_remove📝 Commits (1)
a4e31cafix: delete associated scripts when removing server📊 Changes
3 files changed (+50 additions, -4 deletions)
View changed files
📝
src/app/_components/ServerList.tsx(+38 -3)📝
src/app/api/servers/[id]/route.ts(+3 -0)📝
src/server/database.js(+9 -1)📄 Description
This PR implements automatic deletion of associated installed scripts when a server is removed, along with a confirmation modal that requires typing the server name to confirm deletion.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.