Add Foundry Virtual Tabletop (#312)
This commit is contained in:
59
foundry-vttconfig.json
Normal file
59
foundry-vttconfig.json
Normal file
@@ -0,0 +1,59 @@
|
||||
[
|
||||
{
|
||||
"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",
|
||||
"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 v14.x required. NOTE: Specify a numbered version like v.14.21.3, rather than any \"latest\" version",
|
||||
"Keywords":"node,nodejs,version",
|
||||
"FieldName":"NodeVersion",
|
||||
"InputType":"text",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"NodeVersion",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"v14.21.3",
|
||||
"Placeholder":"v14.21.3",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user