* Community dev testing (#1)
* Addition of Mod Parameters
Adding mod parameters allowing users to add workshop mods to their server prior to container deployment
* Update run_server.sh
Fixed CONFIG_DIR to reference the correct location
* Addition of Config.env
* Remove root use; Correct first boot;
- src/run_server.sh
- Moved some variables around for consistency.
- Replaced 'first_start_config_ops' and 'start_server_initial' with 'test_first_run'.
- Removed the use of the root user.
* Add server pub. to Compose; Refactor;
-docker-compose.yaml
- Added a environment variable for Server publicity.
- src/run_server.sh
- Turned off debug output.
- Refactored ordering of operations for consistency.
Co-authored-by: John Earle <[email protected]>