https://github.com/cappe987/filebrowser
A filebrowser made using node.js
https://github.com/cappe987/filebrowser
hacktoberfest
Last synced: 2 months ago
JSON representation
A filebrowser made using node.js
- Host: GitHub
- URL: https://github.com/cappe987/filebrowser
- Owner: cappe987
- Created: 2019-07-16T18:13:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T14:59:58.000Z (over 4 years ago)
- Last Synced: 2025-03-21T16:57:54.415Z (about 1 year ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 585 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- [X] 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