Update index.tsx

This commit is contained in:
Stefan Pejcic 2024-08-22 15:53:02 +02:00 committed by GitHub
parent 93b598382c
commit 5c8d41313e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,6 @@ const defaultOptions: InstallOptions = {
"skip-requirements": { value: false, description: "Skip the requirements check." }, "skip-requirements": { value: false, description: "Skip the requirements check." },
"skip-panel-check": { value: false, description: "Skip checking if existing panels are installed." }, "skip-panel-check": { value: false, description: "Skip checking if existing panels are installed." },
"skip-apt-update": { value: false, description: "Skip the APT update." }, "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: "Don't setup UFW (Only if you will set another Firewall manually)" }, "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-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-blacklists": { value: false, description: "Do not set up IP sets and blacklists." },