Skip to content

A flask file server with an elegant frontend for browsing, uploading and streaming files

Notifications You must be signed in to change notification settings

whu933314/flask-file-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#flask-file-server

A flask file server with an elegant frontend for browsing, uploading and streaming files

screenshot

Build

docker build --rm -t maaydin/flask-file-server:latest .

Run

docker run -p 8000:8000 maaydin/flask-file-server

Params

FS_BIND = Param for bind address, default 0.0.0.0
FS_PORT = Param for server port, default 8000
FS_PATH = Param for serve path, default /tmp
FS_KEY = Param for authentication key as base64 encoded username:password, default none

docker run -p 8000:8000 -e FS_BIND=0.0.0.0 -e FS_PORT=8000 -e FS_PATH=/tmp -e FS_KEY=dGVzdDp0ZXN0 maaydin/flask-file-server

About

A flask file server with an elegant frontend for browsing, uploading and streaming files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.7%
  • CSS 17.3%
  • Python 5.8%
  • JavaScript 3.1%
  • Dockerfile 0.1%