FARM

FARM
FARM

Version latest

OS Ubuntu 24.04

Frameworks

Description

Software Included

Package
NGINX
Version
1.24.0
License
Package
Gunicorn
Version
25.1.0
Package
Uvicorn
Version
0.41.0
Package
Certbot
Version
2.9.0
Package
npm
Version
10.8.2
Package
pm2
Version
6.0.14
Package
React
Version
^18.2.0
Package
FastAPI
Version
0.135.1
Package
MongoDB
Version
7.0.30
License
Package
Node.js
Version

Getting started after deploying FARM

API Creation

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

As an example, to create a 4GB FARMDroplet 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":"farm"}' \
      "https://api.digitalocean.com/v2/droplets"