2023-04-28 03:20:26 +02:00
[
{
"DisplayName" : "Server Port" ,
"Category" : "Server Settings" ,
"Description" : "" ,
"Keywords" : "" ,
"FieldName" : "$ServerPort" ,
"InputType" : "number" ,
"Hidden" : true ,
"IsFlagArgument" : false ,
"ParamFieldName" : "$.port" ,
"IncludeInCommandLine" : false ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Server Download URL" ,
"Category" : "Server Settings" ,
"Description" : "Sets the full URL to download the server from. [Login](https://foundryvtt.com/) to obtain a current timed URL, then update the server before the timeout. NOTE: Make sure to select the \"Linux/NodeJS\" version" ,
"Keywords" : "download,url" ,
"FieldName" : "DownloadURL" ,
"InputType" : "text" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "DownloadURL" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "" ,
"Placeholder" : "https://foundryvtt.s3.amazonaws.com" ,
2023-10-11 04:45:28 +02:00
"Required" : true ,
2023-04-28 03:20:26 +02:00
"EnumValues" : { }
} ,
{
"DisplayName" : "Node.js Version" ,
"Category" : "Server Settings" ,
2023-06-01 05:45:32 +02:00
"Description" : "Sets the [Node.js release version](https://nodejs.org/download/release/) to install to run the server. Minimum v16.x required. NOTE: Specify a numbered version like v18.16.0, rather than any \"latest\" version" ,
2023-04-28 03:20:26 +02:00
"Keywords" : "node,nodejs,version" ,
"FieldName" : "NodeVersion" ,
"InputType" : "text" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "NodeVersion" ,
"IncludeInCommandLine" : false ,
2023-06-01 05:45:32 +02:00
"DefaultValue" : "v18.16.0" ,
"Placeholder" : "v18.16.0" ,
2023-10-11 04:45:28 +02:00
"Required" : true ,
2023-04-28 03:20:26 +02:00
"EnumValues" : { }
} ,
{
"DisplayName" : "Enable UPnP" ,
"Category" : "Server Settings" ,
"Description" : "If set, UPnP will be enabled on the server. This functionality requires a UPnP-enabled router to work" ,
"Keywords" : "upnp" ,
"FieldName" : "upnp" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "upnp" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
"False" : "false" ,
"True" : "true"
}
}
2023-05-31 02:35:23 +02:00
]