Update duplicati to v2.1.0.2_beta_2024-11-29 (#2039)

This commit is contained in:
Nathan Fretz 2025-01-09 20:34:28 +10:00 committed by GitHub
parent b24377da09
commit 9783b97077
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 4 deletions

View File

@ -8,11 +8,16 @@ services:
PROXY_AUTH_ADD: "false"
duplicati:
image: duplicati/duplicati:2.0.8.1_beta_2024-05-07@sha256:97b8ef7bcaa095793ef9f39049851f987860a8c832aaf67ef977ff398f9e996e
entrypoint: ["/usr/bin/duplicati-server", "--webservice-port=8200", "--webservice-interface=any", "--webservice-password=${APP_PASSWORD}", "--webservice-allowed-hostnames=*"]
image: duplicati/duplicati:2.1.0.2@sha256:5cfae82b909212e29fbcfe6f597d73bd68ea202e54333135e05193b99974f69b
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data:/data
- ${UMBREL_ROOT}/data/storage:/umbrel
environment:
DUPLICATI__WEBSERVICE_PORT: "8200"
DUPLICATI__WEBSERVICE_INTERFACE: "any"
DUPLICATI__WEBSERVICE_PASSWORD: "${APP_PASSWORD}"
DUPLICATI__WEBSERVICE_ALLOWED_HOSTNAMES: "*"

View File

@ -3,7 +3,7 @@ id: duplicati
name: Duplicati
tagline: Store securely encrypted backups in the cloud
category: files
version: "2.0.8.1_beta_2024-05-07"
version: "2.1.0.2_beta_2024-11-29"
port: 38476
description: >-
Pick your own backend and store encrypted backups of your umbrel files anywhere!
@ -37,7 +37,16 @@ gallery:
- 1.jpg
- 2.jpg
- 3.jpg
releaseNotes: ""
releaseNotes: >-
Highlights:
- Added support for encrypting specific database fields.
- Introduced an experimental new UI.
- Added Telegram as a reporting destination.
- Improved IPv6 support and remote control capabilities.
- Updated WebDAV and FTP backends for better reliability.
- Removed legacy features like 7z compression and RC4 database encryption.
Full release notes can be found at https://github.com/duplicati/duplicati/releases
dependencies: []
permissions:
- STORAGE_DOWNLOADS