Update index.tsx

https://github.com/stefanpejcic/OpenPanel/issues/340
This commit is contained in:
Stefan Pejcic 2025-03-03 21:26:23 +01:00 committed by GitHub
parent e83b74ae1a
commit fbb67e41e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ 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." },
"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-dns-server": { value: false, description: "Don't setup DNS server (Only if you will use external NS like Cloudflare)" },
"skip-blacklists": { value: false, description: "Do not set up IP sets and blacklists." },
"skip-ssl": { value: false, description: "Skip SSL setup." },
ufw: { value: false, description: "Install and setup UFW instead of CSF." },