Back to Portfolio

VPS Ecosystem Architecture

The baylav.org ecosystem runs on a self-hosted VPS, utilizing a microservices architecture for code hosting, development, and centralized authentication.

System Maintenance & Migration

The Git repositories and Authentication services are currently undergoing a major infrastructure upgrade and re-indexing process. Public and private access is temporarily restricted while we integrate the new SSO (Single Sign-On) authority.

cgit

git.baylav.org

A hyper-fast, kernel-style web interface for public code archives. Designed for speed and efficiency, providing read-only access to open-source projects and libraries.

Status: Re-indexing

Gitea Hub

gitea.baylav.org

A self-hosted, full-featured development platform similar to GitHub. Handles private repositories, CI/CD pipelines, issue tracking, and team collaboration.

Status: Integrating Auth

Auth Authority

auth.baylav.org

The central nervous system of the ecosystem. A custom-built FastAPI + PostgreSQL service providing Centralized Authentication (SSO) via JWT tokens for all other services.

Python / FastAPIPostgreSQLJWT / OAuth2