Browse Source

Update syncthing to version v1.27.9 (#1282)

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

5
syncthing/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 8384 APP_PORT: 8384
server: server:
image: syncthing/syncthing:1.27.0@sha256:0fd4d5b3499ad26165fb7dffddc98988805fab8d72d1e0af71a574b7da563f58 image: syncthing/syncthing:1.27.9@sha256:9f16c4aaf678add90a85bd53e324bfbb57d1e704e6a07b54c446e4a67e590dbf
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
hostname: umbrel hostname: umbrel
@ -18,5 +18,4 @@ services:
- ${APP_DATA_DIR}/data:/var/syncthing - ${APP_DATA_DIR}/data:/var/syncthing
ports: ports:
- 22000:22000/tcp - 22000:22000/tcp
- 22000:22000/udp - 22000:22000/udp

21
syncthing/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: syncthing id: syncthing
category: files category: files
name: Syncthing name: Syncthing
version: "1.27.0" version: "1.27.9"
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
@ -26,18 +26,11 @@ gallery:
path: "" path: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: >- releaseNotes: >-
This release includes the following bug fixes and enhancements: Changes:
- Updated dependencies for better performance and security.
- Improved user interface with localized time in duration.
- Added Filipino (fil) translation template.
- spurious log file in $XDG_CONFIG_HOME Full release notes can be found at https://github.com/syncthing/syncthing/releases.
- Discovery Returns IP
- Display error in 1.26 with login screen
- 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.27.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