JonathanTreffler / backblaze-personal-wine-container

Run the Backblaze personal backup client in a docker container
https://hub.docker.com/r/tessypowder/backblaze-personal-wine
GNU Affero General Public License v3.0
374 stars 35 forks source link

(feat): background install #128

Closed traktuner closed 6 months ago

traktuner commented 6 months ago

In this PR:

Add the -nogui parameter to the install_backblaze.exe I found out that this works very reliably with the installer, also on new installs, and should fix the issues users are having with the installer window not showing up. When a new version is detected, the installer does not apper, but it auto-updates itself and then opens the Backblaze UI.

EDIT: I also added an unmaintained notice to the ubuntu18 tag in the readme since this hast massive upload performance issues (See #130 ) - ubuntu20 and ubuntu22 work as expected.

traktuner commented 6 months ago

related / fixes #77 #121 #117 #123 #124 #125 and probably some others