Update index.tsx

This commit is contained in:
Stefan Pejcic 2024-06-01 16:37:32 +02:00 committed by GitHub
parent b4ff6cd079
commit 019f2ab07c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@ const defaultOptions: InstallOptions = {
"skip-panel-check": { value: false, description: "Skip checking if existing panels are installed." },
"skip-apt-update": { value: false, description: "Skip the APT update." },
overlay2: { value: false, description: "Enable overlay2 storage driver instead of device-mapper." },
"skip-firewall": { value: false, description: "Skip UFW setup UFW - Only do this if you will set another Firewall manually!" },
"skip-images": { value: false, description: "Skip installing openpanel/nginx and openpanel/apache docker images." },
"skip-firewall": { value: false, description: "Don't setup UFW (Only if you will set another Firewall manually)" },
"skip-images": { value: false, description: "Don't install openpanel/nginx and openpanel/apache docker images." },
"skip-blacklists": { value: false, description: "Do not set up IP sets and blacklists." },
"skip-ssl": { value: false, description: "Skip SSL setup." },
"with-modsec": { value: false, description: "Enable ModSecurity for Nginx." },
ips: { value: false, description: "Whitelist IP addresses of OpenPanel Support Team." },
"no-ssh": { value: false, description: "Disable port 22 and whitelist the IP address of user installing the panel." },
"no-ssh": { value: false, description: "Disable port 22 and whitelist administrator IP address." },
"enable-ftp": { value: false, description: "Install FTP (experimental)." },
"enable-mail": { value: false, description: "Install Mail (experimental)." },
"post-install": { value: "", description: "Specify the post install script path." },