Update index.tsx

This commit is contained in:
Stefan Pejcic
2025-02-06 15:20:00 +01:00
committed by GitHub
parent a113e31c24
commit bd99a37a87

View File

@@ -28,6 +28,7 @@ const defaultOptions: InstallOptions = {
"skip-ssl": { value: false, description: "Skip SSL setup." },
ufw: { value: false, description: "Install and setup UFW instead of CSF." },
"no-ssh": { value: false, description: "Disable port 22 and whitelist administrator IP address." },
"no-waf": { value: false, description: "Do not install CorazaWAF and disable it for new domains." },
"post-install": { value: "", description: "Specify the post install script path." },
screenshots: { value: "remote", description: "Set the screenshots API URL.", options: ["local", "remote"] },
debug: { value: false, description: "Display debug information during installation." },