From f0f566df63e5211da1f0c94c587eb5d8fd42bd96 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 4 Mar 2025 23:06:23 +0100 Subject: [PATCH] Update --- CHANGELOG.md | 105 ++++++++++++++--------------- README.md | 19 +++++- web/app/docs/introduction/page.tsx | 2 +- 3 files changed, 69 insertions(+), 57 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65fb8b2..81824c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,63 +1,62 @@ -
- ProxMenu Logo -
+# Changelog +## [1.1.0] - 2025-03-06 +### Added +- Completed the web documentation section to expand information on updated scripts. -# ProxMenux: Interactive Menu for Proxmox VE Management +## [1.1.0] - 2025-03-04 +### Added +- Created a customizable post-install script for Proxmox with 10 sections and 35 different selectable options. -**ProxMenux** is an interactive menu for **Proxmox VE** that simplifies advanced task management and automation through scripts hosted on GitHub. +## [1.0.7] - 2025-02-17 +### Added +- Created a menu with essential scripts from the Proxmox VE Helper-Scripts community. +## [1.0.6] - 2025-02-10 +### Added +- Added real-time translation support using Google Translate. +- Modified existing scripts to support multiple languages. +- Updated installation script to install and configure: + - `jq` (for handling JSON data) + - Python 3 and virtual environment (required for translations) + - Google Translate (`googletrans`) (for multi-language support) +- Introduced support for the following languages: + - English + - Spanish + - French + - German + - Italian + - Portuguese +- Created a utility script for auxiliary functions that support the execution of menus and scripts. -![This is an image](https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/logo.png) +## [1.0.5] - 2025-01-31 +### Added +- Added the **Repair Network** script, which includes: + - Verify Network + - Show IP Information +- Created the **Network Menu** to manage network-related functions. -Before we begin, I want to thank my colleague @juanlu13 for providing the [original source](https://forums.plex.tv/t/plex-hw-acceleration-in-lxc-container-anyone-with-success/219289/34?utm_source=pocket_mylist) on which this manual is based. +## [1.0.4] - 2025-01-20 +### Added +- Created a script to add a passthrough disk to a VM. +- Created the **Storage Menu** to manage storage-related functions. +## [1.0.3] - 2025-01-13 +### Added +- Created a script to import disk images into a VM. ---- +## [1.0.2] - 2025-01-09 +### Modified +- Updated the **Coral TPU configuration script** to: + - Also include Intel iGPU setup. + - Install GPU drivers for video surveillance applications to support VAAPI and QuickSync. +- Added a function to **uninstall ProxMenux**. -## 📌 Installation -To install ProxMenux, simply run the following command in your Proxmox server terminal: - -```bash -bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)" -``` - ---- - -## 📌 How to Use -Once installed, launch **ProxMenux** by running: - -```bash -menu.sh -``` -Then, follow the on-screen options to manage your Proxmox server efficiently. - ---- - -![This is an image](https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/logo.png) - - -## 📌 System Requirements -🖥 **Compatible with:** -- Proxmox VE 8.x** - -📦 **Dependencies:** -- `bash`, `curl`, `wget`, `jq`, `whiptail`, `python3-venv` (These dependencies are installed automatically during setup.) -- **Translations are handled in a Python virtual environment using `googletrans-env`.** - ---- - - -![This is an image](https://raw.githubusercontent.com/MacRimi/HWEncoderX/main/images/kofi.png) - -## ⭐ Support the Project! -If you find **ProxMenux** useful, consider giving it a ⭐ on GitHub to help others discover it! - -
- - Support me on Ko-fi - -
- -If you would like to support the project, you can buy me a coffee on Ko-fi! Thank you! 😊 +## [1.0.1] - 2025-01-03 +### Added +- Created a script to add **Coral TPU support in an LXC** for use in video surveillance programs. +## [1.0.0] - 2024-12-18 +### Added +- Initial release of **ProxMenux**. +- Created a script to add **Coral TPU drivers** to Proxmox. diff --git a/README.md b/README.md index bd5c2a6..c0a5e2c 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,24 @@ ProxMenu Logo +
+ + Website + + + Documentation + + + GitHub + + + Guides + +
-# ProxMenux: Interactive Menu for Proxmox VE Management - -**ProxMenux** is an interactive menu for **Proxmox VE** that simplifies advanced task management and automation through scripts hosted on GitHub. +# ProxMenux An Interactive Menu for Proxmox VE Management +**ProxMenux** is a management tool for **Proxmox VE** that simplifies system administration through an interactive menu, allowing you to execute commands and scripts with ease. --- diff --git a/web/app/docs/introduction/page.tsx b/web/app/docs/introduction/page.tsx index 9320bf0..deb59b0 100644 --- a/web/app/docs/introduction/page.tsx +++ b/web/app/docs/introduction/page.tsx @@ -13,7 +13,7 @@ export default function IntroductionPage() { height={80} className="mr-4" /> -

+

ProxMenux is a tool designed to make Proxmox VE accessible to all users, regardless of their experience and technical knowledge.