Skip to content

馃殌 Shelly Manager v1.3.1

Choose a tag to compare

@github-actions github-actions released this 20 Feb 16:50
· 145 commits to main since this release

馃惓 Docker Images

Available Docker Images:

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

馃殌 Quick Start

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

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

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

馃搵 What's Changed

Full Changelog: v1.3.0...v1.3.1