From a6b0738d698e6de7fc86b97dcf26a3979a5812af Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 30 May 2024 11:22:27 +0200 Subject: [PATCH] Update 000_intro.md --- documentation/docs/admin/000_intro.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/docs/admin/000_intro.md b/documentation/docs/admin/000_intro.md index 47de236a..f9a3d03a 100644 --- a/documentation/docs/admin/000_intro.md +++ b/documentation/docs/admin/000_intro.md @@ -52,6 +52,7 @@ The installation script also supports optional flags that can be used to install | Flag | What it does | |---------------------|-------------------------------------------------------------------------------------------------------------------| | `--version=` | Specify OpenPanel verison to install intead of the default latest. Example: `--version=0.1.8` | +| `--hostname=` | Set a hostname (FQDN) to be used for accessing panels. Example: `--hostname=server.openpanel.site` | | `--with_modsec` | Rebuild Nginx with ModSecurity module and set the OWASP core ruleset. | | `--debug` | Display on screen each installation step and output debugging information. | | `--skip-requirements`| Do not check if the server meets the minimum recommended requirements for running OpenPanel. |