docker-duplicati icon indicating copy to clipboard operation
docker-duplicati copied to clipboard

Rebase to noble, add encryption support (master)

Open thespad opened this issue 1 year ago • 1 comments

linuxserver.io


  • [x] I have read the contributing guideline and understand that I have made the correct modifications

Description:

This will fail until 2.0.9 hits stable.

Benefits of this PR and context:

How Has This Been Tested?

Source / References:

thespad avatar Aug 29 '24 16:08 thespad

FYI: Duplicati removed the auto-assigned settings encryption key in v2.0.9.106, so only version 2.0.9.105 is using a system-derived encryption key. The change was rolled back after we discovered the device key was not based on sufficiently random data (in many case, it was based on an empty string).

The changes in this PR are thus not required for Duplicati 2.0.9.106+ but increases security by specifying a settings encryption key.

kenkendk avatar Sep 04 '24 10:09 kenkendk

This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

LinuxServer-CI avatar Oct 04 '24 15:10 LinuxServer-CI

Needs arm64 binary name updated as well

aptalca avatar Nov 29 '24 15:11 aptalca

Unzip adds a subfolder so we need a mv after

aptalca avatar Nov 29 '24 16:11 aptalca

You'd think I'd have noticed these things when I did the PR months ago, as I was mostly copying from the dev branch which is already correct.

thespad avatar Nov 29 '24 16:11 thespad

I am a bot, here are the test results for this PR: https://ci-tests.linuxserver.io/lspipepr/duplicati/v2.1.0.2_beta_2024-11-29-pkg-3fd699ab-dev-6394d6112639f012c1cd520257861778157e6012-pr-84/index.html https://ci-tests.linuxserver.io/lspipepr/duplicati/v2.1.0.2_beta_2024-11-29-pkg-3fd699ab-dev-6394d6112639f012c1cd520257861778157e6012-pr-84/shellcheck-result.xml

Tag Passed
amd64-v2.1.0.2_beta_2024-11-29-pkg-3fd699ab-dev-6394d6112639f012c1cd520257861778157e6012-pr-84
arm64v8-v2.1.0.2_beta_2024-11-29-pkg-3fd699ab-dev-6394d6112639f012c1cd520257861778157e6012-pr-84

LinuxServer-CI avatar Nov 29 '24 16:11 LinuxServer-CI