1.1 KiB
1.1 KiB
AGENTS.md
Repo Purpose
This repository contains small Proxmox LXC helper scripts.
ct/contains host-side Proxmox creation entrypointsinstall/contains in-container install logic pushed into the created CT
Working Rules
- Keep changes minimal and shell-first
- Prefer aligning host scripts with the
community-scriptslifecycle when practical - Preserve the documented legacy environment variables in
README.mdeven when addingvar_*support - Use
apply_patchfor manual file edits - Do not add extra tooling or framework files unless they directly support the scripts
Script Expectations
- Host scripts should stay runnable with
bash ct/<name>.shon a Proxmox host - In-container installers should stay runnable as root inside the CT
- Favor documented Proxmox long options like
--contentand--perms - Any new runtime service should be enabled explicitly and remain configurable through environment variables
Verification
- Run
bash -non changed shell scripts after edits - Update
README.mdwhen user-facing behavior or environment variables change