twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks

ReverseProxyAdapterConfig

The configuration of the reverse proxy connection adapter.

{
The host name the reverse proxy is available under.
hostName: string
The port the server should listen to.
listenerPort: number
The path prefix your reverse proxy redirects to the listener.
pathPrefix?: string
The port on which the reverse proxy is available.
port?: number
Whether the reverse proxy supports SSL.
ssl?: boolean
The SSL keychain that should be used to make the server available using a secure connection.
}

Properties

hostName

Type: string

The host name the reverse proxy is available under.

listenerPort

Type: number

The port the server should listen to.

pathPrefix

Type: ?string

The path prefix your reverse proxy redirects to the listener.

port

Type: ?number

The port on which the reverse proxy is available.

ssl

Type: ?boolean

Whether the reverse proxy supports SSL.

sslCert

Type: ?WebHookListenerCertificateConfig

The SSL keychain that should be used to make the server available using a secure connection.

If this is not given and there is no reverse proxy that handles incoming SSL connections, the server will only be available via HTTP. This means it can only listen to unauthenticated topics (stream changes and follows).