From 2d3b0ef182a9b5f25307b71dd1ffc7d810e533b9 Mon Sep 17 00:00:00 2001 From: jon-ryan <37742289+jon-ryan@users.noreply.github.com> Date: Mon, 13 Feb 2023 20:35:57 +0100 Subject: [PATCH] Update Syncthing to v1.23.1 (#409) Co-authored-by: Steven Briscoe --- syncthing/docker-compose.yml | 2 +- syncthing/umbrel-app.yml | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/syncthing/docker-compose.yml b/syncthing/docker-compose.yml index aaad522..161e6f5 100644 --- a/syncthing/docker-compose.yml +++ b/syncthing/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8384 server: - image: syncthing/syncthing:1.23.0@sha256:57699adea5bae30edd2c4f83d5c311969e3255c3d23e7de747638dffbc3a8bc2 + image: syncthing/syncthing:1.23.1@sha256:09dda4902e5139cf557db00235aad707ef2306d23f709121079360e4c30b1690 restart: on-failure stop_grace_period: 1m hostname: umbrel diff --git a/syncthing/umbrel-app.yml b/syncthing/umbrel-app.yml index fa4d5a4..3283a15 100644 --- a/syncthing/umbrel-app.yml +++ b/syncthing/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: syncthing category: Files name: Syncthing -version: "1.23.0" +version: "1.23.1" tagline: Peer-to-peer file synchronization between your devices description: >- Syncthing is a peer-to-peer continuous file synchronization @@ -28,10 +28,6 @@ defaultPassword: "" releaseNotes: >- Bugfixes: - - Incorrect rescan interval on auto accepted encrypted folder - - - Perhaps the list of devices contains empty elements - - - Properly indicate whether a connection is "LAN" or not in the GUI + - "accept: function not implemented" after upgrading to syncthing v1.20.1 submitter: Sam Cymbaluk submission: https://github.com/getumbrel/umbrel/pull/1092 \ No newline at end of file