Added Auto Update Feature

This commit is contained in:
M1DN1GHT01 2021-04-22 10:40:38 -04:00 committed by GitHub
parent 6baa2ea6fe
commit e4d863537c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,15 +4,15 @@
"version": "PTDL_v1",
"update_url": null
},
"exported_at": "2021-03-23T21:39:59-04:00",
"exported_at": "2021-04-22T10:37:40-04:00",
"name": "Pavlov VR",
"author": "admin@devil.wtf",
"description": "Pavlov VR is a multiplayer shooter in VR with heavy focus on community features. Realistic reloading features and fast paced combat as part of the core experience. Play the #1 most popular VR shooter on PC today.",
"features": null,
"images": [
"quay.io\/parkervcp\/pterodactyl-images:base_debian"
"quay.io\/parkervcp\/pterodactyl-images:debian_source"
],
"file_denylist": [],
"file_denylist": "",
"startup": ".\/Pavlov\/Binaries\/Linux\/PavlovServer -PORT={{SERVER_PORT}}",
"config": {
"files": "{\r\n \"Pavlov\/Saved\/Config\/RconSettings.txt\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"Password=\": \"Password={{env.RCON_PASSWORD}}\",\r\n \"Port=\": \"Port={{env.RCON_PORT}}\"\r\n }\r\n }\r\n}",
@ -63,6 +63,15 @@
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:20"
},
{
"name": "Auto-update server",
"description": "This is to enable auto-updating for servers.\r\n\r\nDefault is 0. Set to 1 to update",
"env_variable": "AUTO_UPDATE",
"default_value": "0",
"user_viewable": true,
"user_editable": true,
"rules": "required|boolean"
}
]
}
}