Litro SSG builds can be deployed to Coolify as a static site or via Docker.
In your Coolify project:
pnpm --filter @beatzball/litro-router build && pnpm --filter @beatzball/litro build && pnpm --filter @beatzball/litro-docs build
docs/dist/staticSITE_URL to your domain.Use the included Dockerfile + nginx.conf in docs/:
docker build -f docs/Dockerfile -t litro-docs .
docker run -p 80:80 litro-docs
The Docker image:
dist/static/ to nginx/_litro/ and /shoelace/ assets