eventd-ws.conf(5)

WebSocket plugin configuration

Build version: 0.30.0 - v0.30.0

Name

eventd-ws.conf — WebSocket plugin configuration

Synopsis

Configuration for the WebSocket plugin.

Description

The ws plugin implements the EVENT protocol over WebSocket.

Global sections

Section [Server]

The ws plugin is using the same TLS certificate/key files as eventd.

See eventd.conf(5).

ListenWS=

A list of bindings

Uses the same values as the --listen option of eventd. See eventd(1).

WebSocketSecret=

A string

This secret is checked in client WebSocket handshake.

Use ws[s]://:secret@host/ URI (password with no user) to send a secret on client side.

See Also

eventd core man pages
eventd(1)

eventd daemon command-line options

eventdctl(1)

eventdctl (control tool) command-line options

eventd.conf(5)

eventd configuration

Contains information about all the event configuration

Plugins distributed with eventd will use the same scheme: eventd-plugin-name for their additional eventd command-line options, eventdctl-plugin-name for their additional eventdctl command-line options, eventd-plugin-name.conf for their configuration,

Plugins man pages