ABOUT
Rustypaste is a minimal file upload/pastebin service.
infoWhen updating the script it will backup the whole project including all the uploaded files, make sure to extract it to a safe location or remove
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU1024 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/rustypaste.sh'; sha='1075c513057a4d9c493b412c6c648252b36c2167659e9d617de5954aede7cfa3'; 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/rustypaste.shSHA-256 1075c513057a4d9c493b412c6c648252b36c2167659e9d617de5954aede7cfa3 alpineAlpine 3.24
Approved locally1 CPU256 MB RAM4 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/alpine-rustypaste.sh'; sha='b23042447d344751b7bf513807572718dd6de4ecd737fb9a7b72b036b15ca2ac'; 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/alpine-rustypaste.shSHA-256 b23042447d344751b7bf513807572718dd6de4ecd737fb9a7b72b036b15ca2ac LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.