GarNet Dashboard

JPOD.ca Guide
The IIS server — front-end web UIs. Each just calls GP02 over the network for real data; nothing critical is ever stored locally here. See the GP02 Services guide for the backend they talk to.
Key Settings & Defaults
AppSettingConfig keyDefault
cwaJPODzoom cwaSSO3 URL Sso3:BaseUrl http://localhost:38080/sso3 (local test value — needs GP02's real hostname once deployed)
cwaG4LNdash cwaGP02mon URL Gp02Mon:BaseUrl http://gp02.garnet.ca:38080/monitor
cwaJPODdash Zoom Recording card target hardcoded href, no config key http://localhost:5350 (TODO: swap to https://zoom.jpod.ca on deploy)
AppRoleLocal URL (dev/test)Production URLTalks to
cwaJPODdash JPOD.ca portal — landing page, outbound links to every other app http://localhost:5150 https://jpod.ca nothing (no backend calls)
cwaJPODzoom Zoom recording cache report, archive, streaming http://localhost:5350 https://zoom.jpod.ca (not deployed yet) cwaSSO3 (Sso3:BaseUrl)
cwaG4LNdash This dashboard — recipients, sign lists, spaces, GP02 service status, these guides http://localhost:5160 TBD cwaGP02mon (Gp02Mon:BaseUrl)
cwaJPODdash's "Zoom Recording" card currently points at http://localhost:5350 for local testing — there's a TODO comment in its index.html to switch it to https://zoom.jpod.ca once cwaJPODzoom is actually deployed there. Don't forget that swap before this goes live.