Post

Rclone

Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors' web storage interfaces

Rclone

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/rclone.sh)"
CPU: 1 cores RAM: 512 MB Disk: 2 GB OS: Debian 13

Alpine install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-rclone.sh)"
CPU: 1 cores RAM: 256 MB Disk: 1 GB OS: Alpine 3.23

Configuration

Config file:

1
~/.config/rclone/rclone.conf

Notes

cat ~/rclone.creds to view login credentials
htpasswd -b -B /opt/login.pwd newuser newuserpassword to add more users.

Web Interface

Port: 3000

This post is licensed under CC BY 4.0 by the author.