github jfmlima/shelly-manager v1.0.6
🚀 Shelly Manager v1.0.6

latest release: v1.0.7
9 hours ago

🐳 Docker Images

Available Docker Images:

  • ghcr.io/jfmlima/shelly-manager-api:1.0.6
  • ghcr.io/jfmlima/shelly-manager-cli:1.0.6
  • ghcr.io/jfmlima/shelly-manager-web:1.0.6

🚀 Quick Start

# Run API server
docker run -p 8000:8000 ghcr.io/jfmlima/shelly-manager-api:1.0.6

# Run CLI tool
docker run --rm ghcr.io/jfmlima/shelly-manager-cli:1.0.6 --help

# Run Web UI
docker run -p 8080:8080 ghcr.io/jfmlima/shelly-manager-web:1.0.6

📋 What's Changed

What's Changed

  • Refer to correct image tag in release note by @ojundt in #11
  • feat: improve device discovery and update handling by @Darkdragon14 in #9

New Contributors

Full Changelog: v1.0.5...v1.0.6

Don't miss a new shelly-manager release

NewReleases is sending notifications on new releases.