From 2833a9b8a73090520ddc67ffb6b863faabd0ee7f Mon Sep 17 00:00:00 2001 From: "Bernhard B." Date: Tue, 4 Mar 2025 21:46:57 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75b344d..8f9e4a9 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,10 @@ The Swagger API documentation can be found [here](https://bbernhard.github.io/si In case you need more functionality, please **file a ticket** or **create a PR**. +## Plugins + +The plugin mechanism allows to register custom endpoints (with different payloads) without forking the project. Have a look [here](https://github.com/bbernhard/signal-cli-rest-api/tree/master/plugins) for details. + ## Advanced Settings There are a bunch of environmental variables that can be set inside the docker container in order to change some technical details. This settings are meant for developers and advanced users. Usually you do *not* need to change anything here - the default values are perfectly fine!