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

Add MQTT notification #125

Closed
thennart opened this issue Jul 30, 2021 · 4 comments
Closed

Add MQTT notification #125

thennart opened this issue Jul 30, 2021 · 4 comments
Labels
feature-request Request for new features to be added

Comments

@thennart
Copy link

Be able to notify to MQTT queue

@thennart thennart added the feature-request Request for new features to be added label Jul 30, 2021
@louislam
Copy link
Owner

apprise maybe supports in the future.

Related request: caronc/apprise#388

@louislam
Copy link
Owner

Just check again, MQTT has been supported by apprise.

https://github.com/caronc/apprise/releases/tag/v0.9.5.1

However, you need to install a library, so I believe it can be done for non-Docker users only.

pip install paho-mqtt

@gaby
Copy link
Contributor

gaby commented Sep 25, 2021

You could also build your own Docker image via:

debian:

FROM louislam/uptime-kuma:1-debian

RUN pip3 install --no-cache-dir paho-mqtt

alpine:

FROM louislam/uptime-kuma:1-alpine

RUN pip3 install --no-cache-dir paho-mqtt

@louislam louislam closed this as completed Oct 1, 2021
@southseaboy
Copy link

thanks @gaby - nb for 1.9.1 release on debian I also needed to install wheel and setuptools prior to paho-mqtt. I'm guessing some change in the debian buster image used.

FROM louislam/uptime-kuma:1-debian

RUN pip3 install --upgrade --no-cache-dir wheel setuptools

RUN pip3 install --no-cache-dir paho-mqtt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features to be added
Projects
None yet
Development

No branches or pull requests

4 participants