2025-07-17 16:01:37 +02:00
{
"name" : "Cloudreve" ,
"slug" : "cloudreve" ,
"categories" : [
12
] ,
"date_created" : "2025-07-17" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 5212 ,
"documentation" : "https://docs.cloudreve.org/en/" ,
"website" : "https://cloudreve.org/" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/cloudreve.webp" ,
2025-07-19 16:53:17 +10:00
"config_path" : "/opt/cloudreve/data/conf.ini" ,
2025-07-17 16:01:37 +02:00
"description" : "Cloudreve is an open-source, community-driven cloud storage system that provides file sharing, synchronization, and management features. It supports a wide range of storage backends and integrates with various notification and logging platforms." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/cloudreve.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 1024 ,
"hdd" : 10 ,
"os" : "Debian" ,
2025-09-08 10:56:52 +02:00
"version" : "13"
2025-07-17 16:01:37 +02:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "After Installation: Register your user -> Login -> Dashboard -> Accept Primary URL." ,
"type" : "warn"
}
]
}