Arc Launchpad v0.1.1
Arc Launchpad v0.1.1
Container image
ghcr.io/basekick-labs/launchpad:0.1.1
Run with Docker Compose
curl -O https://raw.githubusercontent.com/Basekick-Labs/launchpad/v0.1.1/docker-compose.yml
LAUNCHPAD_JWT_SECRET=$(openssl rand -hex 32) docker compose up -dInstall with Helm
helm install launchpad oci://ghcr.io/basekick-labs/charts/launchpad --version 0.1.1 \
--set jwtSecret=$(openssl rand -hex 32)Full Changelog: v0.1.0...v0.1.1