mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #144] [MERGED] feat: Add Shell button for interactive LXC container access #212
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/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.