miniserve icon indicating copy to clipboard operation
miniserve copied to clipboard

🌟 For when you really just want to serve some files over HTTP right now!

Results 124 miniserve issues
Sort by recently updated
recently updated
newest added

hello, i want to verify csv content whether include illegal character when the csv is uploading,does miniserve support?

Hi, I was trying to use miniserve to upload text files (specifically .txt and .yaml) and kept receiving `Request did not meet this resource's requirements. error` (http error 405). Looking...

Hello, Thank you for `miniserve`. I would like to propose to display the disk space available for the served path. I tried to implement a demo of this feature but...

This is a "demo" for #1019, feel free to close it since the code is not working.

## Add support for listening on unix domain sockets ### Synopsis Initial conversations converged on using the `--port` argument but after attempting to implement this, `--interface` seemed more promising based...

in miniserve 0.22.0 , with``` --upload``` option , we can enable upload function . but not able to upload "folder" , I think it might be very userful for most...

I want to provide miniserve to many users , so I have to assign many account:password in cli ( or in service file) , and that accounts/passwords can be shown...

allow users to view various file in miniserve , images like png/jpg , media files like mp3/mp4/avi , and text files like yml/py/markdown what do you think ?

This would resolve issue #306 with entry counts for directories. This also resolves issue #964 as I had to define how to compare `EntrySize::EntryCount` and `EntrySize::Bytes`. This adds a single...

Hi, I've been using miniserve for some time but have left uploads disabled as I don't want anyone to whom I send files being able to also upload files. Is...