Docker Images
🐳 Available Docker Images:
ghcr.io/jfmlima/shelly-manager-api:v1.0.1ghcr.io/jfmlima/shelly-manager-cli:v1.0.1ghcr.io/jfmlima/shelly-manager-web:v1.0.1
Quick Start
# Run API server
docker run -p 8000:8000 ghcr.io/jfmlima/shelly-manager-api:v1.0.1
# Run CLI tool
docker run --rm ghcr.io/jfmlima/shelly-manager-cli:v1.0.1 --help
# Run Web UI
docker run -p 8080:8080 ghcr.io/jfmlima/shelly-manager-web:v1.0.1Changes
See the commits since the previous release for detailed changes.