Support farmer(+wallet) mode for Machinaris, pointing to a remote full-node.
Good suggestion from the Discord. Requires some research to evaluate the implications.

Just for reference, This is the process I got through to point a friends farmer to my fullnode.
farmer: full_node_peer: host: 127.0.0.1 <--- Change this to my DNS or IP. port: 8444
Optionally, I change this also as they might as well use my DB for their wallet also.
wallet: full_node_peer: host: 127.0.0.1 <--- Change this to my DNS or IP. port: 8444
Then run the following.
chia start farmer-only chia start wallet
If they have a harvester on that system also then I run
chia start harvester
This ultimately frees them up from having to have there own Blockchain DB. They do the chia stop all and specific start up each time they start the container.
So I've had a buddy connect to my DB for a few weeks now. He confirmed it works, But he confirmed by looking at the logs and seeing proofs pass thru his harvester.
Turns out the web UI seeing the chain offline this way. So this would indicate something else would need to be modified for Machinaris to see the system as online.
Sorry, I don't think I'll be able to support and maintain this configuration.