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

3 hours ago

🐳 Docker Images

Available Docker Images:

  • ghcr.io/jfmlima/shelly-manager-api:1.8.4
  • ghcr.io/jfmlima/shelly-manager-cli:1.8.4
  • ghcr.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

  • Tidy the channel selector and stop serving a stale UI by @jfmlima in #74

Full Changelog: v1.8.3...v1.8.4

Don't miss a new shelly-manager release

NewReleases is sending notifications on new releases.