emqx/apps/emqx_plugins
Shawn e0f4a2014d fix: emqx failed to start if plugin dir is removed by the user 2023-11-09 16:01:20 +08:00
..
etc feat: generate a minimized emqx.conf 2022-05-31 19:20:27 +08:00
include chore: update copyright year 2023 2023-01-02 09:22:27 +01:00
src fix: emqx failed to start if plugin dir is removed by the user 2023-11-09 16:01:20 +08:00
test fix(plugins): fix backward compatibility 2023-11-07 19:06:37 +03:00
README.md chore: update README files 2023-04-19 21:05:10 +08:00
rebar.config style: reformat all remaining apps 2022-04-27 15:51:18 +02:00

README.md

Plugins Management

This application provides the feature for users to upload and install custom, Erlang-based plugins.

More introduction about Plugins

See HTTP API to learn how to Install/Uninstall a Plugin

Plugin Template

We provide a plugin template that you can use to learn how to write and package custom plugins.