Skip to content

DGKSK8LIFE/filebrowser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Browser

About

A file browser made using node.js

How to use

Install node.js (Linux)

sudo apt update
sudo apt install nodejs

Clone and start the program

git clone https://github.com/cappe987/filebrowser.git
cd filebrowser
node server.js

The server is now accessible through the URL localhost:3000. The browser will now let you freely browse through your files, starting from the directory specified in the rootdir constant in server.js.

To-do list

  • File editing
  • Image support
  • File download
  • File upload
  • Tree view
  • Favorites folder
  • Fuzzy searcher - Levenshtein distance?
  • Colors and themes for frontend - color depending on filetype
  • Docker?
  • Electron?

About

A filebrowser made using node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.4%
  • CSS 22.4%
  • HTML 8.2%