All Projects → ashishdoneriya → Vuedisk

ashishdoneriya / Vuedisk

Licence: mit
File Manager using vuejs, element ui as frontend and php as backend

Projects that are alternatives of or similar to Vuedisk

Pwndrop
Self-deployable file hosting service for red teamers, allowing to easily upload and share payloads over HTTP and WebDAV.
Stars: ✭ 878 (+1691.84%)
Mutual labels:  file-manager
Rule Engine Front
🔥 🔥 🔥 📌 规则引擎前端 📌 RuleEngine 基于web可视化配置,简单高效快捷。
Stars: ✭ 40 (-18.37%)
Mutual labels:  element-ui
Filemanager Ui
It is the graphical user interface File Manager, regardless of the backend, lets you work with PHP, Python, nodejs or another.
Stars: ✭ 44 (-10.2%)
Mutual labels:  file-manager
Vue Blog Template
vue-blog 基础模板
Stars: ✭ 31 (-36.73%)
Mutual labels:  element-ui
Web Flash
web-flash -- Admin Framework and Mobile Website Based on Spring Boot and Vue.js
Stars: ✭ 986 (+1912.24%)
Mutual labels:  element-ui
Vue Template With Element Ui
A Vue.js template with element UI.
Stars: ✭ 42 (-14.29%)
Mutual labels:  element-ui
Pyfiling
Python script that organizes files in a folder or directory according to file type/extension.
Stars: ✭ 12 (-75.51%)
Mutual labels:  file-manager
Koromo Copy
WPF-based image-downloader, file-manager program
Stars: ✭ 48 (-2.04%)
Mutual labels:  file-manager
Easycloud
一个基于SSM框架,前后端分离的文件云平台项目
Stars: ✭ 37 (-24.49%)
Mutual labels:  element-ui
Shotcat doc
开箱即用,利用vuepress快速搭建自己的类element-ui的组件文档
Stars: ✭ 44 (-10.2%)
Mutual labels:  element-ui
Smarthome
💡 智能电器管理综合系统
Stars: ✭ 33 (-32.65%)
Mutual labels:  element-ui
Leaderf Filer
📂 LeaderF file explorer
Stars: ✭ 35 (-28.57%)
Mutual labels:  file-manager
Rediscx
Redis desktop client for any platform.
Stars: ✭ 43 (-12.24%)
Mutual labels:  element-ui
Material File Manager
A simple, smooth, elegant Android File Manager with Material Design UI.
Stars: ✭ 28 (-42.86%)
Mutual labels:  file-manager
Virapro.ru
[E-commerce] Plumbing Store
Stars: ✭ 45 (-8.16%)
Mutual labels:  element-ui
Elementui Multiselect
基于element ui、vue的多选框,支持选项disabled,支持分页,输入框过滤,可显示或隐藏全选和清空项
Stars: ✭ 14 (-71.43%)
Mutual labels:  element-ui
Cloudreve
🌩支持多家云存储的云盘系统 (Self-deployed file management and sharing system, supports multiple storage providers)
Stars: ✭ 12,318 (+25038.78%)
Mutual labels:  file-manager
Dbblog
基于SpringBoot2.x+Vue2.x+ElementUI+Iview+Elasticsearch+RabbitMQ+Redis+Shiro的多模块前后端分离的博客项目
Stars: ✭ 1,045 (+2032.65%)
Mutual labels:  element-ui
Vue Cron Generator
Cron Generator Implemented by Vue.js and Element-ui(基于Vue&Element-UI构建的在线Cron表达式生成器)
Stars: ✭ 48 (-2.04%)
Mutual labels:  element-ui
Vue Upload Llist
element ui upload component filelist expand
Stars: ✭ 43 (-12.24%)
Mutual labels:  element-ui

VueDisk File Manager

File Manager using vuejs, element ui as frontend and php as backend.

Inspired from Filegator, Aws S3 explorer and Google Drive UI.

It is faster than OwnCloud & Next Cloud and is very simple to setup.

Features

  • Generate thumbnails dynamically
  • Fast & smooth navigation
  • Fast Uploading (parallel uploading feature)
  • Upload any size of file even when there is file size limitation in server
  • Folder upload
  • Remote file upload

Download script

How to setup?

  1. Change or add username, password and home directory in the file apis/base-dir.php and you are good to go. It doesn't use any type of database.
  2. Copy script to your php server or cloud.

List View Uploading Files Gallery View

Small Screen Files List Small Screen Files Uploading

FAQ

Que. Gallery images are not displaying ?

Ans. Increase memory limit and execution time limit (maximum the better). Vuedisk generates thumbnails when you open that directory. Therefore it could be slow ( or may be very slow). When you click on any image thumbnail, then it generates another image thumbnail.

This is because lets say I have an Image whose size is 10 MB. So at first it generates image of height 320px (~ 150 KB). When you click on that image, it generates image of height 720px (~ 2MB). And when you click download button, it downloads original image (10 MB).

Also it would be better if you use SSD storage.

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].