From daa5f2430ec0d449cd12c25329b3056c30427625 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Mon, 24 Jun 2019 19:14:46 +0200 Subject: [PATCH] Website generation with Couscous --- configuration/storage.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/storage.html b/configuration/storage.html index fd37cee..1c39696 100644 --- a/configuration/storage.html +++ b/configuration/storage.html @@ -126,7 +126,7 @@

Adapters

Different storage adapters are provided through the awesome Flysystem library.

-

You can use local filesystem (default), FTP, Amazon S3, DigitalOcean Spaces, Dropbox and many others.

+

You can use local filesystem (default), FTP, SFTP, Amazon S3, DigitalOcean Spaces, Microsoft Azure Blob, Dropbox and many others.

Please check the Flysystem docs for the exact setup required for each adapter.

Default Local Disk Adapter

With default adapter you just need to configure where your repository folder is. This folder will serve as a root for everything else.

diff --git a/index.html b/index.html index 5c0ce49..1e14675 100644 --- a/index.html +++ b/index.html @@ -137,7 +137,7 @@

File upload supports drag&drop, progress bar, pause and resume. Upload is chunked so you should be able to upload large files regardless of your server's configuration.

Features & Goals