Mobile app version of vmapp.org
Login or Join
Reiling115

: Is there a minimal, pre-built solution for hosting a large collection of files? My Google-fu has failed me on this one. Every time I search for something like this all I get is a bunch of

@Reiling115

Posted in: #Apache #Linux #LookingForAScript #Server

My Google-fu has failed me on this one. Every time I search for something like this all I get is a bunch of vulnerability reports. I feel like this should be pretty straightforward, but I'm not having any luck.

I have an internal web/fileserver whose functionality I'd like to integrate. Currently, there is a large data partition with a bunch of files (git repo) only accessible via SSH, and a separate web server (Apache2 on Debian). Note that the majority of files have whitespace in their path. (Bulk-renamed this away.)

Is there a minimal (no database or frills) CGI script or something that will dynamically load a directory listing and make links to the files, and maybe some basic search, too? A tie-in to find/locate via bash would be about the right amount of functionality.

Thanks!

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Reiling115

1 Comments

Sorted by latest first Latest Oldest Best

 

@Bryan171

Filenice is a PHP directory browser with search functionality.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme