ProxMenux/CHANGELOG.md

64 lines
2.2 KiB
Markdown
Raw Normal View History

2025-02-15 15:58:50 +01:00
<div align="center">
2025-02-16 11:41:50 +01:00
<img src="https://github.com/MacRimi/ProxMenux/blob/main/images/logo.png" alt="ProxMenu Logo" width="265" height="294">
2025-02-15 15:58:50 +01:00
</div>
2025-02-13 16:51:50 +01:00
2025-02-15 15:58:50 +01:00
# ProxMenux: Interactive Menu for Proxmox VE Management
2025-02-13 16:51:50 +01:00
2025-02-15 15:58:50 +01:00
**ProxMenux** is an interactive menu for **Proxmox VE** that simplifies advanced task management and automation through scripts hosted on GitHub.
2025-02-13 16:51:50 +01:00
2025-02-16 11:41:50 +01:00
![This is an image](https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/logo.png)
2025-02-15 16:33:04 +01:00
2025-02-16 01:09:56 +01:00
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.
2025-02-15 15:58:50 +01:00
---
2025-02-13 16:51:50 +01:00
2025-02-15 15:58:50 +01:00
## 📌 Installation
To install ProxMenux, simply run the following command in your Proxmox server terminal:
2025-02-13 16:51:50 +01:00
2025-02-15 15:58:50 +01:00
```bash
bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)"
```
2025-02-13 16:51:50 +01:00
2025-02-15 15:58:50 +01:00
---
2025-02-13 16:51:50 +01:00
2025-02-15 15:58:50 +01:00
## 📌 How to Use
Once installed, launch **ProxMenux** by running:
```bash
menu.sh
```
Then, follow the on-screen options to manage your Proxmox server efficiently.
---
2025-02-16 11:41:50 +01:00
![This is an image](https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/logo.png)
2025-02-15 16:48:56 +01:00
2025-02-15 15:58:50 +01:00
## 📌 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`.**
---
2025-02-15 16:53:57 +01:00
![This is an image](https://raw.githubusercontent.com/MacRimi/HWEncoderX/main/images/kofi.png)
2025-02-15 15:58:50 +01:00
## ⭐ Support the Project!
If you find **ProxMenux** useful, consider giving it a ⭐ on GitHub to help others discover it!
<div style="display: flex; justify-content: center; align-items: center;">
<a href="https://ko-fi.com/G2G313ECAN" target="_blank" style="display: flex; align-items: center; text-decoration: none;">
<img src="https://raw.githubusercontent.com/MacRimi/HWEncoderX/main/images/kofi.png" alt="Support me on Ko-fi" style="width:175px; margin-right:65px;"/>
</a>
</div>
If you would like to support the project, you can buy me a coffee on Ko-fi! Thank you! 😊
2025-02-13 16:51:50 +01:00