Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.
/ Bowser Public archive

Serve a directory over HTTP quickly and simply with bottle.py.

Notifications You must be signed in to change notification settings

jdpaton/Bowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bowser

(WIP, potentially insecure) Simple HTTP based file browser, with file previewing and syntax highlighting support.

image

Install

Requires Python 2.5> (no 3.x yet)

  • install pygments pip install -r requirements.txt (optional)
  • set the root directory to serve in bowser.py
  • run ./bowser.py
    • or ./bowser -p <PORT> -d <base dir>
    • see ./bowser -h for more options
  • visit http://localhost:8080

TODO

  • Add a table sorting plugin to the browser
  • Move static HTML to bottle .tpl files
  • Audit security
  • Add download option to preview link

About

Serve a directory over HTTP quickly and simply with bottle.py.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published