Thales Macedo Garitezi 35f1ddc0eb Merge pull request #13393 from thalesmg/20240702-r57-test-plugin-start-enabled před 1 rokem
..
etc 8aa60cc0a5 feat: generate a minimized emqx.conf před 3 roky
include a6fa3e82d9 fix: prevent use pd před 1 rokem
src e1420a27bb fix(plugins): ensure plugin apps are restarted when restarting `emqx_plugins` před 1 rokem
test e1420a27bb fix(plugins): ensure plugin apps are restarted when restarting `emqx_plugins` před 1 rokem
README.md 13f50b2ba9 chore: update README files před 2 roky
mix.exs 19f3b030f9 chore: preparing to run common tests / eunit with mix před 1 rokem
rebar.config d2e0c09f2e fix: make static check happy před 1 rokem

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.