Omegamid Repository Server

Self-hosted package repository for all Omegamid components

Server Online

Quick Start

Configure your NPM client to use this repository:

registry=https://repo.omegamid.com/npm

Add to your project's .npmrc file or global NPM configuration.

API Endpoints

GET /api/health Health check
GET /api/packages List all packages
GET /api/packages/:name Package metadata
GET /api/packages/:name/:version Download package
GET /api/metadata Repository index
GET /api/metadata/components Omegamid components

Features

✓ Complete dependency freezing for air-gapped deployments

✓ Guaranteed package version availability

✓ Fast local package resolution

✓ NPM registry mirroring

✓ Automated update scripts

✓ Package integrity verification