Online FTP / Amazon S3 Filebrowser
Find a file
2017-01-20 07:19:46 +01:00
app Added logout button 2016-12-20 12:08:25 +01:00
bootstrap Installed Laravel 5.2 2016-01-30 20:50:22 +01:00
config Updated to Laravel 5.3 2016-12-17 18:18:37 +01:00
database Updated to Laravel 5.3 2016-12-17 18:18:37 +01:00
public Removed web.config 2016-12-20 17:28:20 +01:00
resources Fixed bug where type was not set correctly (fix issue #1) 2017-01-20 07:19:16 +01:00
routes Updated to Vue 2.0 2016-12-19 15:34:05 +01:00
storage Updated to Laravel 5.3 2016-12-17 18:18:37 +01:00
tests Fixed tests 2016-12-20 11:19:14 +01:00
.env.example Added max upload size option 2016-12-20 11:15:57 +01:00
.gitattributes Updated to Laravel 5.3 2016-12-17 18:18:37 +01:00
.gitignore Cleaned up filesystem 2016-12-20 12:36:32 +01:00
.travis.yml Removed hhvm 2016-12-20 11:41:25 +01:00
artisan Updated to Laravel 5.3 2016-12-17 18:18:37 +01:00
composer.json Updated to Laravel 5.3 2016-12-17 18:18:37 +01:00
composer.lock Updated to Laravel 5.3 2016-12-17 18:18:37 +01:00
gulpfile.js Updated to Laravel 5.3 2016-12-17 18:18:37 +01:00
package.json Updated to Vue 2.0 2016-12-19 15:34:05 +01:00
phpunit.xml Updated to Laravel 5.3 2016-12-17 18:18:37 +01:00
README.md Merge branch 'develop' 2016-12-20 12:20:31 +01:00
server.php Updated to Laravel 5.3 2016-12-17 18:18:37 +01:00
yarn.lock Updated to Vue 2.0 2016-12-19 15:34:05 +01:00

Online FTP / Amazon S3 Filebrowser

Build Status

Simple file browser built with Laravel and Vue.

Installation

  1. Clone this repository to your machine.
  2. composer install
  3. yarn or npm install
  4. gulp or gulp --production

Max upload size

Make sure to restrict the maximum upload size in your php config as well as in the .env file.

Filesystem cleanup

Setup a cronjob to remove old files from your filesystem or trigger it manually.

php artisan onlineftp:cleanup

See https://laravel.com/docs/5.3/scheduling#introduction on how to setup the task scheduler cronjob.