Online FTP / Amazon S3 Filebrowser
Find a file
2017-09-08 08:36:59 +02:00
app Remove old directories and files during cleanup 2017-05-22 08:06:12 +02:00
bootstrap Installed Laravel 5.2 2016-01-30 20:50:22 +01:00
config Use daily logs by default 2017-05-22 08:07:20 +02: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 Translating validation.php to portuguese 2017-08-23 12:26:04 -03: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 Removed unneccessary entries 2017-05-22 07:52:44 +02: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
npm-shrinkwrap.json Fixed vue-resource to 1.0.3 2017-09-08 08:35:38 +02:00
package.json Fixed vue-resource to 1.0.3 2017-09-08 08:35:38 +02: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.