Documentation
Getting started with CodeVault.
REST API
Endpoints for repositories, issues, pull requests, branches, commit status, and packages.
Explore
Browse public repositories on this instance.
Quick Start
- Create an account
- Create a new repository from the New button
- 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