Skip to content

v1.2.1

Latest

Choose a tag to compare

@Nurislom373 Nurislom373 released this 14 May 05:45
· 13 commits to main since this release

1.2.1 News

In version 1.2.1, the ability to work with Fluent via webhook has been added. You can try using it.

webhook configuration example

fluent:
  bot:
    token: 'your_token'
    username: '@your_token'
    process-type: both
    type: webhook
  webhook:
    keystore-server-file: keystore.jks
    keystore-server-pwd: 1234567890
    url: your_url # example 'https://devops.uz'
    drop-pending-updates: false
    max-connections: 50