Didstopia / rust-server

Provides a dedicated linux server for Rust (the game) running inside a Docker container.
MIT License
244 stars 104 forks source link

Level_URL Parameter not used in Docker File #94

Closed SPollard502 closed 3 years ago

SPollard502 commented 3 years ago

Is your feature request related to a problem? Please describe. We need to use Custom Maps on our server. To do this we need to give the server a level_url parameter. As we do not have direct access to the servers configuration, and instead have to put configurations into the .env file, we need the image to read a level url parameter from the .env file to be given to the server to load a custom map.

Describe the solution you'd like The docker start to read an image_url parameter from the .env file. And then put this into the servers configuration so that it loads a custom map from a url, such as a dropbox link or a cdn link.

Describe alternatives you've considered Manually changing the server config file inside the server files to take account of the map. Manually inserting the map file into the server map files folder under the same name, seed and map size and hoping the server loads that thinking it is the normal map.

Additional context Not really applicable.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.