Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mqtt hostname and port should be configurable #6

Open
mikehaller opened this issue Dec 9, 2022 · 2 comments
Open

Mqtt hostname and port should be configurable #6

mikehaller opened this issue Dec 9, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@mikehaller
Copy link
Contributor

The self update agent currently uses static configuration "mosquitto:1883" to connect to an MQTT broker.
The URL to connect to should be configurable (command line arguments and/or environment variables).

Please also note that there is MQTTS and Authentication options, which should also be supported in the future.

@mikehaller mikehaller added the enhancement New feature or request label Dec 9, 2022
@tobiwan3
Copy link
Contributor

Issue is accepted and will be planned in 3 steps

  1. --host and --port command line parameters are prepared in an implementation and are planned to be merged in the next 1-2 weeks.
  2. Support will be switched to providing a url via either command line or environment variables
  3. Adding support for MQTTS and authentication

@OleksandrChaika
Copy link
Contributor

@mikehaller
Configurable MQTT server address is available in form tcp://host:port in version build-26 and newer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants