mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-07-26 18:38:30 +00:00
107 lines
5.8 KiB
JSON
107 lines
5.8 KiB
JSON
{
|
|
"meta": {
|
|
"title": "Customizable Post-Install Script | ProxMenux Documentation",
|
|
"description": "Cherry-pick exactly which optimizations to apply to a Proxmox VE host with ProxMenux. 10 categories, ~30 individual tools, checklist UI. Includes everything the Automated script does, plus opt-in features (IOMMU, Fastfetch, Figurine, Ceph, HA, AMD fixes…).",
|
|
"ogTitle": "Customizable Post-Install Script | ProxMenux Documentation",
|
|
"ogDescription": "10 categories, ~30 individual optimizations. Pick exactly what you want on a Proxmox VE host. Fully reversible."
|
|
},
|
|
"header": {
|
|
"title": "Customizable Post-Install Script",
|
|
"description": "Cherry-pick exactly which optimizations to apply to a Proxmox VE host. ProxMenux groups ~30 individual tools into 10 categories, each with its own checklist dialog. Same engine as Automated, but with full control over what gets applied.",
|
|
"section": "Post-Install · Customizable"
|
|
},
|
|
"intro": {
|
|
"title": "When to pick Customizable",
|
|
"body": "Choose this path when you already know which tweaks you want on the host — or which you definitely do not want. The script presents a checklist per category so you can pre-select, deselect or mix-and-match optimizations. Every item can be applied again later (it is idempotent) or reverted from <link>Uninstall Optimizations</link>."
|
|
},
|
|
"compare": {
|
|
"heading": "How it compares to Automated",
|
|
"body": "Customizable is a superset of the <link>Automated script</link>. It covers the same 13 baseline optimizations plus a long list of opt-in ones that Automated intentionally skips — things that are useful only on specific hardware (AMD fixes), specific hosting (OVH RTM), or specific workloads (IOMMU/VFIO, Ceph repo, High Availability, Fastfetch, Figurine, ZFS ARC tuning, pigz, ZFS auto-snapshot, vzdump speed limits, Open vSwitch, TCP BBR…)."
|
|
},
|
|
"categoriesSection": {
|
|
"heading": "The 10 categories",
|
|
"body": "The Customizable script groups optimizations into 10 categories. Each category has its own checklist dialog and its own documentation page — open one of the cards below for the per-option rationale, defaults and verification steps."
|
|
},
|
|
"categories": [
|
|
{
|
|
"name": "Basic Settings",
|
|
"description": "Clean the APT sources, run the official Proxmox upgrade and set timezone, locale and common utilities. The baseline every other group sits on top of."
|
|
},
|
|
{
|
|
"name": "System",
|
|
"description": "Tune the log subsystem and kernel limits for a host that carries many VMs and containers. Covers journald, logrotate, sysctl (memory, file limits), kernel panic behaviour and fast reboots."
|
|
},
|
|
{
|
|
"name": "Virtualization",
|
|
"description": "Prepare the host for advanced virtualization. Auto-installs the guest agent on templates and enables IOMMU/VFIO for PCI passthrough of GPUs, controllers and TPUs."
|
|
},
|
|
{
|
|
"name": "Network",
|
|
"description": "Harden and tune the host's network stack. Forces APT over IPv4, applies sysctl hardening + TCP buffer tuning, offers Open vSwitch and BBR, and pins persistent interface names by MAC."
|
|
},
|
|
{
|
|
"name": "Storage",
|
|
"description": "Set up Proxmox's common storage subsystems: ZFS ARC sizing, ZFS auto-snapshot, and vzdump speed limits to avoid saturating the disk during backups."
|
|
},
|
|
{
|
|
"name": "Security",
|
|
"description": "Reduce the attack surface exposed by default. Disables the RPC services (portmapper/rpcbind) that Proxmox does not need but leaves listening."
|
|
},
|
|
{
|
|
"name": "Customization",
|
|
"description": "Change the host's visual and shell experience: colors and aliases in bashrc, MOTD banner and removal of the subscription notice in the web UI."
|
|
},
|
|
{
|
|
"name": "Monitoring",
|
|
"description": "Integrate the host with OVH Real-Time Monitoring. Only appears when ProxMenux detects an OVH server."
|
|
},
|
|
{
|
|
"name": "Performance",
|
|
"description": "Speed up compression operations (backups, transfers) by replacing gzip with its parallel counterpart pigz."
|
|
},
|
|
{
|
|
"name": "Optional",
|
|
"description": "Niche pieces not every host needs: AMD CPU fixes, Fastfetch banner, Figurine 3D hostname, Ceph repository, High Availability services and Log2RAM to reduce SSD wear."
|
|
}
|
|
],
|
|
"mixTip": {
|
|
"title": "Mix Automated and Customizable",
|
|
"body": "A common pattern: run <strong>Automated</strong> first to lock in the sensible baseline, then open <strong>Customizable</strong> and pick only the opt-in tools you care about (for example, IOMMU on a host that will do GPU passthrough). Changes are tracked independently; the Uninstall menu shows everything you have applied regardless of which path added it."
|
|
},
|
|
"related": {
|
|
"heading": "Related",
|
|
"items": [
|
|
{
|
|
"label": "Automated Post-Install",
|
|
"href": "/docs/post-install/automated",
|
|
"tail": " — sane defaults applied with zero prompts."
|
|
},
|
|
{
|
|
"label": "Uninstall Optimizations",
|
|
"href": "/docs/post-install/uninstall",
|
|
"tail": " — back any selection out cleanly."
|
|
},
|
|
{
|
|
"label": "Basic Settings",
|
|
"href": "/docs/post-install/basic-settings",
|
|
"tail": " — repos, time, language, utilities."
|
|
},
|
|
{
|
|
"label": "Virtualization",
|
|
"href": "/docs/post-install/virtualization",
|
|
"tail": " — IOMMU + VFIO for passthrough."
|
|
},
|
|
{
|
|
"label": "Security",
|
|
"href": "/docs/post-install/security",
|
|
"tailRich": " · <storageLink>Storage</storageLink> · <networkLink>Network</networkLink> · <customLink>Customization</customLink> — other categories."
|
|
},
|
|
{
|
|
"label": "Post-Install overview",
|
|
"href": "/docs/post-install",
|
|
"tail": "."
|
|
}
|
|
]
|
|
}
|
|
}
|