馃惓 Docker Images
Available Docker Images:
ghcr.io/jfmlima/shelly-manager-api:1.10.0ghcr.io/jfmlima/shelly-manager-cli:1.10.0ghcr.io/jfmlima/shelly-manager-web:1.10.0
馃殌 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.10.0
# Run CLI tool
docker run --rm ghcr.io/jfmlima/shelly-manager-cli:1.10.0 --help
# Run Web UI
docker run -p 8080:8080 ghcr.io/jfmlima/shelly-manager-web:1.10.0馃搵 What's Changed
What's Changed
- Add Dependabot for actions, Python, web and base images by @jfmlima in #97
- chore(ci): Limit push builds to main and scope dependabot groups by @jfmlima in #110
- chore(deps): Bump the python group with 6 updates by @dependabot[bot] in #100
- chore(deps): Bump structlog from 25.4.0 to 26.1.0 by @dependabot[bot] in #103
- chore(deps): Bump mypy from 1.17.1 to 2.3.1 by @dependabot[bot] in #101
- chore(deps): Bump the web group in /packages/web with 38 updates by @dependabot[bot] in #104
- chore(deps): Bump pytest-cov from 6.2.1 to 7.1.0 by @dependabot[bot] in #102
- chore(deps): Bump black from 25.1.0 to 26.5.1 by @dependabot[bot] in #105
- chore(deps-dev): Bump @types/node from 24.3.0 to 26.4.0 in /packages/web by @dependabot[bot] in #108
- chore(deps-dev): Bump eslint-plugin-react-hooks from 5.2.0 to 7.1.1 in /packages/web by @dependabot[bot] in #109
- chore(deps): Bump the base-images group across 3 directories with 2 updates by @dependabot[bot] in #111
- chore(deps-dev): Bump @eslint/js from 9.33.0 to 10.0.1 in /packages/web by @dependabot[bot] in #107
New Contributors
- @dependabot[bot] made their first contribution in #100
Full Changelog: v1.9.0...v1.10.0