"description":"Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors' web storage interfaces",
"install_methods":[
{
"type":"default",
"script":"ct/alpine-rclone.sh",
"resources":{
"cpu":1,
"ram":256,
"hdd":1,
"os":"alpine",
"version":"3.21"
}
},
{
"type":"alpine",
"script":"ct/alpine-rclone.sh",
"resources":{
"cpu":1,
"ram":256,
"hdd":1,
"os":"alpine",
"version":"3.21"
}
}
],
"default_credentials":{
"username":null,
"password":null
},
"notes":[
{
"type":"info",
"text":"`cat ~/rclone.creds` to view login credentials"
},
{
"type":"info",
"text":"`htpasswd -b -B /opt/rclone/login.pwd newuser newuserpassword` to add more users."