Skip to main content
Module

x/ptereno/lib/types/application.ts>NewNodeOptions

An efficient and fully compliant Pterodactyl API wrapper.
Latest
interface NewNodeOptions
import { type NewNodeOptions } from "https://deno.land/x/ptereno@v1.0.1/lib/types/application.ts";

Properties

name: string

The node name

optional
description: string

The node description

locationID: number

The node location id

optional
visibility: VisibilityType

The node visibility

When set to private, this node cannot be auto-deployed.

fqdn: string

The node domain or ip address

scheme: SchemeType

The URI scheme

optional
proxy: boolean

Whether or not the node is behind a proxy

When set to true, certificates will be skipped on boot.

memory: number

The total amount of usable memory

optional
memoryOverallocate: number

The memory overallocation percentage

When specified, a percentage of the server memory will be added to the total memory capacity.

disk: number

The total amount of disk space in megabytes

optional
diskOverallocate: number

The disk overallocation percentage

When specified, a percentage of the server disk will be added to the total disk space.

optional
uploadSize: number

The maximum upload size

optional
daemonBase: string

The base directory for all server files

optional
daemonSFTP: number

The daemon SFTP port

optional
daemonListen: number

The daemon listening port