Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

varbhat/serv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serv

HTTP File/Directory Server

Introduction

  • serv is HTTP File/Directory Server.
  • It can serve Directories, Files and SPAs over HTTP(or HTTPS).

Installation

You can download binary for your OS from Releases . Also , if you have Go installed , you can install serv by typing this in terminal.

go install github.com/varbhat/serv@latest

Usage

serv is HTTP File/Directory Server

Usage of serv:
 -addr    <addr> Listen Address (Default: ":9955")
 -cert    <path> Path to TLS Certificate (Required for HTTPS)
 -dir     <path> Directory to Serve (Default: Current Directory)
 -key     <path> Path to TLS Key (Required for HTTPS)
 -spa     <opt>  SPA Mode
 -help    <opt>  Print this Help

License

GPLv3.0