
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_VERSIONVersion 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_ENABLEDWhether to use basic authentication to protect your ledger.
Application | Basic Authentication Credentials
Default: administrator:$$cap_gen_random_hex(16)
$$cap_FORMANCE_LEDGER_AUTH_BASIC_CREDENTIALSBasic authentication credentials, when enabled. Format is `username:password`.
Application | Enable Segment
Default: false
$$cap_FORMANCE_LEDGER_SEGMENT_ENABLEDWhether to send usage statistics to Segment.
Database | Version
Default: 14.0-alpine
$$cap_POSTGRES_VERSIONVersion of PostgreSQL. Check out their valid tags at https://hub.docker.com/_/postgres/tags
Database | Name
Default: formance
$$cap_POSTGRES_DBName of the database.
Database | User Name
Default: formance
$$cap_POSTGRES_USERName of the database user.
Database | User Password
Default: $$cap_gen_random_hex(16)
$$cap_POSTGRES_PASSWORDPassword of the database user.