Configuration to run the Electron Stake Pool Management app with 'Report Pool' from another computer on LAN

I am wanting to expose the REST API for jormungandr just inside my LAN. Anybody able to set up config to do that? How did you do it?

What is this Electron Sake Pool Management app?
in your node config:

“rest”: {
“listen”: “127.0.0.1:8443”
}

set the LAN IP address of the node.

Electron App is here:

Once you build it with the instructions from…

It will be available in the dist folder.

Looks like this: