jon-ryan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
8 additions and
13 deletions
-
syncthing/docker-compose.yml
-
syncthing/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 8384 |
|
|
|
|
|
|
|
server: |
|
|
|
image: syncthing/syncthing:1.26.0@sha256:b0887d0bf3a38158eea74408d9a9a587daa2bf85ad63fa644f85ae037432cd17 |
|
|
|
image: syncthing/syncthing:1.27.0@sha256:0fd4d5b3499ad26165fb7dffddc98988805fab8d72d1e0af71a574b7da563f58 |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
hostname: umbrel |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: syncthing |
|
|
|
category: files |
|
|
|
name: Syncthing |
|
|
|
version: "1.26.0" |
|
|
|
version: "1.27.0" |
|
|
|
tagline: Peer-to-peer file synchronization between your devices |
|
|
|
description: >- |
|
|
|
Syncthing is a peer-to-peer continuous file synchronization |
|
|
@ -28,21 +28,16 @@ defaultPassword: "" |
|
|
|
releaseNotes: >- |
|
|
|
This release includes the following bug fixes and enhancements: |
|
|
|
|
|
|
|
- Use a real login screen + sessions instead of HTTP basic auth |
|
|
|
- spurious log file in $XDG_CONFIG_HOME |
|
|
|
|
|
|
|
- Omitting %s from LDAP search filter results in corrupt search filter |
|
|
|
- Discovery Returns IP |
|
|
|
|
|
|
|
- Posting config with invalid versioner type causes panic |
|
|
|
- Display error in 1.26 with login screen |
|
|
|
|
|
|
|
- Deduplicated files on Windows aren't treated as regular files any more (Go 1.21) |
|
|
|
|
|
|
|
- Syncthing Docker container fails to start if underlying filesystem doesn't support chown |
|
|
|
|
|
|
|
- traefik no longer url escape X-Forwarded-Tls-Client-Cert header |
|
|
|
|
|
|
|
- Favicon is stuck in notify state |
|
|
|
- Default config (state) dir on Unixes should be ~/.local/state/syncthing ($XDG_STATE_HOME/syncthing) |
|
|
|
|
|
|
|
- Login form: login button should have an id attribute |
|
|
|
|
|
|
|
Full release notes can be found at https://github.com/syncthing/syncthing/releases/tag/v1.26.0 |
|
|
|
Full release notes can be found at https://github.com/syncthing/syncthing/releases/tag/v1.27.0 |
|
|
|
submitter: Sam Cymbaluk |
|
|
|
submission: https://github.com/getumbrel/umbrel/pull/1092 |
|
|
|