Skip to content

dlongglobal System Map

Domain Architecture

dlongglobal.org is the control-plane domain for internal operational surfaces.

Primary active surfaces: - docs.dlongglobal.org: engineering documentation surface. - knowledge.dlongglobal.org: architecture and strategy knowledge surface. - ops.dlongglobal.org: operations console surface (managed in dlongglobal-engine).

Architecture Diagram

flowchart LR
  U[Internal User] --> A[Cloudflare Access]
  A --> E[Cloudflare Edge]

  E --> D[docs.dlongglobal.org\nCloudflare Pages]
  E --> K[knowledge.dlongglobal.org\nCloudflare Pages]
  E --> O[ops.dlongglobal.org\nOps Surface]

  Z[dlongglobal.org DNS Zone] --> E
  C[Cloudflare Control Plane\nDNS + Pages + Access + Workers] --> Z

Surface Relationships

  • Docs and Knowledge are static documentation surfaces on Cloudflare Pages.
  • Ops is the managed application surface and remains separate from documentation runtimes.
  • Cross-surface communication is intentionally minimized; privileged workflows remain behind Access.

DNS Structure for dlongglobal.org

The zone uses explicit host records for each managed surface.

Current documentation hosts: - docs subdomain mapped to the docs Pages project. - knowledge subdomain mapped to the knowledge Pages project.

Operational hosts are declared separately in infrastructure repositories.

Purpose of Each Surface

  • docs: stable engineering-facing technical documentation.
  • knowledge: internal strategic, architectural, and governance context.
  • ops: authenticated operational control surface for active platform management.

Version History

Version Date Change Author
1.0 2026-03-06 Initial system map Codex