umbrel-apps/syncthing/umbrel-app.yml
2023-11-10 12:21:06 -08:00

49 lines
1.6 KiB
YAML

manifestVersion: 1
id: syncthing
category: files
name: Syncthing
version: "1.26.0"
tagline: Peer-to-peer file synchronization between your devices
description: >-
Syncthing is a peer-to-peer continuous file synchronization
program. It synchronizes files between two or more computers in real time,
safely protected from prying eyes. Your data is your data alone and you
deserve to choose where it is stored, whether it is shared with some third
party, and how it's transmitted over the internet.
Install the Syncthing app on your Umbrel and pair it with the Syncthing app on your phone or computer for a self hosted peer-to-peer backup solution.
developer: The Syncthing Foundation
website: https://syncthing.net
dependencies: []
repo: https://github.com/syncthing
support: https://forum.syncthing.net
port: 8384
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultPassword: ""
releaseNotes: >-
This release includes the following bug fixes and enhancements:
- Use a real login screen + sessions instead of HTTP basic auth
- Omitting %s from LDAP search filter results in corrupt search filter
- Posting config with invalid versioner type causes panic
- 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
Full release notes can be found at https://github.com/syncthing/syncthing/releases/tag/v1.26.0
submitter: Sam Cymbaluk
submission: https://github.com/getumbrel/umbrel/pull/1092