Skip to main content
Module

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

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

Properties

debug: boolean
uuid: string
token_id: string
token: string
api: { host: string; port: number; ssl: { enabled: boolean; cert: string; key: string; }; upload_limit: number; }
system: { data: string; sftp: { bind_port: number; }; }
allowed_mounts: Array<string>
remote: string