docker-reforger
docker-reforger copied to clipboard
Arma Reforger installation in Docker
At one point, wiki server hosting documentation was incorrectly mentioning need for `TRACY_NO_INVARIANT_CHECK` setting, but that has since been corrected. It should probably also be removed from the docker images.
Server won't launch with current defaults ``` BACKEND : Loading dedicated server config. BACKEND : JSON Schema Validation: BACKEND : minLength error: BACKEND (E): Param "#/rcon/password" is bellow the minimum...
Add `PARAMETERS.md` documenting each parameter that can be used and what they do and how they behave. If I'm missing any info or you would like me to add anything,...
This fixes the server not gracefully shutting down when using `docker compose down` / `docker compose restart` due to SIGINT being ignored by `os.system()`. The script will gracefully shutdown with...
# Feat: improve password handling, install checks, and fix issues #52 and #47; upgrade to Debian Trixie - launch.py: * Refactored password generation for RCON and admin: now uses secure,...
## Proposed Feature Roadmap for V2.0 Major Update --- Hi everyone, As a contributor, I've been thinking about some ways we could improve the project. Based on feedback and common...
- Applied linting to the Dockerfile for better readability and consistency. - Updated README.md with additional details. ( lot of it ) - Added multiple docker-compose example files: - docker-compose-config-variable-only.yml...
## Description: When attempting to launch the Arma Reforger dedicated server without setting an RCON password (e.g., by omitting the RCON_PASSWORD environment variable), the server fails to start. The issue...