mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[PR #102] [MERGED] feat: auto-select single server and remove local execution #213
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#213
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/102
Author: @michelroegl-brunner
Created: 10/10/2025
Status: ✅ Merged
Merged: 10/10/2025
Merged by: @michelroegl-brunner
Base:
main← Head:feat/simplify_ssh_execution📝 Commits (2)
1668716feat: auto-select single server and remove local executionaaa34f9fix: remove debug messages from WebSocket output📊 Changes
3 files changed (+92 additions, -117 deletions)
View changed files
📝
src/app/_components/ExecutionModeModal.tsx(+92 -109)📝
src/app/_components/Terminal.tsx(+0 -1)📝
src/server/api/routers/installedScripts.ts(+0 -7)📄 Description
Overview
This PR implements automatic server selection when only one server is configured and removes the local execution option entirely.
Changes Made
✨ New Features
🔧 Improvements
🐛 Bug Fixes
Behavior Changes
Testing
This provides a much smoother user experience, especially for single-server setups, while maintaining full functionality for multi-server environments.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.