Sign inSign up

xmapst/gin-fancyindex

By xmapst

Updated over 2 years ago

gin-fancyindex

Image
0

3.1K

xmapst/gin-fancyindex repository overview

GIN-FancyIndex

Develop a compact and lightweight file directory index server based on gin

Parameters

  • PORT: the port to listen on. default: 8080
  • RELATIVE_PATH: the path to serve. default: /
  • ROOT: the root directory to serve. default: /share
  • AUTH: enable authentication. default: false
  • USER: the username to use for authentication. default: admin
  • PASS: the password to use for authentication. default: admin

RUN

docker pull xmapst/gin-fancyindex
docker run -it -p 8080:8080 -v /share:/share xmapst/gin-fancyindex:latest

browser open http://localhost:8080

gin-fancyindex

Tag summary

Content type

Image

Digest

sha256:441e50b2c

Size

7.4 MB

Last updated

over 2 years ago

docker pull xmapst/gin-fancyindex