Domain map
Apps grouped by the domain they live on. Useful for answering "what runs where" without scrolling through 32 individual docs.
For DNS, registrar, MX, and TLS detail per domain: see domains.md.
graph LR
PE[projecteidos.com] --> WP[PE WordPress site]
PE --> Parallax[parallax · Parallax product]
PE --> Bot[bot · Teams Bot]
PE --> Git[git · GitLab]
PE --> Plat[platform · Dokploy]
PE --> AUR[apex-ur · APEX UR]
PE --> A1[apex1 · APEX1 PE]
PE --> A2[apex2 · APEX2 PE]
eidos-global.com — corporate / CRM (3 services + 1 cross-domain)
graph LR
EG[eidos-global.com] --> WP2[EIDOS Global WordPress]
EG --> CrmUK[crm · CRM UK]
EG --> CrmIN[in.crm · CRM IN]
EG -.delegated.-> WF[eidos-global.tneconnect.app · PE Workforce]
tneconnect.app — workforce product (5 services)
.app TLD is HSTS-preloaded — TLS must never lapse on any host here, or browsers refuse to connect.
graph LR
TNE[tneconnect.app] --> WP3[TnE Connect WordPress]
TNE --> Crm[crm · CRM TnE Connect]
TNE --> FW[fourway · Fourway Workforce]
TNE --> EGtenant[eidos-global · PE Workforce]
448.global — internal infrastructure estate (15 services)
graph TB
subgraph IDENT[Identity & secrets]
Auth[auth · Authentik]
Vault[vault · Vault]
end
subgraph PLAT[Platform & ops]
Port[portainer · Portainer]
Mon[monitor · Beszel]
Notify[notify · Gotify]
end
subgraph NET[Network & access]
WG[wg · Wireguard]
Coder[coder · Coder]
end
subgraph DATA[Storage & data]
S3[s3 · MinIO]
Vid[videos · PE Tube]
Ax1[apex1 · APEX1 448]
Ax2[apex2 · APEX2 448]
end
subgraph PROD[Productivity]
AI[ai · Open WebUI]
Draw[draw · Draw.io]
N8n[n8n · n8n]
Tools[tools · IT Tools]
end
Apps without a public URL
Cross-domain observations
eidos-global.tneconnect.app lives on tneconnect.app (workforce product domain) but serves the eidos-global.com corporate brand — a tenant arrangement, not a sub-brand of TnE Connect.
- The five Oracle APEX hosts are split across two domains (
projecteidos.com × 3, 448.global × 2). Whether they share Oracle DBs underneath is the key question — see the per-app interview blocks.
- The internal-tools cluster on
448.global is the densest part of the estate. If many of these *.448.global services share one VPS / one reverse proxy, the blast radius of that single host is enormous. [INFO NEEDED] to confirm.