Commit graph

255 commits

Author SHA1 Message Date
Daniel Ceregatti
ec422a35d6 Update docs. 2024-06-21 22:57:31 -07:00
Daniel Ceregatti
a142b9101f Update docs. Add TL;DR. 2024-06-21 22:46:11 -07:00
Daniel Ceregatti
52850e6551 Store the bind mount directly in the user's home directory instead of under the clone of the code. 2024-06-21 21:54:50 -07:00
Daniel Ceregatti
bfa5fd4561 Update docs. 2024-06-21 21:18:08 -07:00
Daniel Ceregatti
bef4ca8042 Update docs. 2024-06-21 20:58:07 -07:00
Daniel Ceregatti
28e91a2a0f Update docs. 2024-06-21 20:55:25 -07:00
Daniel Ceregatti
4c2b0d3781 Add CA certs, as steamcmd needs that too. YOU'D THINK PACKAGE DEPS WOULD COVER THIS... 2024-06-21 19:33:43 -07:00
Daniel Ceregatti
a97d76d46f Add locales so steamcmd doesn't complain. 2024-06-21 19:31:59 -07:00
Daniel Ceregatti
12e6306833 Fix steamcmd PATH issue. 2024-06-21 19:29:12 -07:00
Daniel Ceregatti
fd83a017e1 Ensure we have the sources we need. Steamcmd is in non-free. 2024-06-21 19:20:49 -07:00
Daniel Ceregatti
ffc2400d8b Add steamcmd from the distro. 2024-06-21 19:18:02 -07:00
Daniel Ceregatti
ea6079d037 Update docs. 2024-06-21 19:15:21 -07:00
Daniel Ceregatti
acc0fba604 Simplify Dockerfile even more.
Fix PS1.
2024-06-21 19:12:46 -07:00
Daniel Ceregatti
ba0c738723 Update docs. 2024-06-21 18:21:40 -07:00
Daniel Ceregatti
7d8c9f10bd First commit of the 'simple' branch. Maybe too simple? 2024-06-21 18:09:28 -07:00
Daniel Ceregatti
fa8950ccf8 Merge branch 'main' into two-servers 2024-06-21 14:01:24 -07:00
Daniel Ceregatti
c25ca21574 Fix erroneous data in mod integration. 2024-06-21 14:01:10 -07:00
Daniel Ceregatti
c63f5c6be1 Merge from downstream. 2024-06-20 09:49:24 -07:00
Daniel Ceregatti
1a9c05a190 Oops, didn't mean to commit these two changes. Reverting. 2024-06-20 09:45:44 -07:00
Daniel Ceregatti
958c9711fe See if we get fewer commit warnings. 2024-06-19 17:12:24 -07:00
Daniel Ceregatti
2f1f30fd6b Merge branch 'main' into two-servers 2024-06-19 17:00:07 -07:00
Daniel Ceregatti
2f1509fb65 Change the default maps to always come from github. One used to be able to install the server using the anonymous steam user, but now the mpmissions aren't included if the anonymous user is used.
Handle multiple env files for now while we transition server orchestration entirely to the web container.
Add MuchStuffPack mod integration.
Add git to the web container so we can checkout server resources from github as git. Allows us to just pull on git to keep up to date.
2024-06-19 16:59:33 -07:00
Daniel Ceregatti
563b17b018 Update docs. 2024-05-30 14:51:28 -07:00
Daniel Ceregatti
50837d97da This should not have made its way here. Removing. 2024-05-30 12:59:04 -07:00
Daniel Ceregatti
60fc1d58ee Add support for setting the steam query port via the environment. It's optional, but now we're going to always use it, so we normalized that setting in the serverDZ.cfg that we ship (which we should probably update, as 1.25 adds new entries). 2024-05-29 20:08:08 -07:00
Daniel Ceregatti
6fbb9bf2ad Add support for two servers. This is a breaking change from before, as it creates new volumes with 1 and 2 in their names, allowing for 3, 4, ..., n. 2024-05-29 02:45:11 -07:00
Daniel Ceregatti
a905435bfc Add support for detecting the version of the server. It's very ghetto. There must be a better way. 2024-05-29 01:42:38 -07:00
Daniel Ceregatti
5eddab9abb Unset the DEVELOPMENT environment variable in .bashrc to make my life easier. 2024-05-29 01:39:47 -07:00
Daniel Ceregatti
eff95afd65 Make the default map-specific file be Chernarus. 2024-05-29 01:38:49 -07:00
Daniel Ceregatti
4ac44660d0 unset DEVELOPMENT in bashrc. 2024-05-28 11:17:42 -07:00
Daniel Ceregatti
90f67dc065 Put curl back into the web container, as it's used to download remote XML from mod integrations that have these. 2024-05-28 11:17:09 -07:00
Daniel Ceregatti
abceedf9c0 Switch to bookworm-slim.
Remove unnecessary packages.
2024-05-19 14:12:30 -07:00
Daniel Ceregatti
09700762ed Fix case of file that changed upstream. 2024-05-15 11:09:49 -07:00
Daniel Ceregatti
088d5d3e51 Implement server restarting via messages.xml.
Trim down the container to only what it really needs.
Upgrade containers to bookworm.
Upgrade web's node to 20.
Add bercon to the web container.
Remove rcon from the server container.
Remove motd text from config.
Add roadmap and update docs.
2024-04-19 08:03:18 -07:00
Daniel Ceregatti
c5b20334e1 Add roadmap and update docs. 2024-03-29 09:39:45 -07:00
Daniel Ceregatti
f6aa92d945 Implement key copying as a factor of starting the server.
Only copy extra files from mod integrations, not ones that are handled already.
Add 'all' for deactivation argument to allow a quick reset of the mods.
Restore generic server name in the config example.
Update docs.
2024-03-28 08:06:19 -07:00
Daniel Ceregatti
93f65760ac Remove version from docker compose, as it seems this is obsolete.
Get status from a different file, as the previous file's stats were changing, and therefore unreliable.
Add Namalsk maps to config.
2024-03-22 23:10:21 -07:00
Daniel Ceregatti
2754028504 Fix status command. 2024-02-23 20:26:11 -08:00
Daniel Ceregatti
47800dbeb9 Update docs for release. There's still some bogus info that needs cleanup, but, later. 2024-02-20 14:34:28 -08:00
Daniel Ceregatti
80adb60aa8 As of today, we have a release version! I can't believe it!
We no longer need to lower case the files.
Switch to the release server id.
Move rcon from the web container to the server container.
Handle .c files on a per-map basis.
Update per-map .c files.
2024-02-20 14:28:59 -08:00
Daniel Ceregatti
5918646eb0 Add custom integration for disabling the personal light. This gets turned on despite what's set in serverDZ.cfg because it's overridden in cfggameplay.json.
Add wipe command, to allow for easy wiping of storage.
Remove cfggameplay case-sensitivity hack, now that this is fixed upstream.
Continue documenting the vanilla installation instructions for Hype Train, for some reason.
2024-01-18 11:40:19 -08:00
Daniel Ceregatti
cd308e1f96 Fix cfgGameplay.json hack.
Update docs.
2023-12-24 11:19:09 -08:00
Daniel Ceregatti
39ab84f338 Update docs. 2023-12-22 13:58:12 -08:00
Daniel Ceregatti
66530e9538 Update docs. 2023-12-22 13:51:43 -08:00
Daniel Ceregatti
40f31d0b14 Implement start scripts to do all the extra stuff, like remove nodes from XML files.
Add WinterChernarusV2 mod's init changes.
2023-12-22 10:04:25 -08:00
Daniel Ceregatti
a92cdaf539 Update docs. 2023-12-21 20:17:50 -08:00
Daniel Ceregatti
9ee8be4505 Rename Chernarus-specific files to just have a generic name. This makes things easier.
Update files from upstream: https://steamcommunity.com/workshop/filedetails/discussion/3115714092/4032475029247848861/
Update docs.
2023-12-21 20:13:40 -08:00
Daniel Ceregatti
d1d3069500 Add Diesel Jerry can mod. 2023-12-21 16:02:39 -08:00
Daniel Ceregatti
70181b13e7 Rename Chernarus-specific file. 2023-12-19 11:20:44 -08:00
Daniel Ceregatti
5a1e4daa48 Add HypeTrain mod support. WIP. 2023-12-19 11:18:49 -08:00