Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.

Release 0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 23:09
Add Docker configuration files and enhance MQTT command handling

- Create .dockerignore to exclude unnecessary files from Docker context
- Add docker-publish.yml for CI/CD pipeline to build and push Docker images
- Implement Dockerfile for multi-stage build of the application
- Update MonitorLiveDataCommand to support MQTT configuration via environment variables
- Modify Program.cs to default to "monitor" command if no arguments are provided
- Refactor XSenseApiClient to retrieve username and password from environment variables