Live Helper Chat

Live Helper Chat
Live Helper Chat
by Live Helper Chat

Version 3.96

OS Centos 7.9.2009

Business Apps

Description

Software Included

Package
Nginx
Version
1.20.1
License
Package
MariaDB
Version
10.4.24
License
Package
NodeJS
Version
10.24.1
Package
Redis
Version
3.2.12
Package
Fail2ban
Version
0.11.1
License
Package
PHP
Version
7.4.28
Package
Postfix
Version
2.10.1
License

Getting started after deploying Live Helper Chat

API Creation

In addition to creating a Droplet from the Live Helper Chat 1-Click App via the control panel, you can also use the DigitalOcean API.

As an example, to create a 4GB Live Helper ChatDroplet in the NYC3 region, you can use the following curl command. You'll need to either save your API access token to an environment variable or substitute it into the command below.


  curl -X POST -H 'Content-Type: application/json' \
       -H 'Authorization: Bearer '$TOKEN'' -d \
      '{"name":"choose_a_name","region":"nyc3","size":"s-2vcpu-4gb","image":"livehelperchat-7-8-2003"}' \
      "https://api.digitalocean.com/v2/droplets"