From 38965387e4060069f90540743c8e4475c68d5d4c Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Wed, 13 Jan 2021 11:55:28 +0100 Subject: [PATCH] Website generation with Couscous --- configuration/basic.html | 6 ++++++ install.html | 6 +++--- translations/default.html | 1 + 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/configuration/basic.html b/configuration/basic.html index 0b04047..64a80ce 100644 --- a/configuration/basic.html +++ b/configuration/basic.html @@ -145,6 +145,12 @@ 'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php', '.json', '.md'], 'date_format' => 'YY/MM/DD hh:mm:ss', // see: https://momentjs.com/docs/#/displaying/format/ 'guest_redirection' => '', // useful for external auth adapters + + // filter starts with separator => full path has to match, example: '/all/one/filegator/demo.txt' + // filter ends with separator => filter only folders (a file with the same name will be shown), example: '.git/' + // neither of above => it is a file and could be in every folder, example: '.htaccess' + // both of above => full folder path has to match, example: '/homes/web/filegator/.npm/' + 'filter_entries' => ['Recycle.bin/', 'File System Information/', '.DS_Store', '@eaDir/', '#recycle/'], ],

Additional HTML

You can add additional html to the head and body like this:

diff --git a/install.html b/install.html index 2a37caa..813b8b3 100644 --- a/install.html +++ b/install.html @@ -136,7 +136,7 @@

Download precompiled build

Precompiled build is created for non-developers. In this version, the frontend (html, css and javascript) is compiled for you and the source code is removed so the final archive contains only minimum files.

Please help us translating FileGator to your language by submitting a Pull Request on GitHub.

How to translate