🐳 Docker Images
Available Docker Images:
ghcr.io/jfmlima/shelly-manager-api:1.8.4ghcr.io/jfmlima/shelly-manager-cli:1.8.4ghcr.io/jfmlima/shelly-manager-web:1.8.4
🚀 Quick Start
# Run API server. The -v keeps the database and firmware cache;
# generate the key with: openssl rand -base64 32 | tr '+/' '-_'
docker run -p 8000:8000 \
-e SHELLY_SECRET_KEY="your-generated-key" \
-v shelly-manager-data:/data \
ghcr.io/jfmlima/shelly-manager-api:1.8.4
# Run CLI tool
docker run --rm ghcr.io/jfmlima/shelly-manager-cli:1.8.4 --help
# Run Web UI
docker run -p 8080:8080 ghcr.io/jfmlima/shelly-manager-web:1.8.4📋 What's Changed
What's Changed
Full Changelog: v1.8.3...v1.8.4