Install Nginx, add autoindex on;
to the default site config, throw the files into /var/www/html
or whatever default folder it uses, and delete the default index.html
file. If you need to do it via Docker then use the official Nginx image https://hub.docker.com/_/nginx
You could also just share the files via SMB. Easy to use on a PC - you could configure their computers to mount the share as a network drive on boot (e.g. R:
, for recipes). Not sure about other phones but the built-in files app on my Galaxy S25 Ultra supports SMB too.