Update index.tsx

This commit is contained in:
Stefan Pejcic 2024-08-22 15:54:20 +02:00 committed by GitHub
parent 881cccdf82
commit 921fb0a72f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,6 @@ const defaultOptions: InstallOptions = {
"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." },
ufw: { value: false, description: "Install and setup UFW instead of CSF." },
"no-ssh": { value: false, description: "Disable port 22 and whitelist administrator IP address." },
"enable-ftp": { value: false, description: "Install FTP (experimental)." },