[SERVER] Steam Query Port Sets the network port used by the Steam server browser to query information about the game. This is only used if the server is set to public. | QUERY_PORT | 27015 | required|integer|between:1024,65536 |
[SERVER] Server Name This is the name of the server listed in the Steam server browser. | SERVER_NAME | none | required|string|max:40 |
[SERVER] Server World Name Sets the server world name. This is the folder where the save files will be stored. | WORLD_NAME | MyFoundry | required|string|max:20 |
[SERVER] Server Password Sets the server password. | SRV_PW | none | nullable|string|max:20 |
[SERVER] Pause Server When Empty Will the server pause when nobody is connected. | PAUSE_SERVER | true | required|string|in:true,false |
[SERVER] Autosave Interval Sets the autosave frequency in seconds. | AUTOSAVE_INTERVAL | 300 | required|numeric |
[SERVER] Server Public Sets whether the server is listed on the Steam server browser. | PUBLIC_SERVER | true | required|string|in:true,false |
[SERVER] Map Seed Sets the map seed used to generate the world. | MAP_SEED | 42938743982 | required|numeric |
[SERVER] Server Max Players This sets the max amount of players on a server. | MAX_PLAYERS | 32 | required|numeric |
[SERVER] Savepath | SAVE_PATH | /home/container/serverfiles | required|string |
[SERVER] Auto update the server | AUTO_UPDATE | 1 | required|boolean |
WINDOWS_INSTALL | WINDOWS_INSTALL | 1 | required|in:1 |
[STEAM] Steam App ID Steam App ID | SRCDS_APPID | 2915550 | required|string|in:2915550 |
[WINE] WINETRICKS_RUN | WINETRICKS_RUN | mono | required|string |
[WINE] WINEDEBUG | WINEDEBUG | -all | required|string |
[WINE] XVFB | XVFB | 1 | required|in:1 |