diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index f3a85a9..06a0e75 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -46,4 +46,3 @@ With this document, we promote ethical code use, security awareness, and a respe 📢 Let's build something great, together! -## \ No newline at end of file diff --git a/web/app/docs/about/faq/page.tsx b/web/app/docs/about/faq/page.tsx index 20b295b..7984152 100644 --- a/web/app/docs/about/faq/page.tsx +++ b/web/app/docs/about/faq/page.tsx @@ -82,74 +82,116 @@ export default function FaqPage() { bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)" -
Once installed, launch it with:
+Once installed, simply start it with:
menu
{/* 3️⃣ Compatibility */}
- No, ProxMenux is only compatible with Proxmox VE 8 and later versions.
{/* 4️⃣ Customization */} -- The core scripts cannot be modified directly as they are hosted on GitHub, but you can personalize - the console logo using the FastFetch tool in the Post-Install options. + The core scripts cannot be modified directly as they are hosted on GitHub. However, users can + personalize the console logo using the FastFetch tool available in the + Post-Install options.
{/* 5️⃣ Updates */} -- When a new version is available, ProxMenux will automatically detect it upon launch and ask - if you want to update. The update process will replace utility files and configurations. + When a new version is available, ProxMenux will automatically detect it upon launch and prompt + users to update. If accepted, the update process will replace utility files and configurations.
{/* 6️⃣ Reporting Issues */} -If you encounter bugs or errors, report them in the{" "} - Issues section. + + Issues section + . +
++ If you find a security issue, please do not publish it. + Instead, review the{" "} + + Code of Conduct & Best Practices + {" "} + for guidance on how to proceed.
{/* 7️⃣ Contributing */} -Yes! ProxMenux is an open-source project, and contributions are welcome. You can share ideas or discuss improvements in the{" "} - Discussions section. - Make sure to check the{" "} - Code of Conduct & Best Practices. + + Discussions section + . + Make sure to review the{" "} + + Code of Conduct & Best Practices + .
{/* 8️⃣ Modifying System Files */} -
No, ProxMenux does not modify critical Proxmox system files.
- It installs dependencies (whiptail, curl, jq, Python3), sets up a virtual environment for translations, and downloads its scripts into
- /usr/local/share/proxmenux/ and the executable menu into /usr/local/bin/.
- It does not interfere with Proxmox's core operations.
+ It only installs dependencies such as whiptail, curl,
+ jq, and Python3, sets up a virtual environment for translations,
+ and downloads its scripts into /usr/local/share/proxmenux/.
+ The executable menu is placed in /usr/local/bin/.
+ ProxMenux does not interfere with Proxmox’s core operations.
- Yes, ProxMenux is safe for production. + Yes, ProxMenux is safe for production. Since it does not modify core Proxmox files, it can be used in production environments. However, it is always recommended to test it in a controlled environment first.
{/* 🔟 Uninstallation */} -- You can uninstall ProxMenux from the **Settings menu** using the **Uninstall ProxMenux** option. + You can uninstall ProxMenux from the Settings menu using the Uninstall ProxMenux option. Detailed steps can be found in the{" "} Uninstall Guide .
+ ); } \ No newline at end of file