Improve order

This commit is contained in:
Daniele Corsini 2020-02-28 17:46:06 +01:00 committed by GitHub
parent f3357d4ad8
commit e5372b0078
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,22 +22,35 @@ The [Proxmox VE](https://pve.proxmox.com)
- [Tools](#tools)
## Api
- [Proxmox API](https://pve.proxmox.com/wiki/Proxmox_VE_API) Proxmox Documentation API
- .Net
- [cv4pve-api-dotnet](https://github.com/Corsinvest/cv4pve-api-dotnet) Proxmox VE Client API .Net C#
- [cv4pve-api-java](https://github.com/Corsinvest/cv4pve-api-java) Proxmox VE Client API JAVA
- [ProxmoxSharp](https://github.com/ionelanton/ProxmoxSharp) Proxmox C# API client
- Php
- [cv4pve-api-php](https://github.com/Corsinvest/cv4pve-api-php) Proxmox VE Client API PHP
- [ProxmoxVE](https://github.com/ZzAntares/ProxmoxVE) This PHP 5.5+ library allows you to interact with your Proxmox server API.
- [pve2-api-php-client](https://github.com/CpuID/pve2-api-php-client) Proxmox 2.0 API Client for PHP
- Java
- [cv4pve-api-java](https://github.com/Corsinvest/cv4pve-api-java) Proxmox VE Client API JAVA
- [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.
- [Proxmox](https://github.com/nledez/proxmox) You need to manage a proxmox host with Ruby? This library is for you.
- [Proxmox](https://www.npmjs.com/package/proxmox) node.js proxmox client
- [ProxmoxSharp](https://github.com/ionelanton/ProxmoxSharp) Proxmox C# API client
- [pve2-api-php-client](https://github.com/CpuID/pve2-api-php-client) Proxmox 2.0 API Client for PHP
- [ProxmoxVE](https://github.com/ZzAntares/ProxmoxVE) This PHP 5.5+ library allows you to interact with your Proxmox server API.
- [pve2-api-java](https://github.com/Elbandi/pve2-api-java) Proxmox 2.0 API Client for Java
- Perl
- [Net-Proxmox-VE-0.006](https://metacpan.org/release/DJZORT/Net-Proxmox-VE-0.006) Pure perl API for Proxmox virtualization
- Ruby
- [Proxmox](https://github.com/nledez/proxmox) You need to manage a proxmox host with Ruby? This library is for you.
- NodeJs
- [Proxmox](https://www.npmjs.com/package/proxmox) node.js proxmox client
## Article
- [servethehome](https://www.servethehome.com/setup-docker-on-proxmox-ve-using-zfs-storage/) Setup Docker on Proxmox VE Using ZFS Storage