Online FTP / Amazon S3 Filebrowser
Find a file
2024-04-26 11:07:50 +02:00
app Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
bootstrap Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
config Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
database Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
public Removed compiled assets 2021-06-07 07:36:02 +02:00
resources Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
routes Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
storage Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
tests Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
.editorconfig Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
.env.example Restored old .env.example 2021-06-07 07:28:41 +02:00
.gitattributes Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
.gitignore Removed compiled assets 2021-06-07 07:36:02 +02:00
.lando.yml Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
.styleci.yml Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
.travis.yml Removed hhvm 2016-12-20 11:41:25 +01:00
artisan Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
composer.json Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
composer.lock Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
package.json Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
phpunit.xml Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
README.md Update README.md 2024-04-26 11:07:50 +02:00
server.php Updated to Laravel 5.3 2016-12-17 18:18:37 +01:00
webpack.mix.js Laravel 8 Upgrade 2021-06-05 15:21:49 +02:00
yarn.lock Updated dependencies 2021-06-08 21:13:47 +02:00

Online FTP / Amazon S3 Filebrowser

Build Status

After 12+ years, we've made the decision to shut down onlineftp.ch. The project is no longer compatible with current data privacy regulations and modern workflows.

Simple file browser built with Laravel and Vue.

Installation

  1. Clone this repository to your machine.
  2. cp .env.example .env
  3. composer install
  4. yarn or npm install
  5. yarn dev or npm run dev for development builds or yarn prod or npm run prod for production builds

Max upload size

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