ABOUT
A script designed to allow for the creation of one of the many free LXC templates. Great for creating system LXCs.
The script creates a `*.creds` file in the Proxmox root directory with the password of the newly created LXC.
Please take note that if you plan to use this script for creating TurnKey LXCs, you'll need to modify the hostname after creation.
infoResource and network settings are adjustable post LXC creation.
INSTALL
Approved local installer
DefaultDebian 13
Approved locallyRun this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/tools/addon/all-templates.sh'; sha='1bceed7480a21ca900da077bc2e3a26fbc46cb21081c5632f0fb7f87facbb85c'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path tools/addon/all-templates.shSHA-256 1bceed7480a21ca900da077bc2e3a26fbc46cb21081c5632f0fb7f87facbb85c LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.