Files
rclone-ui/README_PIRATE.md
T
FTCHDandGitHub 7a62659323 v3
can’t innovate my ass 

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
2025-12-07 18:42:44 +01:00

6.3 KiB
Raw Blame History

Rclone UI
The cross-platform GUI fer Rclone, arrr!

A trim, see-through layer atop rclone so ye can captain yer remotes & tasks like a true seadog.


Latest Release   Downloads   Tauri

Choco   Flathub   Homebrew

GitHub Repo stars


The GUI for Rclone

Docker/Homelab/Server, Ye Scallywag

Command yer server, homelab, or yer mum's vessel with the simplest way t' manage remote rclone instances, arrr!

Docker Compose

services:
  rclone:
    image: rclone/rclone
    container_name: rclone
    command: rcd --rc-addr=0.0.0.0:5572 --rc-no-auth
    ports:
      - 5572:5572
    volumes:
      - ./config:/config/rclone
      - /path/to/data:/data

Docker CLI

docker run -d \
  --name rclone \
  -p 5572:5572 \
  -v ./config:/config/rclone \
  -v /path/to/data:/data \
  rclone/rclone rcd --rc-addr=0.0.0.0:5572 --rc-no-auth

Without Docker, Ye Landlubber

Just fire up th' rcd daemon directly:

rclone rcd --rc-addr=0.0.0.0:5572 --rc-no-auth

Notes from the Captain

  • After hoisting rclone using yer preferred method, open Rclone UI an' sail to Settings > Hosts.
  • Make certain yer firewall an' reverse proxy (nginx/caddy/traefik) be allowin' traffic on port 5572.
  • Rclone UI can dock at any RCD port, so ye can customize the default 5572 port as ye please.
  • Use --rc-user an' --rc-pass instead o' --rc-no-auth in production waters, matey.

Package Mangarrs

  • Flathub flatpak install com.rcloneui.RcloneUI or from th' store
  • Brew brew install --cask rclone-ui
  • Scoop scoop bucket add extras & scoop install rclone-ui
  • Chocolatey choco install rclone-ui
  • WinGet winget install --id=RcloneUI.RcloneUI -e
  • NPM npx rclone-ui

Downloads (hoist the booty!)

Chart o the Voyage (Roadmap)

Plunder already claimed has been moved t the “Features” hold.

Spy the V3 Parley!

1 Star = 1 Mug o Grog

Star History Chart (count the loot)

Contribootin'

Ahoy, matey. We been awaitin' yer arrival.

Some fine plunder t' tackle:

  • Patch an open Issue
  • Hoist th' repo t' Vite 7 & React 19
  • Bring aboard th' React Compiler
  • Shift th' Cron magic over t' Rust

🎁 Merged PRs earn ye a Lifetime Letter o' Marque!


English Chinese Japanese Polish German Spanish Romanian Pirate