mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update index.tsx
This commit is contained in:
@@ -14,7 +14,7 @@ interface InstallOption {
|
|||||||
type InstallOptions = Record<string, InstallOption>;
|
type InstallOptions = Record<string, InstallOption>;
|
||||||
|
|
||||||
const defaultOptions: InstallOptions = {
|
const defaultOptions: InstallOptions = {
|
||||||
hostname: { value: "", description: "Set the hostname." },
|
hostname: { value: "", description: "Set the FQDN hostname." },
|
||||||
version: { value: "", description: "Set a custom OpenPanel version to be installed." },
|
version: { value: "", description: "Set a custom OpenPanel version to be installed." },
|
||||||
"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." },
|
||||||
|
|||||||
Reference in New Issue
Block a user