ABOUT
Runtipi lets you install all your favorite self-hosted apps without the hassle of configuring and managing each service. One-click installs and updates for more than 180 popular apps.
infoThis is an addon script intended to be used on top of an existing Docker container.
infoExecute within an existing LXC console (Debian / Ubuntu only)
warningWARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.
infoTo update via CLI, run the addon script again and select Update, or use: bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/runtipi.sh)
INSTALL
Approved local installer
DefaultDebian 13
Approved locallyConfig path/opt/runtipi/state/settings.json
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/runtipi.sh'; sha='5662e295457d6496ba971588b02997b7038f5c3f71f58326ff82dcd03a1f4fbd'; 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/runtipi.shSHA-256 5662e295457d6496ba971588b02997b7038f5c3f71f58326ff82dcd03a1f4fbd LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.