GitXplorerGitXplorer
j

static-file-server

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
68bef916280c5b8234fc87e1e79efefd0ec782fe

workflow update

jjkandasa committed 3 years ago
Unverified
ec0958732c4083486a0a94695242504f61621bdc

get right tag version

jjkandasa committed 3 years ago
Unverified
9401aabf2c1e1523d162d3356caa75a1989737e3

update workflow

jjkandasa committed 3 years ago
Unverified
8cdd1afc5ee0f1db3935fbb473429c0cfae9113a

updated readme

jjkandasa committed 3 years ago
Unverified
e563cc62a857089df14aae3f79228fdbd5898de6

fix syntax error

jjkandasa committed 3 years ago
Unverified
a8cbe166af2ab23d60d3c326d9bd3ca854d83ecb

update release flow

jjkandasa committed 3 years ago

README

The README file for this repository.

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