mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update syncthing to v1.29.3 (#2329)
This commit is contained in:
parent
bd38e645ac
commit
7ba75e896d
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 8384
|
||||
|
||||
server:
|
||||
image: syncthing/syncthing:1.29.2@sha256:3f5c9776aac65e92a1c7d49f3443c35e4da92ae0d8e40308af6b7fae6e9b301a
|
||||
image: syncthing/syncthing:1.29.3@sha256:59580c71260ea38d50247a0acebd6c608c6d59b78e651b0194943a8649841f82
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
hostname: umbrel
|
||||
@ -18,4 +18,4 @@ services:
|
||||
- ${APP_DATA_DIR}/data:/var/syncthing
|
||||
ports:
|
||||
- 22000:22000/tcp
|
||||
- 22000:22000/udp
|
||||
- 22000:22000/udp
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: syncthing
|
||||
category: files
|
||||
name: Syncthing
|
||||
version: "1.29.2"
|
||||
version: "1.29.3"
|
||||
tagline: Peer-to-peer file synchronization between your devices
|
||||
description: >-
|
||||
Syncthing is a peer-to-peer continuous file synchronization
|
||||
@ -27,10 +27,9 @@ path: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >-
|
||||
This release includes bug fixes and improvements:
|
||||
- Fixed an issue with text encoding in the application
|
||||
- Improved system stability and reliability
|
||||
- Fixed an issue with error messages related to metadata lookup
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/syncthing/syncthing/releases
|
||||
submitter: Sam Cymbaluk
|
||||
submission: https://github.com/getumbrel/umbrel/pull/1092
|
||||
submission: https://github.com/getumbrel/umbrel/pull/1092
|
||||
|
Loading…
Reference in New Issue
Block a user