Browse Source
Update Syncthing to v1.23.1 (#409)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
jon-ryan
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
7 deletions
-
syncthing/docker-compose.yml
-
syncthing/umbrel-app.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 |
|
|
|
|
|
@ -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 |