From edbf4516b2d0311a04c52410e8435a6a8c981e83 Mon Sep 17 00:00:00 2001 From: websoft9 Date: Thu, 31 Oct 2024 05:55:49 +0000 Subject: [PATCH] Update duplicati --- apps/duplicati/.env | 17 +++++++---------- apps/duplicati/variables.json | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/apps/duplicati/.env b/apps/duplicati/.env index 87759097e..8bb029e22 100644 --- a/apps/duplicati/.env +++ b/apps/duplicati/.env @@ -1,17 +1,14 @@ W9_REPO=lscr.io/linuxserver/duplicati -W9_DIST=community -W9_VERSION=latest - -W9_POWER_PASSWORD=1PrMxExC45LsCT +W9_DIST='community' +W9_VERSION='2.0.8' +W9_POWER_PASSWORD='oB5DL!36IkZXRqCI' #### -- Not allowed to edit below environments when recreate app based on existing data -- #### - -W9_ID=duplicati +W9_ID='duplicati' W9_HTTP_PORT=8200 -W9_HTTP_PORT_SET=9001 - -W9_URL=internet_ip +W9_HTTP_PORT_SET='9001' +W9_URL='internet_ip' W9_NETWORK=websoft9 @@ -29,4 +26,4 @@ TZ=Etc/UTC # It should match the volume mount /source PUID=0 PGID=0 -# CLI_ARGS= \ No newline at end of file +# CLI_ARGS= diff --git a/apps/duplicati/variables.json b/apps/duplicati/variables.json index fdd9ba859..e8a5b5820 100644 --- a/apps/duplicati/variables.json +++ b/apps/duplicati/variables.json @@ -7,7 +7,7 @@ "edition": [ { "dist": "community", - "version": ["2.0.7","latest"] + "version": ["2.0.8","latest"] } ], "requirements": {