Browse Source
Update Syncthing to v1.23.2 (#456)
Co-authored-by: nmfretz <nmfretz@gmail.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
4 additions and
5 deletions
-
syncthing/docker-compose.yml
-
syncthing/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 8384 |
|
|
|
|
|
|
|
server: |
|
|
|
image: syncthing/syncthing:1.23.1@sha256:09dda4902e5139cf557db00235aad707ef2306d23f709121079360e4c30b1690 |
|
|
|
image: syncthing/syncthing:1.23.2@sha256:8eb65bcdc7fe342febe18c893527c5bd8534079bffe174f28f1dad8c207cad9a |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
hostname: umbrel |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: syncthing |
|
|
|
category: Files |
|
|
|
name: Syncthing |
|
|
|
version: "1.23.1" |
|
|
|
version: "1.23.2" |
|
|
|
tagline: Peer-to-peer file synchronization between your devices |
|
|
|
description: >- |
|
|
|
Syncthing is a peer-to-peer continuous file synchronization |
|
|
@ -26,8 +26,7 @@ gallery: |
|
|
|
path: "" |
|
|
|
defaultPassword: "" |
|
|
|
releaseNotes: >- |
|
|
|
Bugfixes: |
|
|
|
|
|
|
|
- "accept: function not implemented" after upgrading to syncthing v1.20.1 |
|
|
|
This minor release includes bug fixes and enhancements. |
|
|
|
A full list of changes from the previous version can be found here: https://github.com/syncthing/syncthing/releases/tag/v1.23.2 |
|
|
|
submitter: Sam Cymbaluk |
|
|
|
submission: https://github.com/getumbrel/umbrel/pull/1092 |