mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 19:26:41 +02:00
Website generation with Couscous
This commit is contained in:
@@ -142,6 +142,8 @@
|
||||
'upload_chunk_size' => 1 * 1024 * 1024, // 1MB
|
||||
'upload_simultaneous' => 3,
|
||||
'default_archive_name' => 'archive.zip',
|
||||
'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php'],
|
||||
'date_format' => 'YY/MM/DD hh:mm:ss',
|
||||
],</code></pre>
|
||||
<h2 id="additional-html">Additional HTML</h2>
|
||||
<p>You can add additional html to the head and body like this:</p>
|
||||
|
@@ -136,7 +136,7 @@
|
||||
<h2 id="download-precompiled-build">Download precompiled build</h2>
|
||||
<p>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.</p>
|
||||
<ul>
|
||||
<li>Download: <a href="https://github.com/filegator/static/raw/master/builds/filegator_v7.2.0.zip">v7.2.0</a></li>
|
||||
<li>Download: <a href="https://github.com/filegator/static/raw/master/builds/filegator_v7.2.1.zip">v7.2.1</a></li>
|
||||
<li>Unzip files and upload them to your PHP server</li>
|
||||
<li>Make sure your webserver can read and write to <code>/repository</code> and <code>/private</code> folders</li>
|
||||
<li>Set the website document root to <code>/dist</code> directory. This is also known as 'public' folder</li>
|
||||
|
Reference in New Issue
Block a user