emqx/apps/emqx_plugins
Andrew Mayorov d60ff1e616
test(plugins): avoid using same workdir for different nodes
2024-02-27 16:41:53 +01:00
..
etc feat: generate a minimized emqx.conf 2022-05-31 19:20:27 +08:00
include chore: update copyright-year 2024-02-23 08:21:06 +01:00
src chore: update copyright-year 2024-02-23 08:21:06 +01:00
test test(plugins): avoid using same workdir for different nodes 2024-02-27 16:41:53 +01: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.