Looking for feasible ideas, I have too many of my own chaotic ideas at the moment.
Basically, I want to simulate Apache httpd’s mod_autoindex. I want to publish/build/deploy a large quantity of files (documents, 90% small PDFs, 3-4 GB total) via GitHub with Git-LFS to Netlify. A daily or twice daily update is probably good enough.
I need a simple directory index and parent directory navigation (like mod_autoindex).
I know Git (lfs) committing to a LFS GitHub repo and auto deploying to Netlify works fine. It’s just missing the directory style “browsable” index.
Any ideas on how simplest to create an html page style directory file index approach or maybe a serverless function to dynamically generate?