Skip to main content

Report generator

The OpenTalk Report generator is a service whose main purpose is to generate reports (e.g. in PDF).

When no Reports generator is configured, it is disabled.

Deploy Report generator

The report generator has to be configured and started separately.

You can clone the repository and build the Docker image yourself or download the image directly from the Container Registry.

Configuration

The section in the configuration file is called reports.

FieldTypeRequiredDefault valueDescription
urlstringyes-The URI address where the reports generator can be reached

Examples

Default Setup

[reports]
url = "http://localhost:8085"