Skip to content

Python3 Simple HTTP Server good to browse Image files + authentication

Notifications You must be signed in to change notification settings

skwsk/authImgServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple HTTP Server good to browse Image files

This is simple HTTP server easy to browse images in directories

  • Based on list_directory of python3 http.server.SimpleHTTPRequestHandler
  • Support basic authentication

How to run

Move to the root directory and run like below.

Web server without authentication on default port 8000

/<path>/<of>/<file>/server.py

Web server with basic authentication on specified

/<path>/<of>/<file>/server.py -a <username>:<password> -p <port>

About

Python3 Simple HTTP Server good to browse Image files + authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages