So I had this idea, if I could make the #Emacs #OrgRoamUI accessible on the LAN, I could potentially navigate my notes from any device anywhere!
It was listed in the GitHub as a request, but the advice there didn't work, it only acted as a redirect to nowhere. I could change the url from localhost to the lan name, opened 8080 in ufw and then port-forwarded with
sudo socat TCP-LISTEN:8080,fork TCP:localhost:35901
And that let me see the UI, but only the controls, no nodes, no notes. Noting the websocket claiming port 35903, I removed :host (to use all interfaces) and opened ufw for LAN access to that port which all /seemed/ really logical, but âŠ
I still see only the controls, no nodes or notes đ







