mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-24 20:25:50 +03:00
[PR #388] [MERGED] feat: Add default and advanced install method selection #408
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#408
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/388
Author: @michelroegl-brunner
Created: 12/5/2025
Status: ✅ Merged
Merged: 12/5/2025
Merged by: @michelroegl-brunner
Base:
main← Head:feat/use_new_core_features📝 Commits (3)
0ed13fcFix linter errors: use Record type, remove unused function, fix floating promises and unsafe types7b8c1ebfeat: Add default and advanced install method selection69a5ac3Nump core📊 Changes
15 files changed (+2704 additions, -93 deletions)
View changed files
➕
scripts/core/alpine-tools.func(+507 -0)📝
scripts/core/build.func(+42 -45)➕
scripts/core/cloud-init.func(+505 -0)➕
scripts/core/error-handler.func(+322 -0)📝
scripts/core/tools.func(+12 -3)➕
scripts/ct/debian.sh(+44 -0)➕
scripts/install/debian-install.sh(+18 -0)📝
server.js(+30 -13)➕
src/app/_components/ConfigurationModal.tsx(+899 -0)📝
src/app/_components/ExecutionModeModal.tsx(+80 -23)📝
src/app/_components/ScriptDetailModal.tsx(+5 -3)📝
src/app/_components/Terminal.tsx(+6 -3)📝
src/app/page.tsx(+4 -1)📝
src/server/api/routers/scripts.ts(+192 -0)📝
src/server/ssh-execution-service.js(+38 -2)📄 Description
Feature: Default and Advanced Install Method Selection
This PR adds a new feature that allows users to choose between Default and Advanced installation modes when installing scripts.
Default Mode
Advanced Mode (Beta)
Key Features
-password <password>for build.func compatibilityTechnical Details
ConfigurationModalcomponent for configuration UIExecutionModeModalto show mode selection (with 'Advanced (Beta)' label)var_name='value'format for SSH execution🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.