Skip to content

🔥BunkerM v1.2.0 | MQTT Made Easy

Latest
Compare
Choose a tag to compare
@bunkeriot bunkeriot released this 07 Mar 21:39
· 13 commits to main since this release

v1.2.0 Release 🚀

📌I'm excited to announce the release of BunkerM v1.2.0, bringing significant improvements to our MQTT management solution with new features focused on monitoring, authentication, and deployment flexibility.

BunkerM main Repo : https://github.com/bunkeriot/BunkerM

What's New

📊 Broker Logs Monitoring

  • Added a dedicated Broker Logs view (BrokerLogs.vue) for comprehensive MQTT broker activity monitoring
  • Real-time log streaming with filtering capabilities
  • Enhanced troubleshooting capabilities for MQTT connections

🔐 Offline Authentication & Account Management

  • Introducing offline authentication for environments without internet connectivity
  • Complete user account management system with role-based permissions
  • Secure credential storage and management
  • Located in the new authentication module

📚 Comprehensive Documentation

  • Complete project documentation now available at https://bunkeriot.github.io/BunkerM/
  • Detailed guides for installation, configuration, and troubleshooting
  • API references and integration examples

🌐 Remote Access Capabilities

  • Simplified remote access configuration with the HOST_ADDRESS environment variable
  • Secure external access to your BunkerM instance from anywhere
  • Automatic configuration of all necessary components for remote operation

💾 Persistent Data Storage

  • Added volume mapping for critical data persistence across container restarts
  • Separate volumes for Mosquitto broker data and authentication information
  • Simplified backup and migration procedures

🔔 Update Notification System

  • New notification center to keep you informed about updates and system events
  • Real-time alerts for critical broker events
  • Customizable notification preferences

Deployment Options

Quick Start

docker run -d -p 1900:1900 -p 2000:2000 bunkeriot/bunkerm:v1.2.0

Persistent Data Deployment

docker run -d -p 1900:1900 -p 2000:2000 \
  -v mosquitto_data:/var/lib/mosquitto \
  -v auth_data:/data \
  bunkeriot/bunkerm:v1.2.0

Remote Access Installation

docker run -d -p 1900:1900 -p 2000:2000 \
  -e HOST_ADDRESS=<HOST_IP> \
  bunkeriot/bunkerm:v1.2.0

Upgrading from Previous Versions

If you're upgrading from a previous version, we recommend backing up your data before upgrading. The new persistent data volumes make this process much simpler.

Community Support

As always, BunkerM remains committed to democratizing IoT by making MQTT management accessible to everyone. This release brings us one step closer to that goal with enhanced features for both individual users and enterprise deployments.

For detailed information about all features, please visit our documentation site.

Thank you for your continued support and feedback!

#mqtt #iot #mosquitto #docker #release #opensource