AMPTemplates/foundry-vttconfig.json

62 lines
2.2 KiB
JSON
Raw Permalink Normal View History

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",
"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,
"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"
}
}
]