add a link to the new events store plugin

This commit is contained in:
Nicola Murino
2021-10-16 17:08:34 +02:00
parent 4a6a4ce28d
commit f131ef130b
4 changed files with 12 additions and 8 deletions

View File

@@ -108,3 +108,7 @@ The structure for SFTPGo objects can be found within the [OpenAPI schema](../htt
## Pub/Sub services
You can forward SFTPGo events to several publish/subscribe systems using the [sftpgo-plugin-pubsub](https://github.com/sftpgo/sftpgo-plugin-pubsub). The notifiers SFTPGo plugins are not suitable for interactive actions such as `pre-*` events. Their scope is to simply forward events to external services. A custom hook is a better choice if you need to react to `pre-*` events.
## Database services
You can store SFTPGo events in database systems using the [sftpgo-plugin-eventstore](https://github.com/sftpgo/sftpgo-plugin-eventstore).

View File

@@ -11,7 +11,7 @@ For added security you can enable the automatic TLS. In this way, the client and
The following plugin types are supported:
- `auth`, allows to authenticate users
- `notifier`, allows to receive notifications for supported filesystem events such as file uploads, downloads etc. and user events such as add, update, delete.
- `notifier`, allows to receive notifications for supported filesystem events such as file uploads, downloads etc. and provider events such as objects add, update, delete.
- `kms`, allows to support additional KMS providers.
Full configuration details can be found [here](./full-configuration.md)