Update index.tsx

This commit is contained in:
Stefan Pejcic 2024-06-01 15:32:42 +02:00 committed by GitHub
parent a5ec7ab826
commit d5cf507b1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ const Install: React.FC = () => {
"enable-ftp": { value: false, description: "Install FTP (experimental)." },
"enable-mail": { value: false, description: "Install Mail (experimental)." },
"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." },
"repair": { value: false, description: "Retry and overwrite everything." },
});
@ -83,8 +83,8 @@ const Install: React.FC = () => {
<h1>Installation</h1>
<p>Connect to your server as root via SSH and run the following command:</p>
<div className="mb-2">
<pre style={{ whiteSpace: "pre-wrap" }}>{generateInstallCommand()}</pre>
<div className="mb-0">
<pre className="my-0" style={{ whiteSpace: "pre-wrap" }}>{generateInstallCommand()}</pre>
</div>
<div className="mb-2">