Name: miniserve
Homepage: https://github.com/svenstaro/miniserve
Why: Allow to serve files and dirs over HTTP from CLI without firing a classic webserver and with more features and performance than Python HTTP server
License: MIT
Link: https://github.com/svenstaro/miniserve/archive/v0.7.0.tar.gz
Description
Description
Event Timeline
Comment Actions
Sometimes it is useful to be able to share a file with a person over the Internet.
This is an easy way to do this because the HTTP protocol is widely used.
There is no low limit like sending a file by email.
It also avoids having to send the file on a service, which is better for privacy.
As the tool is intended for one-time use, there is no need to set up a web server for this type of need.
Comment Actions
Sorry but I just don't desire this going into the repo given such a limited usecase. They offer pre-built binaries and docker containers, either of which should address your needs.