Browse Source

Update Syncthing to v1.24.0 (#765)

main
jon-ryan 1 year ago
committed by GitHub
parent
commit
5ec41a7ae6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      syncthing/docker-compose.yml
  2. 18
      syncthing/umbrel-app.yml

2
syncthing/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 8384 APP_PORT: 8384
server: server:
image: syncthing/syncthing:1.23.7@sha256:fbb4ad79ff0da9dbc76856aff6d1ef86eb91481f20da9a46da049699f91c22de image: syncthing/syncthing:1.24.0@sha256:427259a6cadff846df63a9aa4a509ce087f92f38ddde60badde209a16adb64e0
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
hostname: umbrel hostname: umbrel

18
syncthing/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: syncthing id: syncthing
category: files category: files
name: Syncthing name: Syncthing
version: "1.23.7" version: "1.24.0"
tagline: Peer-to-peer file synchronization between your devices tagline: Peer-to-peer file synchronization between your devices
description: >- description: >-
Syncthing is a peer-to-peer continuous file synchronization Syncthing is a peer-to-peer continuous file synchronization
@ -28,21 +28,17 @@ defaultPassword: ""
releaseNotes: >- releaseNotes: >-
This release includes the following bug fixes and enhancements: This release includes the following bug fixes and enhancements:
- On Windows, the setLowPriority function should avoid increasing the process priority if it's already set to a lower value. - v1.23.6 introduces untrusted sharing regression
- The extended attribute filter editor should become active when the "send extended attributes" option is selected. - Record more performance metrics
- The 'Shared With' list improperly concludes with a comma on a specific device. - Announce IPv6 ULA
- There's a fix for the 'relaysrv' which would crash after operating for several weeks. - Restore versions file filter should be case insensitive
- Integration of govulncheck has been completed. - Check interface for FlagRunning
- The system will no longer automatically expand the tilde sign (~) into the full home directory path.
- Errors concerning invalid Windows file names will now specify the problematic character or segment of the name.
Full release notes can be found at https://github.com/syncthing/syncthing/releases Full release notes can be found at https://github.com/syncthing/syncthing/releases/tag/v1.24.0
submitter: Sam Cymbaluk submitter: Sam Cymbaluk
submission: https://github.com/getumbrel/umbrel/pull/1092 submission: https://github.com/getumbrel/umbrel/pull/1092

Loading…
Cancel
Save