FileGator
FileGator is a free, open-source, self-hosted web application for managing files and folders.
You can manage files inside your local repository folder (on your server's hard drive) or connect to other storage adapters (see below).
FileGator has multi-user support so you can have admins and other users managing the files with different access permissions, roles and home folders.
All basic file operations are supported: copy, move, rename, create, delete, zip, unzip, download, upload.
If allowed, users can download multiple files or folders at once.
File upload supports drag&drop, progress bar, pause and resume. Upload is chunked so you should be able to upload large files regardless of your server's configuration.
Features & Goals
- Multiple storage adapters (Local, FTP, Amazon S3, Dropbox, DO Spaces, Azure Blob and many others via Flysystem)
- Multiple auth adapters with roles and permissions (Store users in json file, database or use WordPress)
- Multiple session adapters (Native File, Pdo, Redis, MongoDB, Memcached and others via Symfony)
- Single page front-end (built with Vuejs, Bulma and Buefy)
- Chunked uploads (built with Resumable.js)
- Zip and bulk download support
- Highly extensible, decoupled and tested code
- No database required
Demo
Docker
Check out the official docker image with instructions on how to use it
Docker quick start:
docker run --rm -p 8080:8080 filegator/filegator
visit: http://127.0.0.1:8080 login as admin/admin123
Limitations
- Symlinks are not supported by the underlying Flysystem
- File ownership is not supported (chown)
- Too many files in the same directory can negatively impact performance
Show your support
- Please star this repository on GitHub if this project helped you!
License
Copyright (c) 2019 Milos Stojanovic.
This project is MIT licensed.