diff --git a/apps/duplicati/.env b/apps/duplicati/.env index 87759097..8bb029e2 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 fdd9ba85..e8a5b582 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": {