mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update duplicati to v2.1.0.2_beta_2024-11-29 (#2039)
This commit is contained in:
parent
b24377da09
commit
9783b97077
@ -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: "*"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user