mirror of
https://github.com/YunoHost-Apps/mosquitto_ynh.git
synced 2024-09-03 19:45:54 +02:00
Mosquitto package for YunoHost
.github | ||
conf | ||
doc | ||
scripts | ||
check_process | ||
LICENSE | ||
manifest.json | ||
README.md | ||
README_fr.md |
Mosquitto (MQTT Broker) for YunoHost
This package allows you to install Mosquitto quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.
Overview
Mosquitto gives you interconnect your objects and applications with an open source MQTT broker. Client can publish or subscribe after authentication (username, password).
Shipped version: 2.0.8
Configuration
How to configure this app: From an admin panel or a plain file with SSH.
Documentation
- Official documentation: https://mosquitto.org/documentation/
YunoHost specific features
Multi-user support
- Are LDAP and HTTP auth supported? No
- Can the app be used by multiple users? No
Supported architectures
Links
- Report a bug: https://github.com/YunoHost-Apps/mosquitto_ynh/issues
- App website: https://mosquitto.org/
- Upstream app repository: https://github.com/eclipse/mosquitto
- YunoHost website: https://yunohost.org/
Developer info
Please send your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/mosquitto_ynh/tree/testing --debug
or
sudo yunohost app upgrade mosquitto -u https://github.com/YunoHost-Apps/mosquitto_ynh/tree/testing --debug
Todo
- Add MQTTS (MQTT with TLS)