2.3 KiB
2.3 KiB
FRP DEV Contract
The DEV reverse link is D601 to master edge through frp.
- Public API/edge endpoint:
http://74.48.78.17:16667 - Public browser endpoint:
http://74.48.78.17:16666 hwlab-cloud-webowns the public browser entry on port16666.hwlab-edge-proxyowns public API/health ingress on port16667.frps.dev.tomlreserves D60116666/16667, G14 DEV17666/17667, and G14 PROD18666/18667as TCPremotePortvalues; do not also bind them asvhostHTTPPort, because that collides with the DEV TCP proxy.deploy/deploy.yamlis the source for the public endpoints and FRP proxy mapping. Runnode scripts/deploy-contract-plan.mjs --checkto detect drift such as public6666/6667reuse before any future apply command.- No secret values are stored in this repository. Operators must provide auth material out of band before a real deployment.
- UniDesk backend, provider-gateway, and microservice proxy are not HWLAB runtime substitutes.
G14 public preview
G14 uses separate preview port ranges and must not reuse D601's 16666 / 16667:
- G14 DEV browser endpoint:
http://74.48.78.17:17666 - G14 DEV API/edge endpoint:
http://74.48.78.17:17667 - G14 DEV frpc proxy names:
hwlab-g14-cloud-webandhwlab-g14-edge-proxy - G14 DEV k3s Deployment:
hwlab-dev/hwlab-g14-frpc, generated byscripts/g14-gitops-render.mjs - G14 PROD browser endpoint:
http://74.48.78.17:18666 - G14 PROD API/edge endpoint:
http://74.48.78.17:18667 - G14 PROD frpc proxy names:
hwlab-g14-prod-cloud-webandhwlab-g14-prod-edge-proxy - G14 PROD k3s Deployment:
hwlab-prod/hwlab-g14-prod-frpc, generated byscripts/g14-gitops-render.mjs - Master frps allow-list template:
deploy/frp/frps.dev.toml - G14 DEV frpc local template:
deploy/frp/frpc.g14.toml - G14 PROD frpc local template:
deploy/frp/frpc.g14-prod.toml
Only hwlab-cloud-web:8080 and hwlab-edge-proxy:6667 are exposed through FRP.
Internal services, Tekton, Argo CD, registry, and database stay ClusterIP-only.
The master-side /opt/hwlab-frp/frps.dev.toml and active /etc/frp/frps.toml may need a manual allow-list update matching deploy/frp/frps.dev.toml before
the G14 frpc Deployments can register 17666 / 17667 and 18666 / 18667; this is an edge operation, not a D601
client change.