Add RCON mod integration, Improving Image Automation and Configuration Management#58
Merged
Merged
Conversation
This was
linked to
issues
Feb 16, 2026
08b86df to
83a4bd8
Compare
…n Management
Added a new script to generate the `vsrcon.json` configuration file from environment variables, improving the management of RCON server settings. Updated the `Dockerfile` to clean up package lists after installations, reducing image size. Enhanced the `entrypoint.sh` script to display detailed environment variable configurations related to mod management and RCON settings, facilitating easier debugging and configuration.
# Change Details
* `Dockerfile`
* Clean up apt package lists after installations to reduce image size.
* Optimized layers to reduce overall image size and build time when caching.
* `Server Features`
* `entrypoint.sh`
* Added detailed output of environment variables runtime settings.
* Added environment variables for mod management, RCON Server configuration and RCon Web Client.
* Changed `VS_CFG_ONLY_WHITELISTED` to `VS_CFG_ENFORCE_WHITELIST` allowing the abstraction off the conflicting config items for controlling the whitelist enforcement state
* Added support for RCon through `VS_RCON_ENABLED` which triggers the installation of [Vintage RCON](https://mods.vintagestory.at/vintagercon)
* `generate-config.py`
* Updated environment variable setting map to include type, allowing for abstracted handling of boolean values to only required `true`, and `false` in the environment variable.
* `Rcon Web Client`
* Added new web client for leveraging the `Vintage RCON` mod.
* Support s OAuth with Google, Github, Facebook and Apple
* Makes Async calls to `Vintage RCON`, from a web based console interface.
* `README.md`
* Updated documentation for new image features.
83a4bd8 to
af17cc8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add RCON mod integration, Improving Image Automation and Configuration Management
Added a new script to generate the
vsrcon.jsonconfiguration file from environment variables, improving the management of RCON server settings. Updated theDockerfileto clean up package lists after installations, reducing image size. Enhanced theentrypoint.shscript to display detailed environment variable configurations related to mod management and RCON settings, facilitating easier debugging and configuration.Change Details
DockerfileServer Featuresentrypoint.shVS_CFG_ONLY_WHITELISTEDtoVS_CFG_ENFORCE_WHITELISTallowing the abstraction off the conflicting config items for controlling the whitelist enforcement stateVS_RCON_ENABLEDwhich triggers the installation of Vintage RCONgenerate-config.pytrue, andfalsein the environment variable.Rcon Web ClientVintage RCONmod.Vintage RCON, from a web based console interface.README.md