diff --git a/web/app/docs/post-install/customization/page.tsx b/web/app/docs/post-install/customization/page.tsx index c84a023..ec5e31c 100644 --- a/web/app/docs/post-install/customization/page.tsx +++ b/web/app/docs/post-install/customization/page.tsx @@ -1,156 +1,21 @@ import type { Metadata } from "next" -import { Paintbrush } from "lucide-react" -import CopyableCode from "@/components/CopyableCode" +import { Sliders } from "lucide-react" export const metadata: Metadata = { title: "ProxMenux Post-Install: Customization Settings", description: - "Guide to Customization Settings in the ProxMenux post-install script for personalizing your Proxmox VE environment.", - openGraph: { - title: "ProxMenux Post-Install: Customization Settings", - description: - "Guide to Customization Settings in the ProxMenux post-install script for personalizing your Proxmox VE environment.", - type: "article", - url: "https://macrimi.github.io/ProxMenux/docs/post-install/customization", - images: [ - { - url: "https://macrimi.github.io/ProxMenux/customization-settings-image.png", - width: 1200, - height: 630, - alt: "ProxMenux Post-Install Customization Settings", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "ProxMenux Post-Install: Customization Settings", - description: - "Guide to Customization Settings in the ProxMenux post-install script for personalizing your Proxmox VE environment.", - images: ["https://macrimi.github.io/ProxMenux/customization-settings-image.png"], - }, -} - -function StepNumber({ number }: { number: number }) { - return ( -
- The Customization Settings category allows you to personalize various aspects of your Proxmox - VE installation. These settings are optional and can be adjusted according to your preferences. -
-- This customization modifies the .bashrc file for the root user, adding various aliases and configurations. -
-The following changes are made:
-This adjustment automates the following commands:
-- This customization removes the Proxmox VE subscription banner and nag messages from the web interface. -
-The following changes are made:
-This adjustment automates the following commands:
-- This customization adds a custom message to the MOTD (Message of the Day) that appears when logging into the - system via SSH. -
-The following changes are made:
-This adjustment automates the following commands:
-- All of these customizations are automatically applied when selected in the Customization section. This - automation ensures that these personalized settings are applied consistently and correctly, saving time and - reducing the potential for manual configuration errors. -
-