Commit graph

  • 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. main Daniel Ceregatti 2025-07-30 13:58:32 -06:00
  • 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. Daniel Ceregatti 2025-07-30 13:57:02 -06:00
  • 143a5cf059 Update comment. Daniel Ceregatti 2025-07-30 13:56:10 -06:00
  • d28f698728 Add support for server mods in the server command line. Daniel Ceregatti 2025-07-30 13:55:50 -06:00
  • 386cd4878c Add support for displaying which mods are active in the server container when listing the installed mods. Daniel Ceregatti 2025-07-30 13:54:42 -06:00
  • a64a61962e Allow for the use of home and end in a container shell by setting a different TERM variable. Daniel Ceregatti 2025-07-30 13:53:51 -06:00
  • 1f31cec202 Add bercon-cli into the server container. Daniel Ceregatti 2025-07-30 13:53:01 -06:00
  • 9521ded242 Fix documentation. Daniel Ceregatti 2025-07-28 16:54:46 -06:00
  • 34368bb4f3 Denote 'installed mods' for the list command, as opposed to 'active mods' for the status command. Daniel Ceregatti 2025-07-28 16:52:46 -06:00
  • 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. Daniel Ceregatti 2025-07-28 16:32:44 -06:00
  • 0f2ecce170 Add support for running post mod install scripts. Fix the use of an environment variable that conflicts with a shell variable. Daniel Ceregatti 2025-07-28 15:59:37 -06:00
  • fcda4d1d60 Add post-install script that combines all the shipped types files into one, because this mod author is a sadist. Daniel Ceregatti 2025-07-28 15:58:55 -06:00
  • 7f08f94ac7 Use bercon-cli instead of its predecessor. Daniel Ceregatti 2025-07-28 15:48:11 -06:00
  • eb6ac6c1a1 Document how to fix the permissions bug when deleting docker volumes. Daniel Ceregatti 2025-07-28 15:47:15 -06:00
  • efb9276a8e Use the serverDZ.cfg in the files directory, as this is mounted within the server container, whereas the root is not. Daniel Ceregatti 2025-07-28 11:27:48 -06:00
  • a074c14386 Change the path to the working serverDZ.cfg file again. Daniel Ceregatti 2025-07-28 11:22:11 -06:00
  • d1ebd78447 Change the path to the working serverDZ.cfg file. Daniel Ceregatti 2025-07-28 11:21:31 -06:00
  • e6c013fde9 Update documentation. Daniel Ceregatti 2025-07-28 11:15:07 -06:00
  • baf4ab82bc WIP on getting the server's version into the output of status. Daniel Ceregatti 2025-07-26 13:14:56 -06:00
  • 30981c8191 Merge branch 'main' into development development Daniel Ceregatti 2025-07-26 12:04:55 -07:00
  • 3d93b4d297 Ignore the live serverDZ.cfg. Daniel Ceregatti 2025-07-26 12:03:40 -07:00
  • 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. Daniel Ceregatti 2025-07-26 12:00:42 -07:00
  • 481e485328 Update the Pripyat github URL. Daniel Ceregatti 2025-07-14 16:11:40 -07:00
  • 5f389b77c2 Fix bad merge. Daniel Ceregatti 2025-07-11 16:49:12 -07:00
  • f7d09fbece Merge pull request 'Adding Sakhal to serverDZ.cfg' (#5) from degnedict/dayzdockerserver:main into main Daniel Ceregatti 2025-07-11 23:21:44 +00:00
  • 1a00acc7ff Add the 'Add a server' button. Daniel Ceregatti 2025-06-27 10:58:56 -06:00
  • d202482c6b Add strace and ltrace to the server image. Daniel Ceregatti 2025-03-24 17:06:28 -07:00
  • 33c591e421 Fix file case change in an addon. Daniel Ceregatti 2025-03-24 17:04:59 -07:00
  • 653a9e79f7 Add Sakhal as a comment. Daniel Ceregatti 2025-03-10 22:31:16 -07:00
  • bbd8e32d4c Fix argument parsing. Daniel Ceregatti 2025-03-10 21:20:07 -07:00
  • 9253f249f2 Fix doc formatting again. Daniel Ceregatti 2025-03-10 14:26:34 -07:00
  • f8561d8ec6 Fix doc formatting. Daniel Ceregatti 2025-03-10 14:26:03 -07:00
  • 44aaede5a6 WIP Daniel Ceregatti 2025-01-31 15:06:13 -07:00
  • cda9de85d5 Update files/serverDZ.cfg degnedict 2024-10-18 00:12:04 +00:00
  • 569e45c93c Implement much missing stuff: Login. Still WIP, but works. Install server files. Once logged in, this works. Add support for experimental in both web and scripts. WIP. Continuous streaming text web interface for long-running server processes. Large refactor of the config file. Use arrays instead of delimited strings. Large refactor of the express server to support the above. Add Steam API key to env for when we do mod searches. Customize the bash shell of the web container should we exec into it. Ignore the env file. Daniel Ceregatti 2024-08-26 09:13:30 -07:00
  • 20700cdc26 Refactor Error to Dialog. Comment out Steam API key handling. We'll need some other way to get the key other than reading the environment. Separate alert from steamcmd "server output" dialog. Remove the old CSS file, as that will need to be figured out. Look into the IDE not resolving files. WIP. Daniel Ceregatti 2024-08-09 17:25:53 -07:00
  • 9cf22998d2 Add support for experimental. Add streaming text modal for steamcmd operations that run over time with output that will do the same. So far this is just as a test, but it works. Refactor the store to use actions to set variables that are required to be boolean. Continue staging test components so when it comes time to do things for real, they'll be ready. Working backwards, always. Implement Steam login. Needs polish. Figure out styles. Our index.css is still being loaded before the theme, and its overrides only take effect when those don't set anything in the theme beforehand. Still not working. Consolidate the config between Vue and express. Monitor config changes in nodemon. Everything is WIP. Daniel Ceregatti 2024-08-09 10:56:41 -07:00
  • 53dea0f45d Second working version with vite-express integration. Replace Bootstrap with Privemue. Add i18n support. English and Brazilian Portuguese to start. New UI with Primevue. Use tabbed menu, nice theme, etc.. WIP with Steam login. Daniel Ceregatti 2024-07-29 07:54:16 -07:00
  • 85e59ae8c6 First working version with vite-express integration. Refactor the main page to show the Steam login when none is detected. We can't do anything without it at first. Later, we can detect if the server is installed and allow operations. Or not. Remove server container. This will be created and maintained by the web container going forward. Use node 18, as vite requires it. Use a single package.json for everything. This way it can be installed at the root of the container and not show up in the bind mount. Refactor store to include actions. We can just define them and call them, instead of using fetch directly everywhere. WIP. Begin to implement some of the backend methods, like the steam login. It works! Daniel Ceregatti 2024-07-28 10:35:43 -07:00
  • 28fba94599 Delete old file. Daniel Ceregatti 2024-07-27 18:03:23 -07:00
  • e49bbe19dd Merge branch 'dotnet-client' Daniel Ceregatti 2024-07-27 18:02:01 -07:00
  • 1dcf5c9eac Audit and fix npm packages. Daniel Ceregatti 2024-07-27 11:13:50 -07:00
  • 4044436656 Merge branch 'main' into dotnet-client Daniel Ceregatti 2024-07-26 22:45:02 -07:00
  • 8ee1e5e91d Merge branch 'two-servers' Daniel Ceregatti 2024-07-26 22:44:20 -07:00
  • 119960773d Merge from main. Daniel Ceregatti 2024-07-26 22:30:39 -07:00
  • d6d2c7562c Fix bad markup. Daniel Ceregatti 2024-07-26 21:55:52 -07:00
  • 176c06fd48 Add a Steam API client. WIP. Daniel Ceregatti 2024-07-26 21:48:38 -07:00
  • 8a87edf798 Refactor docker compose build so a single server image is built for however many servers. Add horse mod, despite it being known to crash the Linux server. One day... Fix bashrc getting appended to instead of written to. Oops! Daniel Ceregatti 2024-07-26 21:44:21 -07:00
  • 5f03c77278 Merge branch 'main' into two-servers Daniel Ceregatti 2024-07-09 09:16:24 -07:00
  • ef0ef27731 Add Pripyat map, even though it still crashes the Linux server. Daniel Ceregatti 2024-07-09 09:16:06 -07:00
  • 0bd9a774a5 Merge branch 'main' into two-servers Daniel Ceregatti 2024-07-09 09:15:12 -07:00
  • 24f9ff2508 Merge from main by hand. Daniel Ceregatti 2024-07-09 09:10:41 -07:00
  • 3ae7bc4454 Stop doing stupid shit. Daniel Ceregatti 2024-06-30 11:53:27 -07:00
  • 8cf493e8d5 Fix bug where upstream files were not being copied to the correct location upon server start. Daniel Ceregatti 2024-06-28 20:56:57 -07:00
  • 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. Daniel Ceregatti 2024-06-27 14:34:21 -07:00
  • 960c5abf75 Update docs. Daniel Ceregatti 2024-06-22 13:20:56 -07:00
  • daaee5decb Handle the server ID in PS1 in each server container. Daniel Ceregatti 2024-06-22 13:20:08 -07:00
  • 3fb63f8da8 Merge branch 'main' into two-servers Daniel Ceregatti 2024-06-22 13:14:22 -07:00
  • 9d26bcbe44 More alignment. Daniel Ceregatti 2024-06-22 13:14:13 -07:00
  • 118322f442 Merge branch 'main' into two-servers Daniel Ceregatti 2024-06-22 13:12:48 -07:00
  • dc36e1817c Fix Namalsk map integration, as it has two sets of mpmissions directories. Daniel Ceregatti 2024-06-22 13:11:24 -07:00
  • 81597ad08e Merge branch 'main' into two-servers Daniel Ceregatti 2024-06-22 12:52:48 -07:00
  • ed2b9499a2 Fix unaligned text. Daniel Ceregatti 2024-06-22 12:52:35 -07:00
  • 0c2506e8ea Merge branch 'main' into two-servers Daniel Ceregatti 2024-06-22 12:50:34 -07:00
  • 269f62cd72 Fix lack of STEAM_PORT in env. This was an oversight from a bad merge. Daniel Ceregatti 2024-06-22 12:49:00 -07:00
  • d977b4d2d1 Downstream merge. Daniel Ceregatti 2024-06-22 10:28:11 -07:00
  • 7b70a07bab Working config. Daniel Ceregatti 2024-06-22 10:26:15 -07:00
  • ec009e976c Merge branch 'main' into two-servers Daniel Ceregatti 2024-06-22 10:00:19 -07:00
  • d1b5f36aca Add Namalsk map integration. WIP. Daniel Ceregatti 2024-06-22 10:00:06 -07:00
  • ec422a35d6 Update docs. simple Daniel Ceregatti 2024-06-21 22:57:31 -07:00
  • a142b9101f Update docs. Add TL;DR. Daniel Ceregatti 2024-06-21 22:46:11 -07:00
  • 52850e6551 Store the bind mount directly in the user's home directory instead of under the clone of the code. Daniel Ceregatti 2024-06-21 21:54:50 -07:00
  • bfa5fd4561 Update docs. Daniel Ceregatti 2024-06-21 21:18:08 -07:00
  • bef4ca8042 Update docs. Daniel Ceregatti 2024-06-21 20:58:07 -07:00
  • 28e91a2a0f Update docs. Daniel Ceregatti 2024-06-21 20:55:25 -07:00
  • 4c2b0d3781 Add CA certs, as steamcmd needs that too. YOU'D THINK PACKAGE DEPS WOULD COVER THIS... Daniel Ceregatti 2024-06-21 19:33:43 -07:00
  • a97d76d46f Add locales so steamcmd doesn't complain. Daniel Ceregatti 2024-06-21 19:31:59 -07:00
  • 12e6306833 Fix steamcmd PATH issue. Daniel Ceregatti 2024-06-21 19:29:12 -07:00
  • fd83a017e1 Ensure we have the sources we need. Steamcmd is in non-free. Daniel Ceregatti 2024-06-21 19:20:49 -07:00
  • ffc2400d8b Add steamcmd from the distro. Daniel Ceregatti 2024-06-21 19:18:02 -07:00
  • ea6079d037 Update docs. Daniel Ceregatti 2024-06-21 19:15:21 -07:00
  • acc0fba604 Simplify Dockerfile even more. Fix PS1. Daniel Ceregatti 2024-06-21 19:12:46 -07:00
  • ba0c738723 Update docs. Daniel Ceregatti 2024-06-21 18:21:40 -07:00
  • 7d8c9f10bd First commit of the 'simple' branch. Maybe too simple? Daniel Ceregatti 2024-06-21 18:09:28 -07:00
  • bd8dac6d98 Make the Steam query port configurable. This is to prepare for other feature branches. Daniel Ceregatti 2024-06-21 14:04:58 -07:00
  • fa8950ccf8 Merge branch 'main' into two-servers Daniel Ceregatti 2024-06-21 14:01:24 -07:00
  • c25ca21574 Fix erroneous data in mod integration. Daniel Ceregatti 2024-06-21 14:01:10 -07:00
  • c63f5c6be1 Merge from downstream. Daniel Ceregatti 2024-06-20 09:49:24 -07:00
  • 1a9c05a190 Oops, didn't mean to commit these two changes. Reverting. Daniel Ceregatti 2024-06-20 09:45:44 -07:00
  • 958c9711fe See if we get fewer commit warnings. Daniel Ceregatti 2024-06-19 17:12:24 -07:00
  • 2f1f30fd6b Merge branch 'main' into two-servers Daniel Ceregatti 2024-06-19 17:00:07 -07:00
  • 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. Daniel Ceregatti 2024-06-19 16:59:33 -07:00
  • 563b17b018 Update docs. Daniel Ceregatti 2024-05-30 14:51:28 -07:00
  • 50837d97da This should not have made its way here. Removing. Daniel Ceregatti 2024-05-30 12:59:04 -07:00
  • 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). Daniel Ceregatti 2024-05-29 20:08:08 -07:00
  • 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. Daniel Ceregatti 2024-05-29 02:45:11 -07:00
  • a905435bfc Add support for detecting the version of the server. It's very ghetto. There must be a better way. Daniel Ceregatti 2024-05-29 01:42:38 -07:00
  • 5eddab9abb Unset the DEVELOPMENT environment variable in .bashrc to make my life easier. Daniel Ceregatti 2024-05-29 01:39:47 -07:00
  • eff95afd65 Make the default map-specific file be Chernarus. Daniel Ceregatti 2024-05-29 01:38:49 -07:00
  • 4ac44660d0 unset DEVELOPMENT in bashrc. Daniel Ceregatti 2024-05-28 11:17:42 -07:00