Update index.tsx

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

View File

@ -79,14 +79,15 @@ const Install: React.FC = () => {
<div className="flex-1 flex flex-col pt-8 lg:pt-16 pb-32 max-w-[800px] w-full mx-auto px-2"> <div className="flex-1 flex flex-col pt-8 lg:pt-16 pb-32 max-w-[800px] w-full mx-auto px-2">
<h1>Installation</h1> <h1>Installation</h1>
<p>Connect to your server as root via SSH and run the following command:</p>
<div className="mb-8"> <div className="mb-2">
<h2>Install Command:</h2>
<pre style={{ whiteSpace: "pre-wrap" }}>{generateInstallCommand()}</pre> <pre style={{ whiteSpace: "pre-wrap" }}>{generateInstallCommand()}</pre>
</div> </div>
<div className="mb-8"> <div className="mb-2">
<h2>Advanced Install Settings:</h2> <h2>Advanced Install Settings:</h2>
<p className="mt-0">Here you can set what shall be installed and configured when installing OpenPanel:</p>
<ul> <ul>
{/* Input fields for advanced install settings */} {/* Input fields for advanced install settings */}
{Object.entries(installOptions).map(([key, value]) => ( {Object.entries(installOptions).map(([key, value]) => (