diff --git a/CHANGELOG.md b/CHANGELOG.md index 3782409..3968a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,42 +1,52 @@ -

Changelog / Raiz

+
+ ProxMenu Logo +
-

All notable changes to ProxMenux will be documented in this file.

-

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

+# ProxMenux: Interactive Menu for Proxmox VE Management -

[Unreleased]

+**ProxMenux** is an interactive menu for **Proxmox VE** that simplifies advanced task management and automation through scripts hosted on GitHub. -

Added

- -

[0.1.0] - 2023-06-15

+--- -

Added

- +## 📌 Installation +To install ProxMenux, simply run the following command in your Proxmox server terminal: -

Changed

- +```bash +bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)" +``` -

Fixed

- +--- -

[0.0.1] - 2023-06-01

+## 📌 How to Use +Once installed, launch **ProxMenux** by running: + +```bash +menu.sh +``` +Then, follow the on-screen options to manage your Proxmox server efficiently. + +--- + +## 📌 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`.** + +--- + +## ⭐ 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! 😊 -

Added

-