can’t innovate my ass Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
6.3 KiB
6.3 KiB
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.
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
rcloneusing 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
5572port as ye please. - Use
--rc-useran'--rc-passinstead o'--rc-no-authin production waters, matey.
Package Mangarrs
- Flathub
flatpak install com.rcloneui.RcloneUIor 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!)
- Windows (Arm, x64)
- macOS (Apple Silicon, Intel)
- Linux (AppImage, deb, rpm)
- Linux
Arm(AppImage, deb, rpm)
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
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!