mirror of
https://github.com/community-unscripted/ProxmoxVED.git
synced 2026-07-01 20:24:00 -04:00
[PR #6] [MERGED] feat: add Lemonade LXC helper script #10
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/Heretek-AI/ProxmoxVED/pull/6
Author: @BillyOutlast
Created: 3/8/2026
Status: ✅ Merged
Merged: 3/8/2026
Merged by: @BillyOutlast
Base:
main← Head:lemonade📝 Commits (2)
3b2dcd3Add Lemonade container and installation scripts627dc0cMerge branch 'community-unscripted:main' into lemonade📊 Changes
4 files changed (+149 additions, -0 deletions)
View changed files
➕
ct/headers/lemonade(+6 -0)➕
ct/lemonade.sh(+49 -0)➕
frontend/public/json/lemonade.json(+56 -0)➕
install/lemonade-install.sh(+38 -0)📄 Description
✍️ Description
Adds support for Lemonade Server - a lightweight LLM inference server with OpenAI-compatible APIs. This includes:
ct/lemonade.sh) for container creation and updatesinstall/lemonade-install.sh) for bare-metal installationfrontend/public/json/lemonade.json) for the frontendct/headers/lemonade)The scripts follow project conventions using
fetch_and_deploy_gh_releasefor downloading the.debpackage from GitHub releases.✅ Prerequisites
Reviewed against my submission for localagi to make sure it matches the standards and feedback I recieved.
Installed without issue on proxmox 9.1
Having said that, rocm support. I know changes are coming in the pipeline for how that will be handled. So right now I've kept to using Vulkan
🛠️ Type of Change
README,AppName.md,CONTRIBUTING.md, or other docs.🔍 Code & Security Review
Code_Audit.md&CONTRIBUTING.mdguidelinesAppName.sh,AppName-install.sh,AppName.json)📋 Additional Information
Application Details:
Installation Method:
.debpackage from GitHub releases/opt/lemonade/.env📦 Application Requirements (for new scripts)
Summary by CodeRabbit
New Features
Style
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.