docs update

This commit is contained in:
Milos Stojanovic
2022-05-25 12:15:04 +02:00
parent ef4f04a79d
commit 626cc980a3
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ npm run e2e
## Deployment
Set the website document root to `/dist` directory. This is also known as 'public' folder.
Set the website document root to `filegator/dist` directory. This is also known as 'public' folder.
NOTE: For security reasons `/dist` 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.
NOTE: For security reasons `filegator/dist` 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. If you run the script from the root folder, you will see the message **'Development mode'** as a security warning.

View File

@@ -17,7 +17,7 @@ Precompiled build is created for non-developers. In this version, the frontend (
- Login with default credentials `admin/admin123`
- Change default admin's password
NOTE: For security reasons `/dist` 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.
NOTE: For security reasons `filegator/dist` 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. If you run the script from the root folder, you will see the message **'Development mode'** as a security warning.
## Install on fresh Ubuntu 18.04 or Debian 10.3
On a new server ([get $100 in server credits](https://m.do.co/c/93994ebda78d)) login as root and enter this into the shell: