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

5 hours ago

🐳 Docker Images

Available Docker Images:

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

🚀 Quick Start

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

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

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

📋 What's Changed

What's Changed

  • Update README with Gen1 auth support, missing endpoints, and secret key by @jfmlima in #41
  • Add Gen1 Authentication flow by @jfmlima in #34

Full Changelog: v1.5.0...v1.6.0

Don't miss a new shelly-manager release

NewReleases is sending notifications on new releases.