Kenneth Skovhede

Results 73 issues of Kenneth Skovhede

The installer should have an option to install Duplicati as a service. This would also need to change the start menu link to start the trayicon with `--no-hosted-server`. ## ---...

enhancement
installer issue

It is currently possible to get GPG encryption working with a key, by setting the switches manually like this: ``` --encryption-module=gpg --gpg-encryption-command=--encrypt --gpg-encryption-switches=--recipient "[email protected]" --gpg-decryption-command=--decrypt --passphrase=unused ``` You also need...

help wanted
minor change

There are some extra 4xx error codes that need to be handled to make sure Duplicati follows the B2 guidelines: https://www.backblaze.com/b2/docs/integration_checklist.html ## --- Want to back this issue? **[Post a...

backend enhancement

### Description When running in a container, it should run in the container with the correct platform, but this does not always happen. The steps below have a 100% failure...

status/triage
version/4.28.0
area/engine

**Describe the bug** The nupkg from Nuget installs the x64 binary on arm64, using latest `2.12.3363`. **To Reproduce** Steps to reproduce the behavior: 1. `dotnet new console` 2. `dotnet add...

The codebase is using a custom platform detection in `Duplicati.Library.Utility` which can be updated to use the standard .NET [`OperatingSystem` class](https://learn.microsoft.com/en-us/dotnet/api/system.operatingsystem?view=net-8.0). Methods and classes that are OS specific should be...

enhancement
help wanted
minor change
good first issue

After the update to a modern C# version, the libraries should be updated one-by-one to support `nullable` notation. To avoid long-standing PRs, there should be one or two libraries in...

enhancement
help wanted
minor change
good first issue

High level overview: - Removed `HttpServer` - Re-implemtened all endpoints with ASP.NET - Changed some calls to use JSON instead of form-encoded calls - Some work towards removing `FIXMEGlobal` -...

The direct restore feature is designed so it mimics the normal restore process as much as possible, with the goal of having only a single restore implementation. However, the database...