Browse Source

Update syncthing to version v1.27.11 (#1442)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
3f77dc0bb7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      syncthing/docker-compose.yml
  2. 7
      syncthing/umbrel-app.yml

2
syncthing/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 8384
server:
image: syncthing/syncthing:1.27.10@sha256:311f1e1d9fe6e4237ad690726e2af8c3c8a9cb03e4dbc0583c9307e32324e5b9
image: syncthing/syncthing:1.27.12@sha256:5fb5438b300a430f0636b60924939defb84f965b15ad7ae16acf5a2ac9c9e5c3
restart: on-failure
stop_grace_period: 1m
hostname: umbrel

7
syncthing/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: syncthing
category: files
name: Syncthing
version: "1.27.10"
version: "1.27.11"
tagline: Peer-to-peer file synchronization between your devices
description: >-
Syncthing is a peer-to-peer continuous file synchronization
@ -26,7 +26,10 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >-
This is a small bugfix release.
This release includes minor improvements and bug fixes:
- Added support for Irish (ga) translation
- Improved iOS app compatibility
- Updated dependencies for better performance
Full release notes can be found at https://github.com/syncthing/syncthing/releases

Loading…
Cancel
Save