add https support

This commit is contained in:
Andre
2020-03-28 12:37:50 +01:00
parent 39cb582e07
commit 351e0f3a0b
3 changed files with 17 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Run tests on long term support and latest stable version of nodejs
- Added the ability to configure a list of modules that shouldn't be update checked.
- Run linters on git commits
- Add HTTPS support for clientonly-mode.
### Fixed
- Force declaration of public ip address in config file (ISSUE #1852)