This version introduces an update support for docker based distribution and also fixes some bugs (backported from HomeGenie). Also, issue with timezone synchronization while running in Docker was fixed.
Installation scripts are the same:
-
The regular installation which will install mono first
wget -qO- https://raw.githubusercontent.com/Bounz/HomeGenie-BE/master/Utils/HgBootstrapper/direct/installer.sh | bash
-
Docker installation
wget -qO- https://raw.githubusercontent.com/Bounz/HomeGenie-BE/master/Utils/HgBootstrapper/docker/installer.sh | bash
Closed GitHub issues:
HGBE-87. Fixed issue with timezone synchronization while running in Docker..
Other fixes
- Using the same data and logs directories as a non-docker installation by default.
- Fixes to installer.sh
- Fix error installing packages with no ‘uid’ specified. Backport from HomeGenie.
- Removed deprecated SchedulerItem.ProgramId. Backport from HomeGenie.
- Fix: Uncaught TypeError: Cannot set property ‘onChange’ of null. Backport from HomeGenie.
- Renamed project HomeGenieTests to HomeGenie.UnitTests.
- Fix: Failing interface will not affect shut down procedure.