Lux Docs

Installation

Install Lux KMS

Docker

docker pull ghcr.io/luxfi/kms:latest
docker compose up -d

Kubernetes

helm install kms luxfi/kms --namespace kms --create-namespace

Environment

VariableDescriptionRequired
DATABASE_URLPostgreSQL connection stringYes
ENCRYPTION_KEYRoot encryption key (from KMS)Yes
REDIS_URLRedis connection stringYes

On this page