mirror of
https://github.com/filegator/filegator.git
synced 2025-08-05 03:27:47 +02:00
Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -17,14 +17,15 @@ Zip and unzip files and folders.
|
|||||||
Create users with different access permissions and home directories for each user.
|
Create users with different access permissions and home directories for each user.
|
||||||
|
|
||||||
## Features & Goals
|
## Features & Goals
|
||||||
- Multiple storage adapters (using [Flysystem](https://github.com/thephpleague/flysystem))
|
- Multiple storage adapters (Local, FTP, S3, Dropbox and many others via [Flysystem](https://github.com/thephpleague/flysystem))
|
||||||
- Multiple auth adapters with roles and permissions
|
- Multiple auth adapters with roles and permissions (Store users in json file or database)
|
||||||
- Multiple session adapters (file, database)
|
- Multiple session adapters (Native File, Pdo, MongoDB, Memcached and others via [Symfony](https://github.com/symfony/symfony/tree/master/src/Symfony/Component/HttpFoundation/Session/Storage/Handler))
|
||||||
- Single page front-end (built with [Vuejs](https://github.com/vuejs/vue))
|
- Single page front-end (built with [Vuejs](https://github.com/vuejs/vue) and [Buefy](https://github.com/buefy/buefy))
|
||||||
- Chunked uploads (via [Resumable.js](https://github.com/23/resumable.js))
|
- Chunked uploads (via [Resumable.js](https://github.com/23/resumable.js))
|
||||||
- Zip and bulk download support
|
- Zip and bulk download support
|
||||||
- Highly extensible, decoupled and tested code
|
- Highly extensible, decoupled and tested code
|
||||||
- Framework free
|
- No database required
|
||||||
|
- Framework free [™](https://www.youtube.com/watch?v=L5jI9I03q8E)
|
||||||
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
@@ -58,7 +59,7 @@ npm run build
|
|||||||
```
|
```
|
||||||
npm run serve
|
npm run serve
|
||||||
```
|
```
|
||||||
Visit http://localhost:8080
|
Once everything is ready visit: ```http://localhost:8080```
|
||||||
|
|
||||||
|
|
||||||
### Run tests
|
### Run tests
|
||||||
|
Reference in New Issue
Block a user