Skip to content

🚀 Shelly Manager v1.8.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 14:31
· 5 commits to main since this release

🐳 Docker Images

Available Docker Images:

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

🚀 Quick Start

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

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

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

📋 What's Changed

What's Changed

  • Device configuration backup and restore by @jfmlima in #46

Full Changelog: v1.7.0...v1.8.0