Commit graph

273 commits

Author SHA1 Message Date
Daniel Ceregatti
7ff7cf2048 Add various mod integrations.
Add an install script for Red Falcon Helis to change the nominal values of items so they spawn on the map. This doesn't happen by default and requires that the script be modified to run.
2025-07-30 13:58:32 -06:00
Daniel Ceregatti
0db8acaa65 Remove the conditional adding of the contents of the .bashrc file and change the TERM variable to allow for the use of home and end keys in the web container. 2025-07-30 13:57:02 -06:00
Daniel Ceregatti
143a5cf059 Update comment. 2025-07-30 13:56:10 -06:00
Daniel Ceregatti
d28f698728 Add support for server mods in the server command line. 2025-07-30 13:55:50 -06:00
Daniel Ceregatti
386cd4878c Add support for displaying which mods are active in the server container when listing the installed mods. 2025-07-30 13:54:42 -06:00
Daniel Ceregatti
a64a61962e Allow for the use of home and end in a container shell by setting a different TERM variable. 2025-07-30 13:53:51 -06:00
Daniel Ceregatti
1f31cec202 Add bercon-cli into the server container. 2025-07-30 13:53:01 -06:00
Daniel Ceregatti
9521ded242 Fix documentation. 2025-07-28 16:54:46 -06:00
Daniel Ceregatti
34368bb4f3 Denote 'installed mods' for the list command, as opposed to 'active mods' for the status command. 2025-07-28 16:52:46 -06:00
Daniel Ceregatti
625dce94ec Add function that handles custom installations of mod files, e.g. MMGMightysMilitaryGear, which ships separate types files that must all be used for the mod to work. 2025-07-28 16:32:44 -06:00
Daniel Ceregatti
0f2ecce170 Add support for running post mod install scripts.
Fix the use of an environment variable that conflicts with a shell variable.
2025-07-28 15:59:37 -06:00
Daniel Ceregatti
fcda4d1d60 Add post-install script that combines all the shipped types files into one, because this mod author is a sadist. 2025-07-28 15:58:55 -06:00
Daniel Ceregatti
7f08f94ac7 Use bercon-cli instead of its predecessor. 2025-07-28 15:48:11 -06:00
Daniel Ceregatti
eb6ac6c1a1 Document how to fix the permissions bug when deleting docker volumes. 2025-07-28 15:47:15 -06:00
Daniel Ceregatti
efb9276a8e Use the serverDZ.cfg in the files directory, as this is mounted within the server container, whereas the root is not. 2025-07-28 11:27:48 -06:00
Daniel Ceregatti
a074c14386 Change the path to the working serverDZ.cfg file again. 2025-07-28 11:22:11 -06:00
Daniel Ceregatti
d1ebd78447 Change the path to the working serverDZ.cfg file. 2025-07-28 11:21:31 -06:00
Daniel Ceregatti
e6c013fde9 Update documentation. 2025-07-28 11:15:07 -06:00
Daniel Ceregatti
baf4ab82bc WIP on getting the server's version into the output of status. 2025-07-26 13:15:02 -06:00
Daniel Ceregatti
3d93b4d297 Ignore the live serverDZ.cfg. 2025-07-26 12:03:40 -07:00
Daniel Ceregatti
dc974ddb64 Add/Update support for various mods: BoomLaysThings,BowenCamoGear, FlipTransport, ForeverBurningCampfire, MassClothing, MuchCarKey, and WindridesClothingPack. And others, mostly fixing case sensitivity issues and paths to XML files in mod directories. 2025-07-26 12:00:42 -07:00
Daniel Ceregatti
481e485328 Update the Pripyat github URL. 2025-07-14 16:11:40 -07:00
Daniel Ceregatti
5f389b77c2 Fix bad merge. 2025-07-11 16:49:12 -07:00
Daniel Ceregatti
f7d09fbece Merge pull request 'Adding Sakhal to serverDZ.cfg' (#5) from degnedict/dayzdockerserver:main into main
Reviewed-on: https://ceregatti.org/git/daniel/dayzdockerserver/pulls/5
2025-07-11 23:21:44 +00:00
Daniel Ceregatti
d202482c6b Add strace and ltrace to the server image. 2025-03-24 17:06:28 -07:00
Daniel Ceregatti
33c591e421 Fix file case change in an addon. 2025-03-24 17:04:59 -07:00
Daniel Ceregatti
653a9e79f7 Add Sakhal as a comment. 2025-03-10 22:31:16 -07:00
degnedict
cda9de85d5 Update files/serverDZ.cfg 2024-10-18 00:12:04 +00:00
Daniel Ceregatti
119960773d Merge from main. 2024-07-26 22:30:39 -07:00
Daniel Ceregatti
d6d2c7562c Fix bad markup. 2024-07-26 21:55:52 -07:00
Daniel Ceregatti
ef0ef27731 Add Pripyat map, even though it still crashes the Linux server. 2024-07-09 09:16:06 -07:00
Daniel Ceregatti
3ae7bc4454 Stop doing stupid shit. 2024-06-30 11:53:27 -07:00
Daniel Ceregatti
8cf493e8d5 Fix bug where upstream files were not being copied to the correct location upon server start. 2024-06-28 20:56:57 -07:00
Daniel Ceregatti
9fb3504bac Ensure that the mpmissions being used has all the files we need. Some don't, like Namalsk, which lacks cfggameplay.json.
Account for default ports. Another consequence from the bad merge.
2024-06-27 14:34:21 -07:00
Daniel Ceregatti
9d26bcbe44 More alignment. 2024-06-22 13:14:13 -07:00
Daniel Ceregatti
dc36e1817c Fix Namalsk map integration, as it has two sets of mpmissions directories. 2024-06-22 13:11:24 -07:00
Daniel Ceregatti
ed2b9499a2 Fix unaligned text. 2024-06-22 12:52:35 -07:00
Daniel Ceregatti
269f62cd72 Fix lack of STEAM_PORT in env. This was an oversight from a bad merge. 2024-06-22 12:49:00 -07:00
Daniel Ceregatti
d977b4d2d1 Downstream merge. 2024-06-22 10:28:11 -07:00
Daniel Ceregatti
d1b5f36aca Add Namalsk map integration. WIP. 2024-06-22 10:00:06 -07:00
Daniel Ceregatti
bd8dac6d98 Make the Steam query port configurable. This is to prepare for other feature branches. 2024-06-21 14:04:58 -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
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
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