mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
event manager: add Certificate renewal trigger
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -4343,6 +4343,8 @@ components:
|
||||
- 5
|
||||
- 6
|
||||
- 7
|
||||
- 8
|
||||
- 9
|
||||
description: |
|
||||
Supported event action types:
|
||||
* `1` - HTTP
|
||||
@@ -4352,17 +4354,23 @@ components:
|
||||
* `5` - User quota reset
|
||||
* `6` - Folder quota reset
|
||||
* `7` - Transfer quota reset
|
||||
* `8` - Data retention check
|
||||
* `9` - Filesystem
|
||||
EventTriggerTypes:
|
||||
type: integer
|
||||
enum:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
- 5
|
||||
description: |
|
||||
Supported event trigger types:
|
||||
* `1` - Filesystem event
|
||||
* `2` - Provider event
|
||||
* `3` - Schedule
|
||||
* `4` - IP blocked
|
||||
* `5` - Certificate renewal
|
||||
LoginMethods:
|
||||
type: string
|
||||
enum:
|
||||
|
||||
Reference in New Issue
Block a user