github sgoudelis/ground-station v0.1.40

latest releases: v0.3.16, v0.3.15, v0.3.14...
5 months ago

Docker Image

Version: 0.1.40-v0.1.40-3c6ed5a
Environment: production
Git Commit: 3c6ed5a
Build Date: 20251022

Commits in this release:

  • 3c6ed5a Bump backend version to 0.1.40 in version.json.
  • a567db6 Add "Transponder" option to transmitter type dropdown in transmitter-modal component
  • 710fbcb Add new sunset-orange theme and integrate dynamic theme-based styles in toast notifications:
  • 99b070a Adjust version-update-overlay dimensions:
  • de46097 Align rig control grid content to the right and adjust hardware popover dimensions:
  • 8596b67 Refactor preferences form fields to use FormControl with styled TextField:
  • 5e2a8f0 Refactor custom VFO icons and simplify waterfall-toolbar button hover styles:
  • c9056d4 Refactor theme configuration and update custom icons implementation:

Pull the Docker image:

docker pull ghcr.io/sgoudelis/ground-station:0.1.40

Run the container:

docker run -d \
  -p 7000:7000 \
  --name ground-station \
  --restart unless-stopped \
  --device=/dev/bus/usb \
  --privileged \
  -v $(pwd)/data:/app/backend/data \
  -e GS_ENVIRONMENT=production \
  ghcr.io/sgoudelis/ground-station:0.1.40

Multi-arch support:

This image supports linux/amd64 platform.

Full Changelog: v0.1.39...v0.1.40

Don't miss a new ground-station release

NewReleases is sending notifications on new releases.