05c52545b4216a2e4682b9fb526b62a72ae8b4d9
VirtFusion Direct Provisioning Module for WHMCS
This module requires VirtFusion v1.7.3 or higher as this is what it's based on. Please refer to the official documenataion.
Installation
- Download the latest release from the releases page.
- Extract the contents of the archive and upload the modules folder to your WHMCS installation directory.
Configuration
You'll need to configure the following constraints in your configuration.php file.
This is only temporary and will be replaced with pulling the token from the database in the future.
// VirtFusion API URL
const VIRTFUSION_API_URL = "https://your-virtfusion-url.com/api/v1";
// VirtFusion API Token
const VIRT_TOKEN = "your-virtfusion-token";
What does this module change?
This module changes the following things:
- Adds configurable options to the product configuration page to allow the user to select the operating system and add a ssh key to the initial deployment.
Description