2024-11-06 07:14:59 +00:00
{
"name" : "Syncthing" ,
"slug" : "syncthing" ,
"categories" : [
2025-01-20 12:38:32 +00:00
12
2024-11-06 07:14:59 +00:00
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
"updateable" : false ,
"privileged" : false ,
2024-11-28 14:50:40 +00:00
"interface_port" : 8384 ,
2024-11-06 07:14:59 +00:00
"documentation" : null ,
"website" : "https://syncthing.net/" ,
"logo" : "https://raw.githubusercontent.com/syncthing/syncthing/6afaa9f20c8eb9c7af5abbe2f2d90fa2571aa7ad/assets/logo-only.svg" ,
"description" : "Syncthing is an open-source file syncing tool that allows users to keep their files in sync across multiple devices by using peer-to-peer synchronization. It doesn't rely on any central server, so all data transfers are directly between devices." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/syncthing.sh" ,
"resources" : {
2024-11-28 14:50:40 +00:00
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 8 ,
2024-11-06 07:14:59 +00:00
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
}