2024-11-06 20:14:59 +13:00
{
2025-08-26 14:10:01 +02:00
"name" : "Syncthing" ,
"slug" : "syncthing" ,
"categories" : [
12
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
2025-09-10 09:44:09 +02:00
"updateable" : true ,
2025-08-26 14:10:01 +02:00
"privileged" : false ,
"interface_port" : 8384 ,
"documentation" : "https://docs.syncthing.net/" ,
"website" : "https://syncthing.net/" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/syncthing.webp" ,
"config_path" : "/root/.local/state/syncthing/config.xml - Alpine: /var/lib/syncthing/.local/state/syncthing/config.xml" ,
"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" : {
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 8 ,
"os" : "debian" ,
2025-10-15 22:58:08 +02:00
"version" : "13"
2025-08-26 14:10:01 +02:00
}
} ,
2025-06-30 21:18:45 +02:00
{
"type" : "alpine" ,
"script" : "ct/alpine-syncthing.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 256 ,
"hdd" : 1 ,
"os" : "alpine" ,
"version" : "3.22"
}
}
] ,
2025-08-26 14:10:01 +02:00
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
2025-04-24 11:49:40 +02:00
}