emqx/apps/emqx_plugins
zmstone 2e39c4ad5e
Merge pull request #13495 from thalesmg/20240719-m-hide-enable-fields-mkII
chore: hide enable flags from schema and config examples
2024-07-29 21:31:20 +02:00
..
etc feat: generate a minimized emqx.conf 2022-05-31 19:20:27 +08:00
include fix: prevent use pd 2024-06-19 20:15:07 +08:00
src Merge pull request #13495 from thalesmg/20240719-m-hide-enable-fields-mkII 2024-07-29 21:31:20 +02:00
test test(plugins): fix flaky test 2024-07-05 14:17:42 -03:00
README.md chore: update README files 2023-04-19 21:05:10 +08:00
mix.exs chore: preparing to run common tests / eunit with mix 2024-07-02 09:45:45 -03:00
rebar.config fix: make static check happy 2024-04-26 10:25:06 +08: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.