Skip to content

馃殌 Shelly Manager v1.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Feb 01:09
· 144 commits to main since this release

馃惓 Docker Images

Available Docker Images:

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

馃殌 Quick Start

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

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

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

馃搵 What's Changed

What's Changed

Full Changelog: v1.3.1...v1.4.0