static-file-server

module
v0.0.0-...-68bef91 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2021 License: Apache-2.0

README

Lightweight static file server

publish container workflow publish executable workflow

Lightweight static file server serves static files.

Setup in docker
docker run --rm --name static-file-server \
  --publish 8080:8080 \
  --volume $PWD/data:/data \
  --env TZ="Asia/Kolkata" \
  --env BRAND_NAME="Lightweight Static File Server" \
  jkandasa/static-file-server:master
Binary execution
$ ./static-file-server-master-linux-amd64 -port 8080 -dir /data

Download

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL