Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2020-02-27 08:57:11 +01:00
parent 1a8a4c6e17
commit 0bc509df33
2 changed files with 3 additions and 1 deletions

View File

@@ -163,7 +163,7 @@
</ul> </ul>
<p>At the end, the more people who can see and test a set of code, the more likely any flaws will be caught and fixed quickly.</p> <p>At the end, the more people who can see and test a set of code, the more likely any flaws will be caught and fixed quickly.</p>
<h2 id="show-your-support">Show your support</h2> <h2 id="show-your-support">Show your support</h2>
<p>Please star this repository on <a href="https://github.com/filegator/filegator">GitHub</a> if this project helped you!</p> <p>Please star this repository on <a href="https://github.com/filegator/filegator/stargazers">GitHub</a> if this project helped you!</p>
<h2 id="license">License</h2> <h2 id="license">License</h2>
<p>Copyright (c) 2019 <a href="https://github.com/alcalbg">Milos Stojanovic</a>.</p> <p>Copyright (c) 2019 <a href="https://github.com/alcalbg">Milos Stojanovic</a>.</p>
<p>This project is MIT licensed.</p> <p>This project is MIT licensed.</p>

View File

@@ -145,6 +145,8 @@
<li>Change default admin's password</li> <li>Change default admin's password</li>
</ul> </ul>
<p>NOTE: For security reasons <code>/dist</code> is the ONLY folder you want to be exposed through the web. Everything else should be outside of your web root, this way people cant access any of your important files through the browser.</p> <p>NOTE: For security reasons <code>/dist</code> is the ONLY folder you want to be exposed through the web. Everything else should be outside of your web root, this way people cant access any of your important files through the browser.</p>
<h2 id="show-your-support">Show your support</h2>
<p>Please star this repository on <a href="https://github.com/filegator/filegator/stargazers">GitHub</a> if this project helped you!</p>
<h2 id="upgrade">Upgrade</h2> <h2 id="upgrade">Upgrade</h2>
<p>Since version 7 is completely rewriten from scratch, there is no clear upgrade path from older versions.</p> <p>Since version 7 is completely rewriten from scratch, there is no clear upgrade path from older versions.</p>
<p>If you have an older version of FileGator please backup everything and install the script again.</p> <p>If you have an older version of FileGator please backup everything and install the script again.</p>