1.1.9 • Published 1 year ago

delirium-proxmox v1.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Delirium Proxmox Library

Node.js library for interacting with the Proxmox API. It provides a simple and lightweight wrapper around the Proxmox API, making it easier to manage your Proxmox virtual environments from a Node.js application.

Features

  • Authentication with Proxmox server
  • Fetching nodes, storages, networks, and CPU information
  • Creating and configuring virtual machines
  • Resizing virtual machine disks
  • Fetching Proxmox server version

Installation

To install the Delirium Proxmox Library, use the following command in your Node.js project:

npm install delirium-proxmox

Usage

First, import the necessary services from the library:

import { DeliriumClient } from 'delirium-proxmox';

Then, create an instance of the `DeliriumClient` and use its methods to interact with the Proxmox API:

const deliriumClient = new DeliriumClient();
// Use the client...

Peer Dependencies

This library has the following peer dependencies, which should be installed in your project:

  • `@nestjs/axios`
  • `@nestjs/common`
  • `@nestjs/core`
  • `@nestjs/platform-express`
  • `axios`
  • `reflect-metadata`
  • `rxjs`
  • `tough-cookie`

License

This project is licensed under the MIT License. See the LICENSE.md file for details.

Author

  • Álvaro Diago de Aguilar - GitHub

Contributing

Contributions are welcome. Please open an issue or submit a pull request on GitHub.

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago