Nathan Fretz
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
7 additions and
4 deletions
-
syncthing/docker-compose.yml
-
syncthing/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 8384 |
|
|
|
|
|
|
|
server: |
|
|
|
image: syncthing/syncthing:1.27.12@sha256:5fb5438b300a430f0636b60924939defb84f965b15ad7ae16acf5a2ac9c9e5c3 |
|
|
|
image: syncthing/syncthing:1.28.0@sha256:30b6a53436527edf31d791361d14b1f5119cc6882dbcf07822b618ee7a74e115 |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
hostname: umbrel |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: syncthing |
|
|
|
category: files |
|
|
|
name: Syncthing |
|
|
|
version: "1.27.12" |
|
|
|
version: "1.28.0" |
|
|
|
tagline: Peer-to-peer file synchronization between your devices |
|
|
|
description: >- |
|
|
|
Syncthing is a peer-to-peer continuous file synchronization |
|
|
@ -26,8 +26,11 @@ gallery: |
|
|
|
path: "" |
|
|
|
defaultPassword: "" |
|
|
|
releaseNotes: >- |
|
|
|
This release includes minor improvements and bug fixes: |
|
|
|
- Fixed an issue where desktop clients claimed there were Local Additions for all folders from Android v1.27.10 |
|
|
|
This release includes bug fixes and enhancements: |
|
|
|
- Improved handling of filenames with extended characters on macOS |
|
|
|
- Fixed an issue with language selection in the Web UI |
|
|
|
- Enhanced connection management for multiple devices |
|
|
|
- Reduced log verbosity for certain connection events |
|
|
|
|
|
|
|
|
|
|
|
Full release notes can be found at https://github.com/syncthing/syncthing/releases |
|
|
|