ABOUT
TurnKey LXC Appliances is an open-source project that provides a collection of free, ready-to-use virtual appliances and installation images for various software applications and services. These appliances are pre-configured and come with all the necessary software and settings to simplify deployment and management. The goal of TurnKey Linux is to make it easier for users to set up and run popular software applications without the need for extensive manual configuration.
infoThe script creates a `*.creds` file in the Proxmox root directory with the password of the newly created TurnKey LXC Appliance.
infoRetrieve Password: `cat turnkey-name.creds`
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/turnkey/turnkey.sh'; sha='b97adfc1de8c6eb30fb74536a15e9d3e14a8ef2d675c930de57fe5124bca6ad1'; 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 turnkey/turnkey.shSHA-256 b97adfc1de8c6eb30fb74536a15e9d3e14a8ef2d675c930de57fe5124bca6ad1 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.