feat: add MQTT status plugin to Docker image#1095
Open
LumenPrima wants to merge 1 commit intoTrunkRecorder:masterfrom
Open
feat: add MQTT status plugin to Docker image#1095LumenPrima wants to merge 1 commit intoTrunkRecorder:masterfrom
LumenPrima wants to merge 1 commit intoTrunkRecorder:masterfrom
Conversation
Include tr-plugin-mqtt in the official Docker build so users get MQTT support out of the box. Changes: - Builder: install libpaho-mqtt-dev and libpaho-mqttpp-dev - Builder: clone tr-plugin-mqtt into user_plugins before cmake - Runtime: add MQTT shared libraries Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
It's worth noting that there was some discussion on the discord about this. More than a few people have requested that the MQTT plugin is included in the default build. Currently the @TheGreatCodeholio maintains a docker image that has this enabled as well. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Include tr-plugin-mqtt in the official Docker build so users get MQTT support out of the box without maintaining a separate image.
Changes (3 additions to
Dockerfile)libpaho-mqtt-devandlibpaho-mqttpp-devtoapt-get installtr-plugin-mqttintouser_plugins/beforecmakelibpaho-mqtt-devandlibpaho-mqttpp-devfor the shared librariesContext
Several projects (tr-engine, rdio-scanner, etc.) depend on MQTT output from trunk-recorder. Currently users must build a custom Docker image or use a community fork to get MQTT support. This adds it to the official image with minimal footprint — the plugin is already maintained under the TrunkRecorder org.
Testing