Srv Save

minimalist http(s) server and file browser

Project README

srv

minimalist http(s) server and file browser.

download

static executables for some platforms can be found here.

usage

Simply srv. Defaults are -p 8000 -b 127.0.0.1 -d .

usage: TLS

TLS and HTTP/2 are enabled if you pass -c certfile -k keyfile.

to make self-signed certs:

openssl req -nodes -new -x509 -keyout key.pem -out cert.pem -subj "/"

or better, locally trusted certs with mkcert:

mkcert -install
mkcert -key-file key.pem -cert-file cert.pem -ecdsa 127.0.0.1
Open Source Agenda is not affiliated with "Srv" Project. README Source: joshuarli/srv
Stars
120
Open Issues
1
Last Commit
1 year ago
Repository
License
ISC

Open Source Agenda Badge

Open Source Agenda Rating