Update syncthing to v1.29.3 (#2329)

This commit is contained in:
Alexander L. 2025-03-13 02:49:12 +01:00 committed by GitHub
parent bd38e645ac
commit 7ba75e896d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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