Skip to content

Low severity security vulnerability and new API endpoint

Pre-release
Pre-release
Compare
Choose a tag to compare
@kikeelectronico kikeelectronico released this 23 Sep 18:55
· 819 commits to dev since this release

Bugs 🪲

  • LOW Severity Security vulnerabilities related with file paths. #423 #424

Features 🐼

  • New endpoint for getting the backup JSON using both the user token and the API Key #406

Announcement ‼️

Using user and password in the MQTT connection between Homeware and the MQTT broker will be mandatory in the next Release v1.10. Be sure to set this up. I know, I know, it is easy without auth, but let's make it well.

How to update

  1. Download your backup file!!!
  2. Go to the directory.
cd Homeware-LAN
  1. Pull the new containers.
docker-compose pull
  1. Stop Homeware.
docker-compose stop
  1. Run.
docker-compose up -d