chore: move gateway default port from 4000 to 14242 #375

Merged
jason.woltje merged 1 commits from chore/gateway-default-port-14242 into main 2026-04-04 20:17:40 +00:00
Owner

Summary

  • Port 4000 collides with many dev tools; switch to 14242 (IANA-unregistered, no known conflicts)
  • Updates all hardcoded defaults: gateway main.ts, auth module, plugin module, CLI commands, web client, playwright config, .env.example, docs
  • Bumps @mosaic/cli and @mosaic/mosaic to 0.0.14

Test plan

  • typecheck (40/40)
  • lint (22/22)
  • format:check
  • test (all suites pass)
  • mosaic update -> 0.0.14
  • mosaic gateway install -> binds to :14242

Co-Authored-By: Claude Opus 4.6

## Summary - Port 4000 collides with many dev tools; switch to 14242 (IANA-unregistered, no known conflicts) - Updates all hardcoded defaults: gateway main.ts, auth module, plugin module, CLI commands, web client, playwright config, .env.example, docs - Bumps @mosaic/cli and @mosaic/mosaic to 0.0.14 ## Test plan - [x] typecheck (40/40) - [x] lint (22/22) - [x] format:check - [x] test (all suites pass) - [ ] mosaic update -> 0.0.14 - [ ] mosaic gateway install -> binds to :14242 Co-Authored-By: Claude Opus 4.6
jason.woltje added 1 commit 2026-04-04 20:17:31 +00:00
chore: move gateway default port from 4000 to 14242
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
e6856e6fdf
Port 4000 collides with too many dev tools (Phoenix, GraphQL tools, etc.).
Switch to 14242 — unregistered with IANA, no known conflicts, safely within
the User Ports range and outside Linux ephemeral port range (32768+).

Updates all hardcoded defaults across gateway, web client, CLI commands,
playwright config, .env.example, and docs. Bumps @mosaic/cli and
@mosaic/mosaic to 0.0.14.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jason.woltje merged commit e3f64c79d9 into main 2026-04-04 20:17:40 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaicstack/stack#375