Dead simple static file server

I’m using nginx in a FreeBSD jail right now to host some files that I want easily accessible from everywhere. eBooks, ISOs, etc. It’s overkill. I was hoping to get a container that did this. Lighttpd or a simple go webserver or maybe python3’s http.server. I don’t need much. I’ll happily donate a few bucks to somewhere of the author’s choice if that helps.

Everywhere on my local lan, that is.

NM, did it myself. jakeroberts/lighttpd. Map to 80 in the container, point the directory you want to share to /shared.