diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..b030294 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + +
+
+ + +
+

FileGator

+
+ +
+
+ + + + + + + + + + + diff --git a/index.html b/index.html index b030294..ac5b2d2 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,69 @@
-

FileGator

+

+

+

+Build Status +Code Coverage +License +

+

FileGator - Powerful Multi-User File Manager

+

Copy, move, rename, create, edit or delete online files and folders. +Upload with drag&drop, progress bar, pause and resume. +Download multiple files or directories at once. +Zip and unzip files and folders. +Create users with different access permissions and home directories for each user.

+

Demo

+

https://demo.filegator.io

+

This is read-only demo with guest account enabled. +You can also log in with john/john to see John's private files.

+

Features & Goals

+ +

Requirements

+ +

Download precompiled build

+ +

Project setup for development

+
git clone git@github.com:filegator/filegator.git
+cd filegator
+cp configuration_sample.php configuration.php
+sudo chmod -R 777 private/
+sudo chmod -R 777 repository/
+composer install
+npm install
+npm run build
+

Compiles and hot-reloads (backend and frontend on ports 8081 and 8080)

+
npm run serve
+

Once everything is ready visit: http://localhost:8080

+

Run tests & static analysis

+
vendor/bin/phpunit
+vendor/bin/phpstan analyse ./backend
+

Deployment

+

Set the website document root to /dist directory.

+

Security

+

If you discover any security related issues, please email alcalbg@gmail.com instead of using the issue tracker.