mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update index.tsx
This commit is contained in:
parent
20b53b6bcf
commit
d04ccfe440
@ -18,7 +18,7 @@ const defaultOptions: InstallOptions = {
|
|||||||
version: { value: "", description: "Set a custom OpenPanel version to be installed." },
|
version: { value: "", description: "Set a custom OpenPanel version to be installed." },
|
||||||
email: { value: "", description: "Email address to receive admin logins and future notifications." },
|
email: { value: "", description: "Email address to receive admin logins and future notifications." },
|
||||||
username: { value: "", description: "Set admin username (by default random generated)." },
|
username: { value: "", description: "Set admin username (by default random generated)." },
|
||||||
email: { value: "", description: "Set admin password (by default random generated)." },
|
password: { value: "", description: "Set admin password (by default random generated)." },
|
||||||
"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." },
|
||||||
|
Loading…
Reference in New Issue
Block a user