Develop a compact and lightweight file directory index server based on gin
PORT: the port to listen on. default: 8080RELATIVE_PATH: the path to serve. default: /ROOT: the root directory to serve. default: /shareAUTH: enable authentication. default: falseUSER: the username to use for authentication. default: adminPASS: the password to use for authentication. default: admindocker pull xmapst/gin-fancyindex
docker run -it -p 8080:8080 -v /share:/share xmapst/gin-fancyindex:latest
browser open http://localhost:8080

Content type
Image
Digest
sha256:441e50b2c…
Size
7.4 MB
Last updated
over 2 years ago
docker pull xmapst/gin-fancyindex