mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[PR #144] [MERGED] feat: Add Shell button for interactive LXC container access #235
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#235
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/144
Author: @michelroegl-brunner
Created: 10/14/2025
Status: ✅ Merged
Merged: 10/14/2025
Merged by: @michelroegl-brunner
Base:
main← Head:feat/shell_acces_to_lxc📝 Commits (3)
8d9f119feat: Add Shell button for interactive LXC container access04a8575fix: Include SSH authentication fields in installed scripts data2daa0cffix: Resolve TypeScript and ESLint build errors📊 Changes
7 files changed (+295 additions, -662 deletions)
View changed files
➖
scripts/vm/openwrt-vm.sh(+0 -651)📝
server.js(+143 -1)📝
src/app/_components/InstalledScriptsTab.tsx(+125 -5)📝
src/app/_components/SSHKeyInput.tsx(+0 -3)📝
src/app/_components/ScriptInstallationCard.tsx(+18 -0)📝
src/app/_components/Terminal.tsx(+5 -2)📝
src/server/database.js(+4 -0)📄 Description
Overview
This PR adds a new Shell button that provides interactive access to LXC containers without automatically sending update commands.
Features
Implementation Details
Frontend Changes
onShellprop toScriptInstallationCardopeningShellstate management inInstalledScriptsTabisShellprop toTerminalcomponentBackend Changes
startShellExecutionmethodstartLocalShellExecution(no auto-commands)startSSHShellExecution(no auto-commands)Testing
Screenshots
The Shell button appears in the Actions column next to the Update button for SSH scripts.
Breaking Changes
None - this is a purely additive feature.
Related Issues
Implements interactive shell access for LXC containers as requested.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.