Skip to content

to-s/pyFileManager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyFileManager

A simple web file manager in Python.

--

FEATURES :

  • english translation
  • reverse-proxy support
  • display chmod
  • download, rename and delete files

TODO :

  • upload files
  • change chmod
  • change current directory with header links
  • ini configuration support (or SQLite)
  • display non binary files
  • multilang support
  • code cleanup

HOW TO USE WITH NGINX :

  • change "app_dir" to desired directory
  • use this location configuration with NGiNX :
location /directory {
    proxy_pass http://127.0.0.1:8082;
}

About

Python web file manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.6%
  • JavaScript 3.2%
  • CSS 0.2%