Updated Docker Image to currently maintained yolk

Also added a variable to disable update validation, as it appears to be overwriting ReHLDS changes.
This commit is contained in:
Shigbeard 2022-10-19 19:50:11 +11:00
parent 1fc073222d
commit b4e5633803
No known key found for this signature in database
GPG Key ID: 0C8DFB1B392A4730

View File

@ -12,7 +12,7 @@
"steam_disk_space" "steam_disk_space"
], ],
"docker_images": { "docker_images": {
"quay.io\/parkervcp\/pterodactyl-images:ubuntu_source": "quay.io\/parkervcp\/pterodactyl-images:ubuntu_source" "ghcr.io\/parkervcp\/games:source": "ghcr.io\/parkervcp\/games:source"
}, },
"file_denylist": [], "file_denylist": [],
"startup": ".\/hlds_run -console -game {{HLDS_GAME}} -port {{SERVER_PORT}} -sport {{VAC_PORT}} +map {{SRCDS_MAP}} +ip 0.0.0.0 -strictportbind -norestart", "startup": ".\/hlds_run -console -game {{HLDS_GAME}} -port {{SERVER_PORT}} -sport {{VAC_PORT}} +map {{SRCDS_MAP}} +ip 0.0.0.0 -strictportbind -norestart",
@ -99,6 +99,16 @@
"user_editable": false, "user_editable": false,
"rules": "required|string", "rules": "required|string",
"field_type": "text" "field_type": "text"
},
{
"name": "Validate",
"description": "Validate game files on update. Recommended to turn off with ReHLDS due to SteamCMD overwriting its changes",
"env_variable": "VALIDATE",
"default_value": "0",
"user_viewable": false,
"user_editable": false,
"rules": "required|boolean",
"field_type": "text"
} }
] ]
} }