I just got the new rclone version v1.74.0. It got a new gui command (rclone gui) that runs a web based gui. Its awesome. You can interact with all kinds of storage in it and edit all of your local configs. Since it is web based, you can also use the gui on a remote server and simply tunnel the port via ssh to your local machine.
12 Comments
thenextguy@lemmy.world · 21 pts · 135d
urushitan@kakera.kintsugi.moe · 1 pts · 135d
Zellij is a terminal multiplexer and has a browser web view without saying it in the first line of the web site ¯\_(ツ)_/¯
caseyweederman@lemmy.ca · 2 pts · 135d
Wait I didn't know about the browser web view part
urushitan@kakera.kintsugi.moe · 3 pts · 134d
https://zellij.dev/tutorials/web-client/
lol maybe it should be in the first line
caseyweederman@lemmy.ca · 1 pts · 134d
That's pretty cool. Just like Textual.
DetachablePianist@lemmy.ml · 10 pts · 135d
Rclone is super sweet. I use it to backup Google Drive volumes, automatically converting the proprietary web-doc formats to OpenDoc files. It's powerful & awesome!
kungen@feddit.nu · 8 pts · 135d
I can also recommend
rclone ncduif you haven't tried that before.victorz@lemmy.world · 3 pts · 134d
And what does that do?
clb92@feddit.dk · 8 pts · 134d
Scans through and indexes the directory/files and gives you an interactive ncdu-like interface, so you can browse files and directories and easily see what takes up space.
clb92@feddit.dk · 7 pts · 134d
The web ui was first added in 2019. Sounds like it was just slightly reworked and bundled into the main Rclone binary in a way that's easier to use now.
h3ron@lemmy.zip · 2 pts · 133d
recline is much more than a cli utility. If you run rclone as a daemon (I use the "serve S3" comand to encrypt my backups before sending them to the cloud), it's nice to have some sort of dashboard where you can monitor what's going on.
warmaster@lemmy.world · 2 pts · 134d
I thought it already had one... what did I use before? Was there a separate package?