github jfmlima/shelly-manager v1.8.5
🚀 Shelly Manager v1.8.5

3 hours ago

🐳 Docker Images

Available Docker Images:

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

🚀 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.5

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

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

📋 What's Changed

What's Changed

  • Respect the selected channel when updating firmware by @jfmlima in #75

Full Changelog: v1.8.4...v1.8.5

Don't miss a new shelly-manager release

NewReleases is sending notifications on new releases.