2025-09-07 00:04:06 +02:00
{
"name" : "Resilio Sync" ,
"slug" : "resiliosync" ,
"categories" : [
11
] ,
2025-09-06 22:04:23 +00:00
"date_created" : "2025-09-06" ,
2025-09-07 00:04:06 +02:00
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"config_path" : "/etc/resilio-sync/config.json" ,
"interface_port" : 8888 ,
"documentation" : "https://help.resilio.com/" ,
"website" : "https://www.resilio.com/sync" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/resilio-sync.webp" ,
"description" : "Fast, reliable, and simple file sync and share solution, powered by P2P technology. Sync files across all your devices without storing them in the cloud." ,
"install_methods" : [
{
"type" : "default" ,
2025-09-11 09:47:21 -07:00
"script" : "ct/resiliosync.sh" ,
2025-09-07 00:04:06 +02:00
"resources" : {
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 8 ,
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "After free registration, you will receive a license keyfile to your email address. Upload it into any LXC directory and select on first run." ,
"type" : "info"
}
]
}