Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NodeConfiguration

Represents a node configuration object (from Wings).

Hierarchy

  • NodeConfiguration

Index

Properties

allowedMounts: string[]
api: { host: string; port: number; ssl: { cert: string; enabled: boolean; key: string }; uploadLimit: number }

Type declaration

  • host: string
  • port: number
  • ssl: { cert: string; enabled: boolean; key: string }
    • cert: string
    • enabled: boolean
    • key: string
  • uploadLimit: number
debug: boolean
remote: string
system: { data: string; sftp: { bindPort: number } }

Type declaration

  • data: string
  • sftp: { bindPort: number }
    • bindPort: number
token: string
tokenId: string
uuid: string

Generated using TypeDoc