49 lines
718 B
Markdown
49 lines
718 B
Markdown
carichello
|
|
============
|
|
|
|
Manda le cose fin dove rclone supporta.
|
|
|
|
Dependencies
|
|
--------------
|
|
|
|
```
|
|
apt install xsel zenity python3-requests rclone
|
|
```
|
|
|
|
Howto
|
|
---------
|
|
|
|
### rclone
|
|
|
|
You need to configure rclone appropriately for your backend.
|
|
You can both use `rclone config`, or just type in `~/.config/rclone/rclone.conf`.
|
|
|
|
#### archive.org
|
|
|
|
XXX: we'll see it when it comes back
|
|
|
|
#### arkiwi.org
|
|
|
|
```
|
|
[arkiwiDav]
|
|
type = webdav
|
|
url = https://upload.arkiwi.org/
|
|
vendor = other
|
|
user = myusername
|
|
```
|
|
|
|
add `pass =` set to the value of `rclone obscure YOURPASSWORD`
|
|
|
|
### carichello
|
|
|
|
Put your config in `~/.config/carichello/config.json`.
|
|
|
|
Example:
|
|
|
|
```
|
|
{
|
|
"remote": "arkiwiDav",
|
|
"prefix": "Radio_Onda_Rossa"
|
|
}
|
|
```
|
|
|