Docker Image
Pull the image:
docker pull ghcr.io/codykociemba/NoLongerEvil-SelfHosted:v1.0.1Quick Start
docker run -d \
-p 8000:8000 \
-p 8082:8082 \
-e API_ORIGIN=http://YOUR_SERVER_IP:8000 \
-v nolongerevil-data:/data \
ghcr.io/codykociemba/NoLongerEvil-SelfHosted:v1.0.1What's Changed
- fix: heat cool range management by @will-tm in #5
- Subscription system overhaul and config cleanup by @cjserio in #11
- Fix for HA MQTT warnings by @gigatexel in #10
- feat: device pairing, schedule UI, eco mode, and transport reliability by @cjserio in #13
- fix: PUT response echo and subscribe connection timing by @cjserio in #17
- feat: nest network scanner, device api_key capture, dashboard fixes by @codykociemba in #19
- Fixes for EU thermostats that don't support cooling or fan by @vinodmishra in #18
New Contributors
- @cjserio made their first contribution in #11
- @gigatexel made their first contribution in #10
- @codykociemba made their first contribution in #19
- @vinodmishra made their first contribution in #18
Full Changelog: v1.0.0...v1.0.1