emqx/apps/emqx_plugins
Thales Macedo Garitezi 6897f0141b fix(plugins): do not stop Elixir protected apps
On one hand, Elixir plugins might include Elixir itself, when targetting a non-Elixir EMQX
release.  If, on the other hand, the EMQX release already includes Elixir, we shouldn't
stop Elixir nor IEx, or the running IEx shell will break.
2024-06-17 16:42:23 -03:00
..
etc feat: generate a minimized emqx.conf 2022-05-31 19:20:27 +08:00
include fix: allow put plugin config without schema 2024-05-23 17:33:34 +08:00
src fix(plugins): do not stop Elixir protected apps 2024-06-17 16:42:23 -03:00
test test: plugin refactor 2024-05-22 02:09:37 +08:00
README.md chore: update README files 2023-04-19 21:05:10 +08: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.