Documentation

Getting started with CodeVault.

Quick Start

  1. Create an account
  2. Create a new repository from the New button
  3. Push your code:
    git remote add origin http://jlgit.jl-labs.se/username/repo.git
    git push -u origin main

Features

Repositories (public/private)
Pull Requests (merge/squash/rebase)
Issues (labels, milestones, assignees)
Wiki (WYSIWYG editor)
CI/CD Pipelines
Package Registry (Docker, npm, etc.)
Project Boards (Kanban)
Security Scanning
Organizations & Teams
Webhooks & API
SSH & HTTPS Git
Two-Factor Auth (TOTP)
Releases & Assets
Code Search

SSH Access

git clone ssh://git@jlgit.jl-labs.se:2222/owner/repo.git