Recommended Approach for Displaying Third Party Images

If these machines will have Python 3 installed you can start a simple HTTP server like this:

python -m http.server -b localhost -d /path/to/images
4 Likes