ABOUT
Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors' web storage interfaces
info`cat ~/rclone.creds` to view login credentials
info`htpasswd -b -B /opt/login.pwd newuser newuserpassword` to add more users.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU512 MB RAM2 GB disk
Config path~/.config/rclone/rclone.conf
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/rclone.sh'; sha='12d9ac480504d6dd8c2424c8859fd198423bd65d1045d4a674058df6cac28a50'; 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/rclone.shSHA-256 12d9ac480504d6dd8c2424c8859fd198423bd65d1045d4a674058df6cac28a50 alpineAlpine 3.24
Approved locally1 CPU256 MB RAM1 GB disk
Config path~/.config/rclone/rclone.conf
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-rclone.sh'; sha='a1541b116160218f4cc4e6a4817b8131ae393c194f7c219db1b134a591827764'; 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-rclone.shSHA-256 a1541b116160218f4cc4e6a4817b8131ae393c194f7c219db1b134a591827764 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.