Skip to main content
Lerian Console is the unified web interface for managing Lerian products. It provides dashboards for ledger operations, account management, transaction monitoring, and plugin configuration through a single UI.

Prerequisites


  • A running Midaz deployment. Lerian Console connects to Midaz APIs for data.
  • Access Manager deployed (for authentication).
  • Kubernetes 1.30+ and Helm 3+.

Key configuration


Runtime environment variables


The Console reads a set of NEXT_PUBLIC_* variables at runtime (injected into the container by its entrypoint), so they can be changed per environment by updating the variable and restarting the Console container — no image rebuild is required.
VariableDefaultPurpose
NEXT_PUBLIC_REPORTER_DOCS_URLhttps://docs.lerian.studio/en/reporterURL of the Reporter documentation linked from the Reporter Module UI. Override it to point operators at an internal or localized documentation site.
NEXT_PUBLIC_BANK_TRANSFER_ENABLEDfalse (disabled)Runtime plugin flag that controls whether the Bank Transfer plugin is visible. Set to true to enable it for the environment.
NEXT_PUBLIC_BC_CORREIOS_ENABLEDfalse (disabled)Runtime plugin flag that controls whether the BC Correios provider is visible in the Reporter Module. Set to true to enable it for the environment.
The plugin flags are disabled by default; a plugin only becomes visible when its flag is set to the string true. When a flag is off, the plugin’s pages are hidden and show a feature not available message.

OCI registry


Installation


Replace <version> with the desired chart version from the table below.

Version compatibility


Chart versionLerian Console
2.0.11.5.0
1.0.01.0.0
For the full cross-product compatibility matrix, see Version compatibility.

Resources