Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0n1con3/prep-prox
Proxprep is a shell scripts from ttech scripts designed to streamline setup and maintenance tasks on Proxmox VE (PVE) hosts. These scripts automate common administrative tasks such as installation, microcode updates, CPU scaling governor configuration, host backup, and Netdata installation, simplifying the management of Proxmox VE environments.
https://github.com/0n1con3/prep-prox
automation bash-scripts helper proxmox proxmox-ve ttech
Last synced: about 2 months ago
JSON representation
Proxprep is a shell scripts from ttech scripts designed to streamline setup and maintenance tasks on Proxmox VE (PVE) hosts. These scripts automate common administrative tasks such as installation, microcode updates, CPU scaling governor configuration, host backup, and Netdata installation, simplifying the management of Proxmox VE environments.
- Host: GitHub
- URL: https://github.com/0n1con3/prep-prox
- Owner: 0n1cOn3
- License: agpl-3.0
- Created: 2024-05-06T16:26:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T12:26:17.000Z (8 months ago)
- Last Synced: 2024-05-11T13:38:44.624Z (8 months ago)
- Topics: automation, bash-scripts, helper, proxmox, proxmox-ve, ttech
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proxprep
## Purpose
Proxprep is a collection of shell scripts designed to assist with various tasks related to Proxmox VE (PVE) setup and maintenance. These scripts aim to simplify common administrative tasks such as installation, microcode updates, CPU scaling governor configuration, host backup, and Netdata installation on Proxmox VE hosts.## Features
- **Install PVE**: Automates the installation process of Proxmox VE Optimizations.
- **Update Microcode**: Updates the CPU microcode to improve system stability and performance.
- **Set CPU Scaling Governor**: Configures the CPU scaling governor for optimal performance or power savings for Proxmox VE.
- **Backup Host**: Creates a backup of the Proxmox VE host for disaster recovery purposes.
- **Install Netdata**: Installs Netdata for real-time monitoring and visualization of system performance metrics.## Usage
1. Clone or download this repository to your Proxmox VE host.
2. Execute the `proxprep.sh` script.
3. Follow the on-screen prompts to perform the desired action.## License
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). See the [LICENSE](LICENSE) file for details.## Disclaimer
This project is provided as-is with no warranty or guarantee of any kind. Use at your own risk.## Contributions
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.## Acknowledgments
- This project is inspired by the need for automated setup and maintenance tasks on Proxmox VE hosts.
- Special thanks to the contributors and maintainers of Proxmox VE and the various tools used in this project.