Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 386 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 386 Bytes

Gotify-MQTT

A plugin for using Gotify to ingest messages from MQTT.

Usage

Download the plugin from the releases page, or build it from source (using the Makefile).

Configure the settings and add your MQTT Brokers.

Example config:

servers:
- address: 127.0.0.1:1883
  username: ""
  password: ""
  subscribe:
  - 'gotify/mqtt'