ConorB 91c0a07ed3 Returns logoURL as part of the whoami respose body
Returns logourl as part of whoami response.
Reviewed-on: #134
Co-authored-by: ConorB <conor@conordev.com>
Co-committed-by: ConorB <conor@conordev.com>
2026-02-24 22:58:05 +00:00
2026-02-24 20:14:54 +00:00
2026-02-24 20:14:54 +00:00
2025-08-21 18:41:45 +00:00
2026-02-24 20:14:54 +00:00
2026-02-24 20:14:54 +00:00

CorncrakeCI

CI status badge

About

CorncrakeCI is an in-progress self-hosted CI system.

Prerequisites

Compiling and running code

  1. Clone the repository:

  2. Rename .env.sample to .env in /server and fill in the database credentials, OAuth secrets and encryption key in that file.

    Could use openssl rand -hex 32 to generate an encryption key

  3. Inside /server directory, run:

    pnpm install
    

    then

    pnpm generate
    

    then

    docker compose up --build
    
  4. In another terminal inside /server directory, run:

    pnpm run dev
    
Description
No description provided
Readme GPL-2.0 6.1 MiB
Languages
TypeScript 95.3%
TypeSpec 2.5%
Nix 1.9%
Dockerfile 0.3%