From 73952fc77c5a1b19b7de1c840aadd1cdd9b7b3c2 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 7 Mar 2025 17:58:35 +0100 Subject: [PATCH] Update Code of Conduct --- CODE_OF_CONDUCT.md | 1 - web/app/docs/about/faq/page.tsx | 86 ++++++++++++++++++++++++--------- 2 files changed, 64 insertions(+), 23 deletions(-) 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 */} -

3️⃣ Is ProxMenux compatible with all Proxmox versions?

+

+ + Is ProxMenux compatible with all Proxmox versions? +

No, ProxMenux is only compatible with Proxmox VE 8 and later versions.

{/* 4️⃣ Customization */} -

4️⃣ Can I customize ProxMenux?

+

+ + Can I customize ProxMenux? +

- 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 */} -

5️⃣ How do I update ProxMenux?

+

+ + How do I update ProxMenux? +

- 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 */} -

6️⃣ Where can I report issues?

+

+ + Where can I report 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 */} -

7️⃣ Can I contribute to ProxMenux?

+

+ + Can I contribute to ProxMenux? +

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 */} -

8️⃣ Does ProxMenux modify critical system files?

+

+ + Does ProxMenux modify critical 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.

{/* 9️⃣ Production Use */} -

9️⃣ Is it safe to use ProxMenux in production?

+

+ + Is it safe to use ProxMenux in production? +

- 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 */} -

🔟 How do I uninstall ProxMenux?

+

+ + How do I uninstall ProxMenux? +

- 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