mirror of
https://github.com/filegator/filegator.git
synced 2025-08-30 08:09:53 +02:00
readme upd
This commit is contained in:
13
README.md
13
README.md
@@ -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">
|
||||
[](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
|
||||
|
Reference in New Issue
Block a user