Caprover logo
Caprover one-click apps browser
Formance Ledger logo
Formance Ledger
Programmable Financial Ledger To Build Money-Moving Applications
Official integration
Created - Last update

Formance Ledger lets you model and record complex money movements, helping you accelerate your business operations. Build financial dashboards, deliver payments to your marketplace partners, and accurately track revenue across your entire operation.

Deployed services
formance-ledger
ghcr.io/formancehq/ledger:$$cap_FORMANCE_LEDGER_VERSION
  • formance-ledger:/root/.numary
3068
6
formance-ledger-db
postgres:$$cap_POSTGRES_VERSION
  • formance-ledger-db:/var/lib/postgresql/data
3
formance-ledger-ui
custom
    3078
    1
    Variables

    Application | Version

    Default: v1.8.0

    $$cap_FORMANCE_LEDGER_VERSION
    Version of Formance. Check out their valid tags at https://github.com/formancehq/ledger/pkgs/container/ledger

    Application | Enable Basic Authentication

    Default: true

    $$cap_FORMANCE_LEDGER_AUTH_BASIC_ENABLED
    Whether to use basic authentication to protect your ledger.

    Application | Basic Authentication Credentials

    Default: administrator:$$cap_gen_random_hex(16)

    $$cap_FORMANCE_LEDGER_AUTH_BASIC_CREDENTIALS
    Basic authentication credentials, when enabled. Format is `username:password`.

    Application | Enable Segment

    Default: false

    $$cap_FORMANCE_LEDGER_SEGMENT_ENABLED
    Whether to send usage statistics to Segment.

    Database | Version

    Default: 14.0-alpine

    $$cap_POSTGRES_VERSION
    Version of PostgreSQL. Check out their valid tags at https://hub.docker.com/_/postgres/tags

    Database | Name

    Default: formance

    $$cap_POSTGRES_DB
    Name of the database.

    Database | User Name

    Default: formance

    $$cap_POSTGRES_USER
    Name of the database user.

    Database | User Password

    Default: $$cap_gen_random_hex(16)

    $$cap_POSTGRES_PASSWORD
    Password of the database user.
    © 2025, Built with Gatsby - Source code available on GitHub