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
a5ec7ab826
commit
d5cf507b1b
@ -23,7 +23,7 @@ const Install: React.FC = () => {
|
|||||||
"enable-ftp": { value: false, description: "Install FTP (experimental)." },
|
"enable-ftp": { value: false, description: "Install FTP (experimental)." },
|
||||||
"enable-mail": { value: false, description: "Install Mail (experimental)." },
|
"enable-mail": { value: false, description: "Install Mail (experimental)." },
|
||||||
"post-install": { value: "", description: "Specify the post install script path." },
|
"post-install": { value: "", description: "Specify the post install script path." },
|
||||||
"screenshots": { value: "local", description: "Set the screenshots API URL.", options: ["local", "remote"] }, // select
|
"screenshots": { value: "remote", description: "Set the screenshots API URL.", options: ["local", "remote"] }, // select
|
||||||
"debug": { value: false, description: "Display debug information during installation." },
|
"debug": { value: false, description: "Display debug information during installation." },
|
||||||
"repair": { value: false, description: "Retry and overwrite everything." },
|
"repair": { value: false, description: "Retry and overwrite everything." },
|
||||||
});
|
});
|
||||||
@ -83,8 +83,8 @@ const Install: React.FC = () => {
|
|||||||
<h1>Installation</h1>
|
<h1>Installation</h1>
|
||||||
<p>Connect to your server as root via SSH and run the following command:</p>
|
<p>Connect to your server as root via SSH and run the following command:</p>
|
||||||
|
|
||||||
<div className="mb-2">
|
<div className="mb-0">
|
||||||
<pre style={{ whiteSpace: "pre-wrap" }}>{generateInstallCommand()}</pre>
|
<pre className="my-0" style={{ whiteSpace: "pre-wrap" }}>{generateInstallCommand()}</pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="mb-2">
|
<div className="mb-2">
|
||||||
|
Loading…
Reference in New Issue
Block a user