Commit graph

291 commits

Author SHA1 Message Date
Daniel Ceregatti
30981c8191 Merge branch 'main' into development
# Conflicts:
#	.gitignore
2025-07-26 12:04:55 -07: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
1a00acc7ff Add the 'Add a server' button. 2025-06-27 10:58:56 -06: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
Daniel Ceregatti
bbd8e32d4c Fix argument parsing. 2025-03-10 21:20:07 -07:00
Daniel Ceregatti
9253f249f2 Fix doc formatting again. 2025-03-10 14:26:34 -07:00
Daniel Ceregatti
f8561d8ec6 Fix doc formatting. 2025-03-10 14:26:03 -07:00
Daniel Ceregatti
44aaede5a6 WIP 2025-01-31 15:06:13 -07:00
degnedict
cda9de85d5 Update files/serverDZ.cfg 2024-10-18 00:12:04 +00:00
Daniel Ceregatti
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.
2024-08-26 09:13:30 -07:00
Daniel Ceregatti
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.
2024-08-09 17:25:53 -07:00
Daniel Ceregatti
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.
2024-08-09 10:56:41 -07:00
Daniel Ceregatti
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.
2024-07-29 07:54:16 -07:00
Daniel Ceregatti
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!

Remove the old code.
2024-07-28 10:35:43 -07:00
Daniel Ceregatti
28fba94599 Delete old file. 2024-07-27 18:03:23 -07:00
Daniel Ceregatti
e49bbe19dd Merge branch 'dotnet-client' 2024-07-27 18:02:01 -07:00
Daniel Ceregatti
1dcf5c9eac Audit and fix npm packages. 2024-07-27 11:13:50 -07:00
Daniel Ceregatti
4044436656 Merge branch 'main' into dotnet-client 2024-07-26 22:45:02 -07:00
Daniel Ceregatti
8ee1e5e91d Merge branch 'two-servers' 2024-07-26 22:44:20 -07: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
176c06fd48 Add a Steam API client. WIP. 2024-07-26 21:48:38 -07:00
Daniel Ceregatti
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!
2024-07-26 21:44:21 -07:00
Daniel Ceregatti
5f03c77278 Merge branch 'main' into two-servers 2024-07-09 09:16:24 -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
0bd9a774a5 Merge branch 'main' into two-servers 2024-07-09 09:15:12 -07:00
Daniel Ceregatti
24f9ff2508 Merge from main by hand. 2024-07-09 09:10:41 -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
960c5abf75 Update docs. 2024-06-22 13:20:56 -07:00
Daniel Ceregatti
daaee5decb Handle the server ID in PS1 in each server container. 2024-06-22 13:20:08 -07:00
Daniel Ceregatti
3fb63f8da8 Merge branch 'main' into two-servers 2024-06-22 13:14:22 -07:00
Daniel Ceregatti
9d26bcbe44 More alignment. 2024-06-22 13:14:13 -07:00
Daniel Ceregatti
118322f442 Merge branch 'main' into two-servers 2024-06-22 13:12:48 -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
81597ad08e Merge branch 'main' into two-servers 2024-06-22 12:52:48 -07:00
Daniel Ceregatti
ed2b9499a2 Fix unaligned text. 2024-06-22 12:52:35 -07:00
Daniel Ceregatti
0c2506e8ea Merge branch 'main' into two-servers 2024-06-22 12:50:34 -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
7b70a07bab Working config. 2024-06-22 10:26:15 -07:00
Daniel Ceregatti
ec009e976c Merge branch 'main' into two-servers 2024-06-22 10:00:19 -07:00
Daniel Ceregatti
d1b5f36aca Add Namalsk map integration. WIP. 2024-06-22 10:00:06 -07:00