Browse Source
Update Syncthing to v1.23.7 (#749)
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Ankit Nayan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
22 additions and
6 deletions
-
syncthing/docker-compose.yml
-
syncthing/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 8384 |
|
|
|
|
|
|
|
server: |
|
|
|
image: syncthing/syncthing:1.23.2@sha256:8eb65bcdc7fe342febe18c893527c5bd8534079bffe174f28f1dad8c207cad9a |
|
|
|
image: syncthing/syncthing:1.23.7@sha256:fbb4ad79ff0da9dbc76856aff6d1ef86eb91481f20da9a46da049699f91c22de |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
hostname: umbrel |
|
|
@ -19,4 +19,4 @@ services: |
|
|
|
ports: |
|
|
|
- 22000:22000/tcp |
|
|
|
- 22000:22000/udp |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: syncthing |
|
|
|
category: files |
|
|
|
name: Syncthing |
|
|
|
version: "1.23.2" |
|
|
|
version: "1.23.7" |
|
|
|
tagline: Peer-to-peer file synchronization between your devices |
|
|
|
description: >- |
|
|
|
Syncthing is a peer-to-peer continuous file synchronization |
|
|
@ -26,7 +26,23 @@ gallery: |
|
|
|
path: "" |
|
|
|
defaultPassword: "" |
|
|
|
releaseNotes: >- |
|
|
|
This minor release includes bug fixes and enhancements. |
|
|
|
A full list of changes from the previous version can be found here: https://github.com/syncthing/syncthing/releases/tag/v1.23.2 |
|
|
|
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. |
|
|
|
|
|
|
|
- The extended attribute filter editor should become active when the "send extended attributes" option is selected. |
|
|
|
|
|
|
|
- The 'Shared With' list improperly concludes with a comma on a specific device. |
|
|
|
|
|
|
|
- There's a fix for the 'relaysrv' which would crash after operating for several weeks. |
|
|
|
|
|
|
|
- Integration of govulncheck has been completed. |
|
|
|
|
|
|
|
- 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 |
|
|
|
submitter: Sam Cymbaluk |
|
|
|
submission: https://github.com/getumbrel/umbrel/pull/1092 |
|
|
|
submission: https://github.com/getumbrel/umbrel/pull/1092 |
|
|
|