GitHub - RPDevs-Vault/github-manager · GitHub
Skip to content

RPDevs-Vault/github-manager

Repository files navigation

🌐 GitHub Manager — Tier 0: Systems Control Cockpit

Welcome to the github-manager command center. This repository serves as the Tier 0 global orchestration hub and digital nervous system for the RPDevs-Vault organization, overseeing a fleet of 260+ repositories and automated workflows.


🏛️ Manager Fleet Architecture

The management infrastructure of the RPDevs-Vault is organized into a tiered system to separate governance, package compilation, task tracking, distribution, and global health monitoring:

graph TD
    HM[github-manager<br>Tier 0: Systems Cockpit] --> MM[monitor-manager<br>Tier 0.5: Observability]
    HM --> VM[vault-manager<br>Tier 1: Hub & Governance]
    VM --> IM[identity-manager<br>Tier 1.5: Secret & Key Broker]
    
    CM[container-manager<br>Tier 2: Builder Fleet] --> PM[project-manager<br>Tier 3: Task Sync]
    
    DM[distributor-manager<br>Tier 4: Release Gateway] --> DEM[deploy-manager<br>Tier 4.5: GitOps Deployer]
    
    TM[thought-manager<br>Tier 5: Knowledge Core] -.->|Syncs Heuristics| HM
Loading
Manager Role / Tier Key Functions Repository Link
github-manager Tier 0 (The Cockpit) Global health dashboard, self-hosted runner configurations, API limit telemetry, runner monitoring. github-manager
monitor-manager Tier 0.5 (Observability) Active connectivity probes, endpoint ping heartbeats, push notifications. monitor-manager
vault-manager Tier 1 (The Hub) Org governance, automated daily fork sync, merged branch cleanup, issue label standardization. vault-manager
identity-manager Tier 1.5 (Secret Broker) JSON schemas for environment variables, Age/FIDO2 setup guides, keys registry. identity-manager
container-manager Tier 2 (The Builder) Compilation registry, multi-platform Docker builds, OCI package mirroring, ccache. container-manager
project-manager Tier 3 (The Sync) Local workstation project scanner, org-wide issue collector, active task dashboard. project-manager
distributor-manager Tier 4 (The Release) Final artifact publishing, release generation, changelog assembly. distributor-manager
deploy-manager Tier 4.5 (The GitOps) Ansible provisioner playbooks, docker-compose runtime mappings, rolling deploy trigger. deploy-manager
thought-manager Tier 5 (The Thought) ADR archive, custom agent skillbooks, implementation markdown templates. thought-manager

📡 Live System Health Dashboard

The section below is automatically compiled and updated every 6 hours by the Global Health Dashboard workflow utilizing aggregate_health.py.

Last Updated: 2026-07-05 19:03:26 UTC

🔑 API Rate Limits

  • Core Rate Limit: 5000/5000 (100.0% remaining)
  • Reset Time: 20:03:27 UTC

🖥️ Self-Hosted Runner Fleet

RPDevs-Vault Runner Fleet

Runner Name OS Status Labels
local-runner-01 Linux 🔴 Offline X64, local, linux64

📦 Manager Workflows Health (RPDevs-Vault)

Repository Workflow Status Conclusion Run Link Last Run
vault-manager Cleanup Merged Branches completed failure Run #4 2026-07-05 04:54 UTC
vault-manager Notification Heatmap completed success Run #4 2026-07-05 13:43 UTC
vault-manager Organization Archive Engine completed success Run #14 2026-07-05 04:03 UTC
vault-manager Stale Fork Auditor completed failure Run #4 2026-07-05 07:27 UTC
vault-manager Streamline Notifications completed success Run #24 2026-07-05 05:49 UTC
container-manager Fleet Status Aggregator completed success Run #44 2026-07-05 18:01 UTC
container-manager Stale Package Cleanup completed success Run #4 2026-07-05 14:42 UTC
github-manager Global Health Dashboard 🔄 in_progress Running... Run #13 2026-07-05 19:03 UTC
project-manager Project Roadmap Sync completed success Run #3 2026-07-05 04:59 UTC
monitor-manager Heartbeat Uptime Check completed success Run #33 2026-07-05 17:57 UTC
deploy-manager No runs discovered - - - -
distributor-manager No runs discovered - - - -
identity-manager No runs discovered - - - -

🛠️ Build Workflows Health (RPDevs-Builds)

Repository Workflow Status Conclusion Run Link Last Run
kodi-build Automated Workspace Housekeeping queued Running... Run #4 2026-07-05 06:42 UTC
kodi-build Build and Release Kodi completed failure Run #17 2026-07-04 00:58 UTC
xbmc-build Build and Dispatch Kodi Core completed failure Run #52 2026-06-14 04:40 UTC
rpdevs-builds.github.io Deploy GitHub Pages completed success Run #105 2026-07-05 18:00 UTC
script.service.megacloud Megacloud Auto-Sync & Build completed success Run #60 2026-07-05 13:48 UTC
script.service.flaresolverr FlareSolverr Auto-Sync & Build completed success Run #28 2026-07-05 02:36 UTC
nextdns-firefox-addon CodeQL completed success Run #73 2026-07-01 21:49 UTC
nextdns-firefox-addon Extension Pipeline completed success Run #91 2026-07-01 21:48 UTC
nextdns-firefox-addon github_actions in /. - Update #1444329787 completed success Run #25 2026-07-01 21:48 UTC
nextdns-firefox-addon github_actions in /. - Update #1446541275 completed success Run #26 2026-07-03 10:59 UTC
nextdns-firefox-addon npm_and_yarn in /. - Update #1446541271 completed success Run #27 2026-07-03 10:59 UTC
vlc-live-555 Universal Cross-Platform Matrix Release Engine completed success Run #114 2026-07-05 18:56 UTC

🛠️ Advanced GitHub Features Leveraged

To manage the organization efficiently and prevent API rate-limiting while maintaining strict security, we utilize the following native features:

  1. Repository Dispatches (Event Framework):
    • Instead of polling git repos for changes, vault-manager emits a repository_dispatch to container-manager on specific triggers, ensuring a push-based build chain.
  2. Organization-wide Repository Rulesets:
    • Unified branch protection rules are applied org-wide (blocking force-pushes and deletions on main branches) to enforce codebase safety.
  3. GitHub Container Registry (GHCR):
    • Hosting custom OCI images compiled by our container-manager builders directly within the organization package registry.
  4. Self-Hosted Runner Fleet:
    • Deployed on dedicated infrastructure (llmadmin heavy/lite and t430 medium/lite pools) with custom security configurations (no-new-privileges:true) and local caching (apt-cache, ccache).
  5. Secret Scanning & Dependabot Alerts:
    • Continuous scanning of codebases for credential leaks and automated package upgrade PR generation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors