readme upd

This commit is contained in:
Milos Stojanovic
2019-06-14 09:36:58 +02:00
parent 044df2559c
commit 00cd5ba7ff
16 changed files with 307 additions and 192 deletions

View File

@@ -1,4 +1,7 @@
<p align="center"><img src="https://raw.githubusercontent.com/filegator/static/master/logo.gif"></p>
<p align="center">
<img src="https://raw.githubusercontent.com/filegator/static/master/logo.gif">
[![Build Status](https://travis-ci.org/filegator/filegator.svg?branch=master)](https://travis-ci.org/filegator/filegator)
</p>
## FileGator - Powerful Multi-User File Manager
Copy, move, rename, create, edit or delete online files and folders.
@@ -8,11 +11,11 @@ Zip and unzip files and folders.
Create users with different access permissions and home directories for each user.
## Features & Goals
- Multiple storage adapters (using Flysystem)
- Multiple storage adapters (using [Flysystem](https://github.com/thephpleague/flysystem))
- Multiple auth adapters with roles and permissions
- Multiple session adapters (file, database)
- Single page front-end (built with Vuejs)
- Chunked uploads (via Resumable.js)
- Single page front-end (built with [Vuejs](https://github.com/vuejs/vue))
- Chunked uploads (via [Resumable.js](https://github.com/23/resumable.js))
- Zip and bulk download support
- Highly extensible, decoupled and tested code
- Framework free
@@ -23,7 +26,7 @@ Create users with different access permissions and home directories for each use
## Download precompiled build
https://github.com/filegator/static/raw/master/builds/filegator_v7.0.0-RC1.zip
[v7.0.0-RC1](https://github.com/filegator/static/raw/master/builds/filegator_v7.0.0-RC1.zip)
- Unzip files and upload them to your PHP server
- Make sure you webserver can read and write to /storage and /private folders