2023-02-28 00:15:03 +00:00
name : syncthing
services :
2023-03-07 00:52:47 +00:00
syncthing :
environment :
PGID : $PGID
PUID : $PUID
TZ : $TZ
image : linuxserver/syncthing:1.23.1
2023-03-07 18:15:13 +00:00
deploy :
resources :
reservations :
memory : "256M"
2023-03-07 00:52:47 +00:00
network_mode : bridge
ports :
- target : 8384
published : "8384"
protocol : tcp
- target : 22000
published : "22000"
protocol : tcp
- target : 22000
published : "22000"
protocol : udp
- target : 21027
published : "21027"
protocol : udp
restart : unless-stopped
volumes :
- type : bind
source : /DATA/AppData/$AppID/config
target : /config
- type : bind
source : /DATA
target : /DATA
x-casaos :
author : CasaOS Team
category : Backup
container :
envs :
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : TZ
description :
en_US : TimeZone
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : PUID
description :
en_US : Run Syncthing as specified uid.
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : PGID
description :
en_US : Run Syncthing as specified gid.
index : /
port_map : "8384"
2023-02-28 00:15:03 +00:00
ports :
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : "8384"
description :
en_US : WebUI HTTP Port
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : "22000"
description :
en_US : Syncthing listening Port (TCP)
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : "22000"
description :
en_US : Syncthing listening Port (UDP)
protocol : udp
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : "21027"
description :
en_US : Syncthing protocol discovery Port (TCP)
protocol : udp
2023-03-09 00:45:48 +00:00
2023-02-28 00:15:03 +00:00
volumes :
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : /config
description :
en_US : Syncthing config directory.
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : /DATA
2023-02-28 00:15:03 +00:00
description :
2023-03-07 00:52:47 +00:00
en_US : Syncthing Accessible Directory.
description :
en_US : 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.
developer : Syncthing
icon : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Syncthing/icon.png
tagline :
en_US : Free, secure, and distributed file synchronisation tool.
thumbnail : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/thumbnail.jpg
tips : {}
title :
en_US : Syncthing
2023-02-28 00:15:03 +00:00
x-casaos :
2023-03-07 00:52:47 +00:00
architectures :
- amd64
- arm
- arm64
main_app : syncthing