All Projects → FlynnDerek → vue-fs

FlynnDerek / vue-fs

Licence: MIT license
A Vue file management client, complete with a node/express/FS backend.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to vue-fs

kodbox
kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run kodbox either online or locally,on Linux, Windows or Mac based platforms
Stars: ✭ 1,188 (+2870%)
Mutual labels:  filemanager, filesystem, file-explorer
Go Fastdfs
go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic r…
Stars: ✭ 2,923 (+7207.5%)
Mutual labels:  filesystem, file-system, fileserver
js-fileexplorer
A zero dependencies, customizable, pure Javascript widget for navigating, managing, uploading, and downloading files and folders or other hierarchical object structures on any modern web browser.
Stars: ✭ 124 (+210%)
Mutual labels:  filemanager, file-explorer, file-manager
Filegator
Powerful Multi-User File Manager
Stars: ✭ 587 (+1367.5%)
Mutual labels:  filemanager, filesystem, file-manager
xplr
A hackable, minimal, fast TUI file explorer
Stars: ✭ 2,271 (+5577.5%)
Mutual labels:  filesystem, file-explorer, file-manager
Angular Filemanager
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)
Stars: ✭ 1,693 (+4132.5%)
Mutual labels:  filemanager, file-explorer, file-manager
Chonky
😸 A File Browser component for React.
Stars: ✭ 313 (+682.5%)
Mutual labels:  filesystem, fs, file-explorer
Pyfiling
Python script that organizes files in a folder or directory according to file type/extension.
Stars: ✭ 12 (-70%)
Mutual labels:  filemanager, filesystem, file-manager
Anexplorer
📁 Another Android Explorer ( File Manager ) is an All-in-One Open source file manager. AnExplorer File Manager (File Explorer) is designed for all android devices including Phones, Phablets, Tablets, Chromecast, Wear OS, Android TV and Chromebooks. It's a fully designed with Material guidelines by Google.
Stars: ✭ 1,505 (+3662.5%)
Mutual labels:  filemanager, file-explorer, fileexplorer
Diskover Web
Web file manager, disk space usage, storage search engine and file system analytics for diskover
Stars: ✭ 121 (+202.5%)
Mutual labels:  filemanager, filesystem, file-manager
Tinyfilemanager
The best web based PHP File Manager in single file, Manage your files efficiently and easily with tinyfilemanager
Stars: ✭ 2,679 (+6597.5%)
Mutual labels:  filemanager, file-explorer, file-manager
write-yaml
Basic node.js utility for converting JSON to YAML and writing formatting YAML files to disk.
Stars: ✭ 38 (-5%)
Mutual labels:  fs, file-system
tfex-rs
A simple terminal UI file manager
Stars: ✭ 29 (-27.5%)
Mutual labels:  filemanager, file-manager
lustre-release
Mirror of official Lustre development repository http://git.whamcloud.com/
Stars: ✭ 35 (-12.5%)
Mutual labels:  filesystem, file-system
fs-fuse
Export any Node.js `fs`-like object as a FUSE filesystem
Stars: ✭ 32 (-20%)
Mutual labels:  filesystem, fs
just-fast
⚡ Just Fast is CLI file manager with focus on speed in both execution time and usage.
Stars: ✭ 20 (-50%)
Mutual labels:  filemanager, file-manager
rxnode
Rxnode - a small and fast wrapper around the nodejs API using RxJS.
Stars: ✭ 24 (-40%)
Mutual labels:  filesystem, fs
ServerTools
ServerTools is Pocketmine-MP plugin containing a set of tools that allows you to manage your server directly from the game!
Stars: ✭ 23 (-42.5%)
Mutual labels:  file-explorer, file-manager
clifm
The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell
Stars: ✭ 825 (+1962.5%)
Mutual labels:  filemanager, file-manager
telescope-file-browser.nvim
File Browser extension for telescope.nvim
Stars: ✭ 674 (+1585%)
Mutual labels:  file-explorer, file-manager

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 auth
  • HTTPS

Installation

Client

cd client

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Server

cd server

# install dependencies
npm install

# run server with nodemon
npm run dev

Contributors and honorable mentions

The following people have made this FOSS project possible:

  • Tyler Ingraham - A great mentor, commisioned a secured production version of vue-fs for use at his law office.
  • Jude Giordano - Core contributor
  • Gazij - Core contributor
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].