Files
ProxmoxVED/frontend/public/json/homebrew.json
Morgan Prior 566b6c331b Add Homebrew (Linuxbrew) addon script
Addon script that installs Homebrew into an existing LXC container.
Dynamically detects the first non-root user, sets up multi-user access
via linuxbrew group with setgid directories, and configures shell
integration for both login and non-login shells.

Tested on Debian 13 (trixie) — brew doctor reports "ready to brew".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 13:46:40 +00:00

45 lines
1.1 KiB
JSON

{
"name": "Homebrew (Linuxbrew)",
"slug": "homebrew",
"categories": [
20
],
"date_created": "2026-02-26",
"type": "addon",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": "https://docs.brew.sh/",
"website": "https://brew.sh/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/homebrew.webp",
"config_path": "",
"description": "Homebrew (Linuxbrew) is a package manager for Linux that installs software from source into a user-managed prefix, allowing non-root users to install development tools and utilities without system-wide changes.",
"install_methods": [
{
"type": "default",
"script": "tools/addon/homebrew.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Execute within an existing LXC Console",
"type": "info"
},
{
"text": "Requires at least one non-root user (uid >= 1000) in the container",
"type": "warning"
}
]
}