pterodactyl / whmcs

WHMCS Module for Pterodactyl (v0.7.3 and higher)
MIT License
185 stars 77 forks source link

Custom Server Version Selection #61

Closed Aidan-Warner closed 4 years ago

Aidan-Warner commented 4 years ago

While the majority of the server options are available to be picked by the customer using custom fields, there doesn't seem to be a way to offer the option for customers to choose their preferred server version.

parkervcp commented 4 years ago

Is this not what variables are for?

Aidan-Warner commented 4 years ago

From testing, no environment variables have worked. Any chance you could explain how I would go about this?

parkervcp commented 4 years ago

You would need a custom image and a start script that uses the variable if you want them to be able to change versions on start.

TrixterTheTux commented 4 years ago

This is already possible with overwriting the variables/egg_id the server deploys with as mentioned above. Configuration issues should also go to the Pterodactyl Discord mentioned in the README over GitHub issues.