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

latest release: v1.8.2
7 hours ago

🐳 Docker Images

Available Docker Images:

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

🚀 Quick Start

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

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

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

📋 What's Changed

What's Changed

  • Bump pydantic to 2.12.5 for CPython 3.14 wheels by @jfmlima in #48

Full Changelog: v1.8.0...v1.8.1

Don't miss a new shelly-manager release

NewReleases is sending notifications on new releases.