CaptOrb 783d46e8d5
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
return the html_url of a repo to the client (#120)
idea is so we can provide a link to the forge repo on our frontend.

if we made it a required field, we would have to add it as a column to the db with the way the code is structured now

Reviewed-on: #120
Reviewed-by: Olivier 'reivilibre' <reivilibre@noreply.git.emunest.net>
Co-authored-by: CaptOrb <conor@conordev.com>
Co-committed-by: CaptOrb <conor@conordev.com>
2026-01-23 09:11:10 +00:00
2026-01-10 22:10:22 +00:00
2025-08-21 18:41:45 +00:00

MolCI

CI status badge

About

MolCI 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 4.1 MiB
Languages
TypeScript 97.1%
TypeSpec 2.6%
Dockerfile 0.3%