mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-05-10 09:51:41 -04:00
[PR #287] [MERGED] feat: Add alpine variant support for LXC scripts #321
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/287
Author: @michelroegl-brunner
Created: 11/7/2025
Status: ✅ Merged
Merged: 11/7/2025
Merged by: @michelroegl-brunner
Base:
main← Head:feat/250_chose_version📝 Commits (2)
6ad18e1feat: Add alpine variant support for LXC scriptscf3f9a5feat: Add version toggle in TextViewer for default/alpine variants📊 Changes
4 files changed (+523 additions, -56 deletions)
View changed files
📝
src/app/_components/ScriptDetailModal.tsx(+42 -1)➕
src/app/_components/ScriptVersionModal.tsx(+210 -0)📝
src/app/_components/TextViewer.tsx(+196 -55)📝
src/server/services/scriptDownloader.js(+75 -0)📄 Description
Summary
This PR adds support for downloading and selecting between default and alpine variants of LXC scripts.
Changes
alpine-{slug}-install.shfrom theinstall/directoryScriptVersionModalcomponent allows users to choose between default and alpine versions before server selectionScriptDetailModalnow shows version selection when multiple variants exist, then proceeds to server selectionTechnical Details
scriptDownloader.jsto download alpine install scripts when alpine CT variants existScriptVersionModal.tsxcomponent with resource requirements displayScriptDetailModal.tsxto integrate version selection into the installation flowTesting
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.