Simple cli tool for serving files in a directory. A silly excuse for me to write something tiny in go.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stephen McQuay 937abcdd12
remove old hg file
6 years ago
README.md add support for serving TLS 6 years ago
license added license 8 years ago
main.go add support for serving TLS 6 years ago

README.md

Simple cli tool for serving files in a directory.

Installation:

go get mcquay.me/servedir

use:

servedir  # default port

# specify port
servedir -port 6666

# allow serving hidden files/dirs
servedir -hidden

# serve https, with http redirect
TLS_CERT=/path/to/cert.pem TLS_KEY=/path/to/key.pem servedir

# or see -help