Add hero_books_http.sock and /admin/rpc for WASM island proxy access #75
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?
Context
The Books island in hero_archipelagos was using an iframe pointing to
http://localhost:8883, which only works on a developer machine. To enable the native Dioxus WASM UI to work behind hero_proxy in production, hero_books needs to:hero_books_http.sock— hero_proxy routes/hero_books/here (matches_httpsuffix;_serversockets are explicitly ignored by the proxy)/admin/rpcso the SettingsView can save AI provider keys (Groq, OpenRouter, SambaNova, embedder URL)Goals
start_rpc_only_serverbindshero_books_http.sockin addition tohero_books_server.sock/adminexposes/admin/rpcfor settings managementsrc/admin/module added (logger, rpc, server, settings) to fix the brokenpub mod adminreference