feat(applications): seed Mokosh as a hosted launcher tile #44
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
psa-systems/bunyip!44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/seed-mokosh-application"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mokosh is the PSA SPA the hub member needs to reach after signing in, but
the applications table didn't have a hosted row for it - the only Mokosh
rows were the catalog products in 20260602000050 (is_hosted = FALSE).
Add a single is_hosted = TRUE row so dashboard.rs (bunyip-web) renders the
'Mokosh' launcher tile. subdomain = 'msp' so the rendered link resolves to
msp.{base_domain} (msp.a8n.systems on c-01), matching the mokosh-apps host
in the docker-repo deploy. sort_order = 10 leaves room ahead of it for
future first-party tiles.
slug ('mokosh') doesn't collide with the catalog rows ('mokosh-server',
'mokosh-api', 'mokosh-www'); ON CONFLICT (slug) DO NOTHING keeps the
migration idempotent if an admin pre-creates the row by hand.
Mokosh is the PSA SPA the hub member needs to reach after signing in, but the applications table didn't have a hosted row for it - the only Mokosh rows were the catalog products in 20260602000050 (is_hosted = FALSE). Add a single is_hosted = TRUE row so dashboard.rs (bunyip-web) renders the 'Mokosh' launcher tile. subdomain = 'msp' so the rendered link resolves to msp.{base_domain} (msp.a8n.systems on c-01), matching the mokosh-apps host in the docker-repo deploy. sort_order = 10 leaves room ahead of it for future first-party tiles. slug ('mokosh') doesn't collide with the catalog rows ('mokosh-server', 'mokosh-api', 'mokosh-www'); ON CONFLICT (slug) DO NOTHING keeps the migration idempotent if an admin pre-creates the row by hand.