AMPTemplates/foundry-vttconfig.json
2023-10-11 13:45:28 +11:00

62 lines
2.2 KiB
JSON

[
{
"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",
"Required":true,
"EnumValues":{}
},
{
"DisplayName":"Node.js Version",
"Category":"Server Settings",
"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",
"Keywords":"node,nodejs,version",
"FieldName":"NodeVersion",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"NodeVersion",
"IncludeInCommandLine":false,
"DefaultValue":"v18.16.0",
"Placeholder":"v18.16.0",
"Required":true,
"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"
}
}
]