ABOUT
YunoHost is an operating system aiming for the simplest administration of a server, and therefore democratize self-hosting, while making sure it stays reliable, secure, ethical and lightweight.
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 RAM20 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/yunohost.sh'; sha='247a7c2fd10d6df35d7cf39bcb2d05e191df8e602b949b571a7b8f2d03bbed4c'; 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/yunohost.shSHA-256 247a7c2fd10d6df35d7cf39bcb2d05e191df8e602b949b571a7b8f2d03bbed4c LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.