2025-05-06 11:10:37 +02:00
{
2025-05-19 14:35:10 +02:00
"name" : "Rclone" ,
"slug" : "rclone" ,
2025-05-06 11:10:37 +02:00
"categories" : [
11
] ,
2025-05-19 14:35:10 +02:00
"date_created" : "2025-05-15" ,
2025-05-06 11:10:37 +02:00
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 3000 ,
"documentation" : "https://rclone.org/docs/" ,
"website" : "https://rclone.org/" ,
2025-07-03 12:58:26 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/rclone.webp" ,
2025-05-06 11:10:37 +02:00
"config_path" : "~/.config/rclone/rclone.conf" ,
"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" ,
2025-05-19 14:35:10 +02:00
"script" : "ct/rclone.sh" ,
2025-05-06 11:10:37 +02:00
"resources" : {
"cpu" : 1 ,
"ram" : 256 ,
"hdd" : 1 ,
2025-05-19 14:35:10 +02:00
"os" : "debian" ,
"version" : "12"
2025-05-06 11:10:37 +02:00
}
} ,
2025-06-24 15:28:35 +02:00
{
2025-05-06 11:10:37 +02:00
"type" : "alpine" ,
"script" : "ct/alpine-rclone.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 256 ,
"hdd" : 1 ,
"os" : "alpine" ,
2025-06-24 15:28:35 +02:00
"version" : "3.22"
2025-05-06 11:10:37 +02:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"type" : "info" ,
"text" : "`cat ~/rclone.creds` to view login credentials"
} ,
{
"type" : "info" ,
2025-05-14 13:31:31 +02:00
"text" : "`htpasswd -b -B /opt/login.pwd newuser newuserpassword` to add more users."
2025-05-06 11:10:37 +02:00
}
]
}