loudsmilestudios / tetraforce-infrastructure

Backend services and infrastructure for managed TetraForce servers.
GNU General Public License v3.0
13 stars 0 forks source link

Add Custom Server Settings for Authenticated Users #25

Open rdg922 opened 4 years ago

rdg922 commented 4 years ago

Currently there are no customization settings for creating servers, address this by adding custom server options for paid users.

Current ideas for Customization Settings:

yeslayla commented 4 years ago

Suggested Solution: Managed by using environment variable overrides when starting ECS task. Maybe cli-args environment variable that is then passed to game server.

This would required additional filtering of inputs to avoid code injection into container.

yeslayla commented 4 years ago

Alternative idea, pass each value as environment variable with default.

yeslayla commented 4 years ago

Related to: https://github.com/fornclake/TetraForce/issues/114