ABOUT
CasaOS is a software that aims to make it easy for users to create a personal cloud system at home. It uses the Docker ecosystem to provide a simple, user-friendly experience for managing various applications and services.
warningIf the LXC is created Privileged, the script will automatically set up USB passthrough.
warningWARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM8 GB disk
Run 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/ct/casaos.sh'; sha='0bb93bfa26e69401fb8984626309d1442c37e265884b01d48a6994e9ba51b454'; 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 ct/casaos.shSHA-256 0bb93bfa26e69401fb8984626309d1442c37e265884b01d48a6994e9ba51b454 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.