All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update known-good Backblaze version to 9.0.1.777
- Ubuntu 22 is now the default versioned image
- Try to prevent forced Backblaze client updates
- Optimize Dockerfiles to reduce layer count
- Update Backblaze automatically in the background
- Make startapp log file location configurable by an env var (#129, thanks @brokeh)
- Update known-good Backblaze version to 9.0.1.767
- Update Backblaze in the background
- Mark ubuntu18 tag as "End of Life" and remove ubuntu18 specific troubleshooting from readme
- Set lower default values for DISPLAY_WIDTH and DISPLAY_HEIGHT
- Automatically create symlinks for mounts (#110, thanks @xela1)
- Enable Wine Virtual Desktop mode by default
- Updated known-good Backblaze version to 9.0.1.763
Note
Backblaze will automatically be updated to a known-good version mentioned above, if your installed version is older. This download of the new version may take some time, so you will only see a black screen until the download is finished. After that, the installer appears and you can update Backblaze by clicking on "install".
- Fix error
Make sure that your X server is running and that $DISPLAY is set correctly
when running basic CLI commands likewinecfg
by adding the DISPLAY environment variable to the Dockerfiles
- Added backblaze client auto-update functionality to the docker (#88, thanks @traktuner)
- By default a known-good version of the backblaze client will now be used
- Can be overridden by adding the environment variable "FORCE_LATEST_UPDATE=true"
- The wine version in the Dockerfiles is now pinned to get more control over stability
- Dependency updates (see #18 (comment))
- Dependency updates
- Update README.md
- Fixed automated build
- Ubuntu 18 based version to broaden compatibility
- First versioned release
- Automatic docker build using Github Actions
- Initial platform support for linux/arm64
- Initial platform support for linux/arm/v7
- Initial platform support for linux/arm/v6
- Updated Dependencies