This commit is contained in:
MacRimi 2025-03-04 21:57:41 +01:00
parent 06b78965f1
commit f6fc840b43
2 changed files with 53 additions and 33 deletions

View File

@ -1,44 +1,64 @@
import Image from "next/image"
import Link from "next/link" import Link from "next/link"
export default function IntroductionPage() { export default function IntroductionPage() {
return ( return (
<div className="max-w-3xl mx-auto"> <div className="w-full max-w-4xl mx-auto px-4 py-8 text-gray-900">
<h1 className="text-3xl font-bold mb-6">Introduction to ProxMenux</h1> {/* Logo + Title Section */}
<div className="flex flex-col sm:flex-row items-center mb-6">
<Image
src="https://macrimi.github.io/ProxMenux/logo.png"
alt="ProxMenux Logo"
width={100}
height={100}
className="mb-4 sm:mb-0 sm:mr-4"
/>
<h1 className="text-3xl font-bold text-center sm:text-left">
ProxMenux is a management tool for Proxmox VE, designed to be accessible to all users,
regardless of their experience or technical knowledge.
</h1>
</div>
<p className="mb-4"> <p className="mb-4">
ProxMenux is a tool designed to make Proxmox VE more accessible to all users, regardless of experience. With an interactive menu-driven interface, ProxMenux simplifies command execution for managing:
<br />
<br />
Through a menu-based interface, it simplifies the execution of complex commands for server configuration,
maintenance, and application installations without requiring manual input.
<br />
<br />
ProxMenux not only streamlines Proxmox VE management but also interacts with hardware and drivers, simplifying
tasks such as storage management, disk handling, and image imports to facilitate system administration and
maintenance.
</p> </p>
<h2 className="text-2xl font-semibold mt-8 mb-4">Key Features</h2> <ul className="list-disc list-inside mb-4 ml-4">
<ul className="list-disc pl-6 space-y-2"> <li>The Proxmox server</li>
<li>Menu-based interface for easy script execution.</li> <li>Virtual machines (VMs)</li>
<li>Organized categories for quick access to available functions.</li> <li>Containers (LXC)</li>
<li>Scripts hosted on GitHub, always accessible and up to date.</li>
<li>Automatic text translation using Google Translate.</li>
<li>Simplified Proxmox VE management, reducing the complexity of common tasks.</li>
</ul> </ul>
<h2 className="text-2xl font-semibold mt-8 mb-4">Core Features</h2>
<p className="mb-4">
ProxMenux enables streamlined management of:
</p>
<ul className="list-disc list-inside mb-6 ml-4">
<li>System resources</li>
<li>Network and storage configurations</li>
<li>VM and LXC container administration</li>
<li>Hardware integration and optimizations</li>
<li>Automated server maintenance</li>
</ul>
<h2 className="text-2xl font-semibold mt-8 mb-4">Key Advantages</h2>
<ul className="list-disc list-inside mb-6 ml-4">
<li>Intuitive menu-driven interface</li>
<li>Efficient system and resource management</li>
<li>Reduced complexity for common tasks</li>
<li>Regular updates with expanding features</li>
</ul>
<p className="mt-6"> <p className="mt-6">
The following sections of this documentation provide instructions on how to install ProxMenux and detailed The following sections provide detailed instructions on installing and using ProxMenux, along with comprehensive documentation on its available functionalities.
explanations of each available script. </p>
<br />
<br /> {/* Guides Link */}
For additional Proxmox-related information, including guides, official <p className="mt-6">
documentation, forums, and discussions, visit the{" "} For additional Proxmox-related information, including official documentation, forums, and discussions, visit the{" "}
<Link href="/guides" className="text-blue-500 hover:underline"> <Link href="/guides" className="text-blue-500 hover:underline">
Guides Guides
</Link>{" "} </Link>{" "}
section. section.
<br />
<br />
<br />
<br />
</p> </p>
</div> </div>
) )

View File

@ -11,12 +11,12 @@ export default function Hero() {
<h1 className="text-4xl sm:text-5xl md:text-6xl font-extrabold mb-6"> <h1 className="text-4xl sm:text-5xl md:text-6xl font-extrabold mb-6">
ProxMenux{" "} ProxMenux{" "}
<span className="bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-purple-500"> <span className="bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-purple-500">
A menu-driven script for Proxmox VE management An Interactive Menu for Proxmox VE Management
</span> </span>
</h1> </h1>
<p className="text-base sm:text-lg md:text-xl mb-8 max-w-4xl mx-auto text-gray-300"> <p className="text-base sm:text-lg md:text-xl mb-8 max-w-4xl mx-auto text-gray-300">
ProxMenux is a tool for executing shell scripts in a user-friendly way, featuring a categorized menu system for easy access to scripts hosted on GitHub. ProxMenux is a management tool for Proxmox VE that simplifies system administration
Designed to facilitate productivity, it simplifies automation and streamlines task execution. through an interactive menu, allowing you to execute commands and scripts with ease.
</p> </p>
<div className="flex justify-center"> <div className="flex justify-center">
<Button size="lg" className="bg-blue-500 hover:bg-blue-600" asChild> <Button size="lg" className="bg-blue-500 hover:bg-blue-600" asChild>