Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 960 Bytes

File metadata and controls

41 lines (26 loc) · 960 Bytes

GilmanLab Platform

This repository is for reusable platform components, shared manifests, and supporting automation for the GilmanLab homelab.

The current baseline focuses on repo scaffolding, Moon-based CI, and GitHub automation so platform projects can be added incrementally without replacing the repository foundation each time.

Current Projects

  • bootstrap/argocd, bootstrap/cilium, bootstrap/kro: reusable bootstrap chart wrappers published to GHCR
  • services/dns-mirror: Route 53 private-zone mirror daemon for the AWS subnet router

Quick Start

Prerequisites:

  • moon 2.x

Validate the current repository baseline:

moon ci --summary minimal

Run the root check target directly:

moon run :check

Support

  • Questions and design discussion: GitHub Discussions
  • Non-security bugs: GitHub Issues
  • Vulnerabilities: follow SECURITY.md

Contributing

See CONTRIBUTING.md.