keshapps / Online-FTP-S3

Online FTP / Amazon S3 Filebrowser

Home Page:https://www.onlineftp.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Online FTP / Amazon S3 Filebrowser

https://www.onlineftp.ch

License:MIT License


Languages

Language:PHP 71.1%Language:Vue 15.2%Language:JavaScript 7.6%Language:HTML 6.1%