awesome-proxmox-ve/README.md

133 lines
7.5 KiB
Markdown
Raw Normal View History

2023-03-04 06:51:19 +00:00
# __Awesome Proxmox VE__
2020-02-01 10:31:18 +00:00
2023-03-04 06:51:19 +00:00
![Proxmox VE|300](https://www.proxmox.com/images/proxmox/Proxmox-logo-800.png)
2020-02-01 10:31:18 +00:00
2023-03-04 06:51:19 +00:00
This repo is a collection of **AWESOME** [Proxmox VE](https://pve.proxmox.com) documentation, tools, and resources for **any user or developer**.
2020-02-01 10:31:18 +00:00
Feel free to **contribute** / **star** / **fork** / **pull request** . Any **recommendations** and **suggestions** are welcome.
## Table of Contents
2023-03-04 06:51:19 +00:00
- [API](#api)
- [Articles](#articles)
- [Blogs](#blogs)
2020-02-01 10:31:18 +00:00
- [Documentation](#documentation)
2023-03-04 06:51:19 +00:00
- [Community](#community)
2020-02-01 10:31:18 +00:00
- [Tools](#tools)
2023-03-04 06:51:19 +00:00
- [Videos](#videos)
2020-02-01 10:31:18 +00:00
2023-03-04 06:51:19 +00:00
## API
2020-02-01 10:31:18 +00:00
- [Proxmox API](https://pve.proxmox.com/wiki/Proxmox_VE_API) Proxmox Documentation API
2020-02-28 16:46:06 +00:00
2023-03-04 06:51:19 +00:00
- Go
- [proxmox-api-go](https://github.com/Telmate/proxmox-api-go) Using the Proxmox API in golang
2020-02-28 16:48:56 +00:00
2020-02-28 16:46:06 +00:00
- .Net
- [cv4pve-api-dotnet](https://github.com/Corsinvest/cv4pve-api-dotnet) Proxmox VE Client API .Net C#
- [ProxmoxSharp](https://github.com/ionelanton/ProxmoxSharp) Proxmox C# API client
2023-03-04 06:51:19 +00:00
- PHP
2020-02-28 16:46:06 +00:00
- [cv4pve-api-php](https://github.com/Corsinvest/cv4pve-api-php) Proxmox VE Client API PHP
2023-03-04 06:51:19 +00:00
- [ProxmoxVE](https://github.com/ZzAntares/ProxmoxVE) This PHP 5.5+ library allows you to interact with your Proxmox server API
2020-02-28 16:46:06 +00:00
- [pve2-api-php-client](https://github.com/CpuID/pve2-api-php-client) Proxmox 2.0 API Client for PHP
- Java
2023-03-04 06:51:19 +00:00
- [cv4pve-api-java](https://github.com/Corsinvest/cv4pve-api-java) Proxmox VE Client API Java
2020-02-28 16:46:06 +00:00
- [pve2-api-java](https://github.com/Elbandi/pve2-api-java) Proxmox 2.0 API Client for Java
- Python
- [Proxmoxer](https://pypi.org/project/proxmoxer/) Python Wrapper for the Proxmox 2.x API (HTTP and SSH)
- [pyproxmox](https://pypi.org/project/pyproxmox/) Python Wrapper for the Proxmox 2.x API
- [Proxmoxia](https://github.com/baseblack/Proxmoxia) Yet another Python wrapper for the Proxmox REST API.
- Perl
- [Net-Proxmox-VE-0.006](https://metacpan.org/release/DJZORT/Net-Proxmox-VE-0.006) Pure perl API for Proxmox virtualization
- Ruby
2023-03-04 06:51:19 +00:00
- [Proxmox](https://github.com/nledez/proxmox) Need to manage a proxmox host with Ruby? This library is for you.
2020-02-28 16:46:06 +00:00
2023-03-04 06:51:19 +00:00
- Node.js
- [Proxmox](https://www.npmjs.com/package/proxmox) Node.js Proxmox client
2021-12-20 14:18:50 +00:00
- [cv4pve-api-javascript](https://github.com/Corsinvest/cv4pve-api-javascript) Proxmox VE Client API Javascript
2020-02-01 10:31:18 +00:00
- PowerShell
2023-03-04 06:51:19 +00:00
- [cv4pve-api-powershell](https://github.com/Corsinvest/cv4pve-api-powershell) ProxmoxVE PowerShell module for accessing API
2023-03-04 06:51:19 +00:00
## Articles
2022-04-20 17:14:41 +00:00
2020-03-05 14:41:10 +00:00
- [Setup Docker on Proxmox VE Using ZFS Storage](https://www.servethehome.com/setup-docker-on-proxmox-ve-using-zfs-storage/)
- [Recommended settings for Windows 10 and 2019 Server on Proxmox](https://davejansen.com/recommended-settings-windows-10-2016-2018-2019-vm-proxmox/)
2020-03-11 11:25:34 +00:00
- [Proxmox Training](https://github.com/ondrejsika/proxmox-training)
- [Proxmox: Automatische Snapshots einrichten](https://techlr.de/proxmox-automatische-snapshots-einrichten/)
- [Installing macOS 12 “Monterey” on Proxmox 7](https://www.nicksherlock.com/2021/10/installing-macos-12-monterey-on-proxmox-7/)
2022-09-29 15:06:43 +00:00
- [Proxmox VE 7 Corosync QDevice in a Docker container](https://raymii.org/s/tutorials/Proxmox_VE_7_Corosync_QDevice_in_Docker.html)
2022-02-25 10:18:58 +00:00
## Monitoring
2022-04-20 17:14:41 +00:00
2022-02-25 10:18:58 +00:00
- [Monitoring Proxmox with InfluxDB and Grafana in 4 Easy steps](https://www.linuxsysadmins.com/monitoring-proxmox-with-grafana/)
- [Efficient Proxmox monitoring with Checkmk](https://checkmk.com/blog/proxmox-monitoring)
- [Proxmox VE Monitoring](https://pandorafms.com/blog/proxmox-ve-monitoring/)
2022-10-05 18:05:01 +00:00
- [SNMP Scripts to monitor Proxmox VE](https://github.com/in-famous-raccoon/proxmox-snmp)
2022-02-25 10:18:58 +00:00
2023-03-04 06:51:19 +00:00
## Blogs
2020-02-01 10:36:30 +00:00
- [pveCLI](https://pvecli.xuan2host.com/) article Proxmox VE
2020-02-13 15:46:39 +00:00
- [servethehome](https://www.servethehome.com/tag/proxmox-ve/) article Proxmox VE
2020-02-01 10:36:30 +00:00
2020-02-01 10:31:18 +00:00
## Documentation
- [Official Wiki](https://pve.proxmox.com) Index Wiki
- [Official Docs](https://pve.proxmox.com/pve-docs/) Index official documentation
2023-03-04 06:51:19 +00:00
## Community
2020-02-01 10:31:18 +00:00
- [Official Forum](https://forum.proxmox.com/) Official Forum
2020-02-01 10:45:57 +00:00
- [Git Developer](https://git.proxmox.com/?o=age) Git Developer Proxmox VE
2020-02-01 18:50:00 +00:00
- [Bugzilla](https://bugzilla.proxmox.com/) Bugzilla Proxmox VE
2020-02-03 13:29:26 +00:00
- [pve-devel](https://www.mail-archive.com/pve-devel@pve.proxmox.com/index.html) Mailing List Developer Proxmox VE
- [pve-user](https://www.mail-archive.com/pve-user@pve.proxmox.com/) Mailing List User Proxmox VE
- [cv4pve-tools](https://www.cv4pve-tools.com) cv4pve-tools Utility for Proxmox VE
- [cv4pve-metrics](https://metrics.cv4pve-tools.com) Metrics cloud for Proxmox VE
2020-02-03 13:28:04 +00:00
- [Reddit Proxmox](https://www.reddit.com/r/Proxmox/) Reddit
- [Reddit Proxmox VE](https://www.reddit.com/r/ProxmoxVE/) Reddit
2020-02-23 18:38:15 +00:00
- [Facebook Group](https://www.facebook.com/groups/proxmox/) Facebook Group
2020-02-01 10:31:18 +00:00
## Tools
- [cv4pve-autosnap](https://github.com/Corsinvest/cv4pve-autosnap) Automatic snapshot tool for Proxmox VE
- [cv4pve-barc](https://github.com/Corsinvest/cv4pve-barc) Backup And Restore Ceph for Proxmox VE
- [cv4pve-cli](https://github.com/Corsinvest/cv4pve-cli) Cli for Proxmox VE (Command Line Interfaces)
- [cv4pve-botgram](https://github.com/Corsinvest/cv4pve-botgram) Telegram Bot for Proxmox VE
2020-05-10 20:23:21 +00:00
- [cv4pve-diag](https://github.com/Corsinvest/cv4pve-diag) Diagnostic tool for Proxmox VE
- [cv4pve-node-protect](https://github.com/Corsinvest/cv4pve-node-protect) Proxmox VE protect configuration file nodes
2020-02-01 10:31:18 +00:00
- [cv4pve-pepper](https://github.com/Corsinvest/cv4pve-pepper) Launching SPICE remote-viewer having access VM running on Proxmox VE
- [cv4pve-metric](https://github.com/Corsinvest/cv4pve-metric) Metrics for Proxmox VE
2020-07-13 10:23:23 +00:00
- [cv4pve-metrics-exporter](https://github.com/Corsinvest/cv4pve-metrics-exporter) Metric exporter Prometheus for Proxmox VE
2022-02-25 10:18:58 +00:00
- [cv4pve-api-pwsh](https://github.com/Corsinvest/cv4pve-api-powershell) Power Shell for Proxmox VE
2020-02-01 10:31:18 +00:00
- [pve-cli-utils](https://github.com/aheahe/pve-cli-utils) ProxmoxVE Command Line Interface Utilities
- [proxmox-utils](https://github.com/remofritzsche/proxmox-utils) Useful shell (python) scripts for managing proxmox virtual environment.
2020-02-01 10:35:28 +00:00
- [proxmove](https://github.com/ossobv/proxmove) Migrate virtual machines between different Proxmox VE clusters
2020-02-01 10:38:02 +00:00
- [pvekclean](https://github.com/jordanhillis/pvekclean) Easily remove old/unused PVE kernels on your Proxmox VE system
2020-02-13 13:26:51 +00:00
- [xshok-proxmox](https://github.com/extremeshok/xshok-proxmox) proxmox post installation scripts
2020-02-13 15:42:26 +00:00
- [pve-patches](https://github.com/ayufan/pve-patches) Incremental backup
2022-05-06 14:53:06 +00:00
- [proxmox-pci-switcher](https://github.com/rosineygp/proxmox-pci-switcher) Switch among Guest VMs organized by Resource Pool
2020-02-28 17:07:33 +00:00
- [proxmox-tools](https://github.com/marrobHD/proxmox-tools) 📦 A collection of stuff that I wrote for Proxmox 📦
2020-11-16 07:50:40 +00:00
- [Proxmox-Launcher](https://github.com/domingoruiz/Proxmox-Launcher) Proxmox Launcher
2022-04-20 17:14:41 +00:00
- [Proxmox Helper Scripts](https://github.com/tteck/Proxmox)
2023-01-01 14:02:13 +00:00
- [pbs-exporter](https://github.com/rare-magma/pbs-exporter) Bash script that uploads proxmox backup server API info to prometheus' pushgateway.
2023-03-24 10:40:17 +00:00
- [https://github.com/Aizen-Barbaros/Proxmox-WoL) A script to enable Wake on LAN on Proxmox
2020-11-16 07:50:40 +00:00
2023-03-04 06:51:19 +00:00
## Videos
- [Resizing Virtual Hard Drives in Proxmox](https://www.youtube.com/watch?v=hRP7u3QPNOM)
- [Creating a Ubuntu LXC in Proxmox for Docker](https://www.youtube.com/watch?v=1EYAGl96dZY&t)
2020-06-23 14:53:23 +00:00
- [Proxmox 6.1 and 6.2 PCIe Passthrough](https://www.youtube.com/watch?v=_fkKIMF3HZw)
2022-02-25 10:18:58 +00:00
- [Proxmox Monitoring Tools: InfluxDB2 + Grafana](https://www.youtube.com/watch?v=f2eyVfCTLi0)
2023-03-04 06:51:19 +00:00
# License
[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)
This project is not affiliated with Proxmox, which is free software distributed under the [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.en.html) (aGPLv3).