Add socket symlinks for indexer and foundry proxy routing #53

Merged
mik-tf merged 2 commits from development_mik11 into development 2026-03-12 12:23:06 +00:00
Owner

Summary

  • Add hero_indexer.sock → hero_indexer_ui.sock symlink so hero_proxy routes /hero_indexer/ to the UI
  • Add hero_foundry.sock → hero_foundry_server.sock symlink for /hero_foundry/ routing
  • Keep legacy hero_forge.sock and hero_fossil.sock aliases for backward compat

Test plan

  • Verified on herodev2: indexer UI loads and shows Online via proxy
  • Socket symlinks created correctly at container startup

Ref: lhumina_code/home#23

## Summary - Add `hero_indexer.sock → hero_indexer_ui.sock` symlink so hero_proxy routes `/hero_indexer/` to the UI - Add `hero_foundry.sock → hero_foundry_server.sock` symlink for `/hero_foundry/` routing - Keep legacy `hero_forge.sock` and `hero_fossil.sock` aliases for backward compat ## Test plan - [x] Verified on herodev2: indexer UI loads and shows Online via proxy - [x] Socket symlinks created correctly at container startup Ref: https://forge.ourworld.tf/lhumina_code/home/issues/23
entrypoint.sh: symlink hero_indexer.sock → hero_indexer_ui.sock so
hero_proxy can route /hero_indexer/ requests to the UI socket.

Ref: lhumina_code/home#23

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add hero_foundry socket symlink for proxy routing
Some checks failed
Build and Test / build (pull_request) Failing after 30s
488f5286f7
The WASM island uses /hero_foundry/ but hero_proxy looks for
hero_foundry.sock. Add the missing symlink alongside existing
legacy aliases (hero_forge, hero_fossil).

Ref: lhumina_code/home#23

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
mik-tf merged commit a6c104730b into development 2026-03-12 12:23:06 +00:00
mik-tf deleted branch development_mik11 2026-03-12 12:23:06 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_services!53
No description provided.