The greatest use case I could hope for with this project is that someone uses it to turn their old laptop they were gonna throw away into a file server.
Vue-fs is meant to be just that. A simple home server app for anyone that wants to NAS the old hardware they have lying around. I'm also planning on adding more features in the future like User/API Auth, File Sharing and Public/Private folders.
๐ Demo ย ย ๐ฟ Source Repo
Features
โ๏ธ Upload (multiple files)
โ๏ธ Download (multiple files/directories)
โ๏ธ Move (multiple files/directories)
โ๏ธ Delete (multiple files/directories)
โ๏ธ Subfolders
โ๏ธ Extracting
โ๏ธ Create new diretories
โ๏ธ Filtering
โ๏ธ File viewer *if compatible with the browser
โ๏ธ Rename files/directories
โ๏ธ User/API auth
โ๏ธ HTTPS
โ๏ธ File Sharing
Final Notes
I ran compatibility tests on the project's node backend with a Raspberry Pi, an old netbook running Ubuntu, and a Windows 10 machine. All features worked on all three of these test machines (thanks POSIX!).
I'm always open to collaboration, and would welcome pull requests. I hope someone out there finds this useful, and hopefully this will enrich the FOSS community in some small way. Thanks for checking it out guys!
FlynnDerek / vue-fs
A Vue file management client, complete with a node/express/FS backend.
vue-fs
๐ฅ A big thanks to Jude Giordano and Gazij for their work on PR #2. This PR removes much of the bloat from the old backend, provides feature fixes and creates a more robust backend. Cheers! ๐บ
๐ Demo
๐ฎ Vue-fs Discord Server -> Discuss issues, ideas or get help with project setup
This project exists mostly as a challenge to myself! Vue-fs is meant to be a complete home file server and file management solution. The idea being you can run it on a Raspberry Pi, an old laptop or even a rack server Over time I will be adding extra features to this project, listed below. I also welcome collaboration, should any of you feel inclined :)
Features
- Upload (multiple files)
- Download (multiple files/directories)
- Move (multiple files/directories)
- Delete (multiple files/directories)
- Subfolders
- Extracting
- Create new diretories
- Filtering
- File viewer *if compatible with the browser
- Rename files/directories
- Userโฆ
Top comments (0)