Skip to main content

Maloja

Setup a Maloja server if you have not already done this.

Maloja Setup Intructions

Using Maloja's example docker-compose.yml:

~/malojaData/docker-compose.yml
loading...

Uncomment environment and add MALOJA_FORCE_PASSWORD=CHANGE_ME to set an admin password

Start the container:

~/malojaData
docker compose up -d

Finally, add the Maloja server URL and API Key to the configuration type you choose to use, below.

Configuration​

Configuration Type

This is configuration for the ENV Config Type.

Environmental VariableTypeDefaultDescription
MALOJA_IDstringA globally unique ID EX myComponentId
MALOJA_NAMEstringValue of MALOJA_IDA vanity name EX My Cool Component
MALOJA_ENABLEbooleantrueShould this component be used?
MALOJA_URLstringURL for maloja server
MALOJA_API_KEYstringAPI Key for Maloja server

Bold/Italic = Required