Update duplicati to v2.1.0.5_stable_2025-03-04 (#2335)

This commit is contained in:
Alexander L. 2025-03-14 01:59:03 +01:00 committed by GitHub
parent 9a272d5f7a
commit 838afd9f34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
duplicati:
image: duplicati/duplicati:2.1.0.4@sha256:c6a2efddd86bdaf7c6927ea5c807986df7c0395581d061595db4884db2783ac5
image: duplicati/duplicati:2.1.0.5@sha256:3dbb83aba8e714ff2d3c44fef564e55c73f4d67ff689e28a957e7b8f60925ca1
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

View File

@ -3,7 +3,7 @@ id: duplicati
name: Duplicati
tagline: Store securely encrypted backups in the cloud
category: files
version: "2.1.0.4_stable_2025-01-31"
version: "v2.1.0.5_stable_2025-03-04"
port: 38476
description: >-
Pick your own backend and store encrypted backups of your umbrel files anywhere!
@ -38,16 +38,16 @@ gallery:
- 2.jpg
- 3.jpg
releaseNotes: >-
This is the first stable release of the Duplicati 2.x codebase.
This update fixes critical issues reported in previous versions. It is highly recommended to upgrade as soon as possible if you are running version 2.1.0.4 or earlier.
Some of the key highlights:
- Updated to .NET8 with OS specific builds
- Using Kestrel as the API/UI server
- Updated the authentication system
- Added support for encrypting database fields
- Fixed a number of stability issues
- Added support for remote control
Key highlights:
- Fixed issue where failed uploads were ignored in certain cases
- Increased default timeout for large backup sets
- Improved handling of source URL paths
- Enhanced support for various zip file formats
- Updated icons for dark/light mode on MacOS
- Improved signing process for MacOS and Windows
Full release notes can be found at https://github.com/duplicati/duplicati/releases