service_manager: BindStrategy::Mycelium engine support (hero_router self-bind) #97
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_router#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Tracked from #90.
The upstream
service_router.nuresolves a mycelium IPv6 address when present and binds the UI on[<mycelium-v6>]:<port>via--address/--ui-port. Falls back to loopback when mycelium is unreachable.The v2
hero_router::startdefaults to--port 9988on loopback. Mycelium auto-detect is not implemented.Fix: query the running mycelium daemon (via
mycelium_sdkif available, or read~/hero/var/sockets/mycelium/rpc.sock) to get the local IPv6 address, then add--address <addr> --ui-port <p>to the script when it resolves.Limitation:in hero_router.rs.