GoDaddy DNS points the subdomain to the server that runs the Python dashboard/API. The partner connector still runs locally on each partner's computer and uses GooeyTrade locally.
Use a beta subdomain:
beta-dashboard.unthinkretirement.com
In GoDaddy DNS, add:
Type: CNAME Name: beta-dashboard Value: YOUR-HOSTNAME-FROM-RENDER-RAILWAY-ETC TTL: default
Example:
Type: CNAME Name: beta-dashboard Value: ur-partner-dashboard-beta.onrender.com
In GoDaddy DNS, add:
Type: A Name: beta-dashboard Value: YOUR_SERVER_PUBLIC_IP TTL: default
render.yaml and Dockerfile.beta-dashboard.unthinkretirement.com in Render.https://beta-dashboard.unthinkretirement.com/api/state.Rebuild partner packages with the public URL:
cd ur_partner_assisted_execution_mvp UR_PUBLIC_DASHBOARD_URL=https://beta-dashboard.unthinkretirement.com python3 scripts/build_partner_packages.py
Then send each partner only their private ZIP from release/.