emqx/apps/emqx_plugins
JianBo He 699bd4b85b
Merge pull request #10451 from HJianBo/update-conf-plugin-readme
chore: update README files
2023-04-25 14:43:55 +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 chore: make plugins config to low level 2023-04-20 18:00:19 +08:00
test fix(plugins): attempt to extract plugin from current node on startup 2023-04-18 11:10:23 -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.