static-file-server icon indicating copy to clipboard operation
static-file-server copied to clipboard

Tiny, simple static file server using environment variables for configuration

Results 19 static-file-server issues
Sort by recently updated
recently updated
newest added

When the "show-listing: false". "https://IP:PORT/" => 404 page not found "https://IP:PORT/folder" => 404 page not found Only the "show-listing: true", the "index.html" can show correctly. Should we add new args...

After I add [PR#68](https://github.com/halverneus/static-file-server/pull/68), I realized that the parameters in the url (e.g., `?key=....`) will be lost when exploring files with explorer. I think the parameters should be kept once...

Hi! After using this server for more, I've come to the realization of how incredibly useful the Last Modified file/folder metadata information is, and I wish that this could be...

Can we get options for basic authentication?

Hi, Do you think it would be interesting to have an option to redirect all URLs to root? For my use case, I am currently using the static file server...

Would it be possible to implement rules for the referrer environment variable using wild cards. Use case: I am using this to serve images and videos for a website so...

Fantastic image, would an option to follow symbolic symlink a good idea to implement, so serwer owner can manage what is shared and in what structure just by adding symlinks...

I'm trying to set `Expires` and `Cache-Control` headers.

Hi, We are using your static-file-server to serve binary files. Lately, we have found that when we request a DMG that is being served by static-file-server on a Safari browser,...

I can upload files to the `/web` directory of a running container using `docker cp`. After I have done this I want to manage those files, e.g. delete files beneath...