Skip to content
  • 0 Votes
    1 Posts
    0 Views
    teledyn@mstdn.caT
    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 withsudo socat TCP-LISTEN:8080,fork TCP:localhost:35901And 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