2021-12-22 11:30:30 +00:00
{
"version" : "2.0" ,
"title" : "Syncthing" ,
"name" : "syncthing" ,
"icon" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Syncthing/icon.png" ,
"tagline" : "Free, secure, and distributed file synchronisation tool." ,
"overview" : "Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet." ,
2021-12-27 10:13:45 +00:00
"thumbnail" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/thumbnail.jpg" ,
2021-12-22 11:30:30 +00:00
"screenshots" : [ ] ,
"category" : [
"Backup" ,
"File Sync"
] ,
2021-12-27 12:09:29 +00:00
"developer" : {
"name" : "Syncthing" ,
"website" : "https://syncthing.net/" ,
"donate_text" : "" ,
"donate_link" : ""
} ,
"adaptor" : {
2021-12-22 11:30:30 +00:00
"name" : "CasaOS Team" ,
"website" : "https://www.casaos.io" ,
2021-12-27 12:09:29 +00:00
"donate_text" : "" ,
2021-12-22 11:30:30 +00:00
"donate_link" : ""
} ,
"support" : "https://discord.gg/knqAbbBbeX" ,
"website" : "https://www.casaos.io" ,
"container" : {
"image" : "linuxserver/syncthing:latest" ,
"shell" : "bash" ,
"privileged" : false ,
"network_model" : "bridge" ,
2021-12-23 07:32:54 +00:00
"web_ui" : {
2021-12-22 11:30:30 +00:00
"http" : "8384" ,
"path" : "/"
} ,
"envs" : [
{
"key" : "TZ" ,
"value" : "$TZ" ,
"configurable" : "no" ,
"description" : "TimeZone"
} ,
{
"key" : "PUID" ,
"value" : "$PUID" ,
"configurable" : "no" ,
"description" : "Run Syncthing as specified uid."
} ,
{
"key" : "PGID" ,
"value" : "$PGID" ,
"configurable" : "no" ,
"description" : "Run Syncthing as specified gid."
}
] ,
"ports" : [
{
"container" : "8384" ,
2021-12-23 05:53:24 +00:00
"host" : "8384" ,
2021-12-22 11:30:30 +00:00
"type" : "tcp" ,
"allocation" : "preferred" ,
"configurable" : "advanced" ,
"description" : "WebUI HTTP Port"
} ,
{
"container" : "22000" ,
2021-12-23 05:53:24 +00:00
"host" : "22000" ,
2021-12-22 11:30:30 +00:00
"type" : "tcp" ,
"allocation" : "required" ,
"configurable" : "no" ,
"description" : "Syncthing listening Port (TCP)"
} ,
{
"container" : "22000" ,
2021-12-23 05:53:24 +00:00
"host" : "22000" ,
2021-12-22 11:30:30 +00:00
"type" : "udp" ,
"allocation" : "required" ,
"configurable" : "no" ,
"description" : "Syncthing listening Port (UDP)"
} ,
{
"container" : "21027" ,
2021-12-23 05:53:24 +00:00
"host" : "21027" ,
2021-12-22 11:30:30 +00:00
"type" : "udp" ,
"allocation" : "optional" ,
"configurable" : "no" ,
"description" : "Syncthing protocol discovery Port (TCP)"
}
] ,
"volumes" : [
{
"container" : "/config" ,
2021-12-27 08:08:45 +00:00
"host" : "/DATA/AppData/$AppID/config" ,
2021-12-22 11:30:30 +00:00
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : "Syncthing config directory."
} ,
{
"container" : "/DATA" ,
2021-12-27 08:08:45 +00:00
"host" : "/DATA" ,
2021-12-22 11:30:30 +00:00
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "advanced" ,
"description" : "Syncthing Accessible Directory."
}
] ,
"devices" : [ ] ,
"constraints" : {
2021-12-24 06:35:11 +00:00
"min_memory" : 256 ,
"min_storage" : 1024
2021-12-22 11:30:30 +00:00
} ,
2021-12-23 09:33:38 +00:00
"restart_policy" : "unless-stopped" ,
2021-12-22 11:30:30 +00:00
"sysctls" : [ ] ,
2023-03-07 00:52:47 +00:00
"cap_add" : [ ] ,
2021-12-22 11:30:30 +00:00
"labels" : [ ]
} ,
"abilities" : {
"notification" : false ,
"widgets" : false ,
"authentication" : false ,
"search" : false ,
"upnp" : false
} ,
"tips" : { } ,
"changelog" : {
"latest_updates" : "" ,
"url" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Syncthing/changelog.txt"
} ,
2021-12-27 08:08:45 +00:00
"latest_update_date" : "1640592395"
2021-12-22 11:30:30 +00:00
}