Commit graph

145 commits

Author SHA1 Message Date
Daniel Ceregatti
35c0f0a3ba Merge pull request 'release-server' (#2) from release-server into main
Reviewed-on: https://ceregatti.org/git/daniel/dayzdockerserver/pulls/2
2023-08-29 19:32:35 +00:00
Daniel Ceregatti
a2c0076add Revert the README back to what was on main. 2023-08-29 12:29:56 -07:00
Daniel Ceregatti
899dba27e8 Remove gdb and strace, as we're no longer debugging in containers. Also remove python3-pip, as that's not needed here. 2023-08-29 12:05:51 -07:00
Daniel Ceregatti
c48f0d60ff When creating symlinks, remove more than just spaces from mod names, again. 2023-08-25 18:08:55 -07:00
Daniel Ceregatti
745788560f When creating symlinks, remove more than just spaces from mod names. 2023-08-25 17:41:46 -07:00
Daniel Ceregatti
29ce456543 Let's just use the store to do all reactivity.
Refactor the DOM to allow for "sections".
Add our start.sh scripts to /usr/local/bin in the image.
Add a config for Vue.
Remove globalproperties, as this...sucks.
2023-08-14 09:10:35 -07:00
Daniel Ceregatti
6db8cc4eff Really REALLY REALLY fix docs. 2023-07-25 15:15:04 -07:00
Daniel Ceregatti
894e734587 Really REALLY fix docs. 2023-07-25 15:10:08 -07:00
Daniel Ceregatti
f2d54925c2 Really fix docs. 2023-07-25 15:08:57 -07:00
Daniel Ceregatti
fdfa4744aa Fix docs. 2023-07-25 15:06:50 -07:00
Daniel Ceregatti
5e6c31aaf3 Fix path to xml.sh 2023-07-25 15:05:13 -07:00
Daniel Ceregatti
703ab57bd3 Fix RCON port 2023-07-25 15:04:57 -07:00
Daniel Ceregatti
6d1b7508b1 Update docs. 2023-06-17 18:04:31 -07:00
Daniel Ceregatti
cda7ae92c7 Add TL;DR part 2, adding mods. 2023-06-16 18:57:32 -07:00
Daniel Ceregatti
1de1fe8b6b Fix call to bogus function.
Fix equivalent of bogus function.
2023-06-16 18:26:24 -07:00
Daniel Ceregatti
19bf33706e Remove unnecessary libSDl packages. 2023-06-16 18:07:01 -07:00
Daniel Ceregatti
2395f43024 Move this to the correct script. 2023-06-16 17:13:09 -07:00
Daniel Ceregatti
2d2cf6ba35 Ensure the WORKSHOP_DIR exists when we run. 2023-06-16 17:11:37 -07:00
Daniel Ceregatti
5d1d2433c9 Add mission files installation step. 2023-06-16 16:35:19 -07:00
Daniel Ceregatti
e3f8414bfe Fix garbage. 2023-06-16 16:27:17 -07:00
Daniel Ceregatti
e346b0d90a Don't forget to switch to the branch!
Also, since this is a fresh release install, don't bother moving any old binary out of the way.
2023-06-16 16:25:45 -07:00
Daniel Ceregatti
0872b2ceb7 Don't forget to npm install! 2023-06-16 15:51:00 -07:00
Daniel Ceregatti
8b394a477c Fix instructions. 2023-06-16 15:48:20 -07:00
Daniel Ceregatti
52f96f7384 Update docs. 2023-06-16 10:46:47 -07:00
Daniel Ceregatti
069303ae05 Fix typo. 2023-06-16 10:45:42 -07:00
Daniel Ceregatti
1c09cd363a Update README to include instructions for setting up a RELEASE DayZ Linux server!
Set the release id so it installs the release server.
Add the required shared objects for the above.
2023-06-16 10:44:39 -07:00
Daniel Ceregatti
64cf1de4d5 Set config file to have the example server name. 2023-06-16 10:41:26 -07:00
Daniel Ceregatti
46b8cce5cf Remove debug.
Add mods README.
Update docs to reflect the current state of the code...up to a point...WIP.
2023-06-14 19:49:39 -07:00
Daniel Ceregatti
4a6427f893 Add Pinia store so we can have disparate components.
Add Vueuse core library for useFetch.
Get async requests working with the above.
Start using Vue's Suspense feature.
Make Status its own component.
Start adding search results.
Continued work on error modal.
Add CORS headers to the backend.
Remove error store, as we only have one store.
Rename favicon.png to favicon.ico.
Remove functions from scripts where they are not used. Move functions to where they are used.
Lots of WIP.
2023-06-11 18:20:14 -07:00
Daniel Ceregatti
fd1774cf1c Begin large refactor of Vue to move it into a proper development environment:
No more CNDs. All software is now bundled and served from a proper node-based development server.
Switch to using proper Vue files, so we can have proper IDE integration.
Open new port for the dev server mentioned above.
Split status and mod info requests in the back end.
Bypass CORS while developing.
2023-06-05 11:14:24 -07:00
Daniel Ceregatti
cf47b7fe1f Continued work on the web UI:
XML "editor" WIP.
Add xmltree component.
Start work on shelling out to steamcmd from node.
Move script functions out of common and into individual scripts.
Update docs.
2023-06-03 21:57:14 -07:00
Daniel Ceregatti
052304f450 Lots of layout changes.
Add placeholders for future functions.
Add buttons for install, update, update mods, etc.
Add bootstrap icons CDN.
Remove old CSS in favor of Bootstrap classes.
Add favico.
Update docs.
2023-05-26 22:59:36 -07:00
Daniel Ceregatti
8a8dc7f25a Make sure dev settings aren't upstream. 2023-05-26 10:36:12 -07:00
Daniel Ceregatti
2ec01a0d7a Merge pull request 'volume-refactor' (#1) from volume-refactor into main
Reviewed-on: https://ceregatti.org/git/daniel/dayzdockerserver/pulls/1
2023-05-26 17:19:37 +00:00
Daniel Ceregatti
8a50a69599 Search, add, and remove mods from the web UI WIP.
Better display of search results.
2023-05-25 22:32:26 -07:00
Daniel Ceregatti
d0b54a7475 Search WIP.
Other small refactors.
2023-05-25 20:24:04 -07:00
Daniel Ceregatti
8db515313b Add mod search.
Renamed main container to web.
Added the STEAMAPIKEY environment variable placeholder, as this is necessary when searching for mods.
Refactor locations of scripts and paths.
Rename start scripts to be more consistent with their new locations.
Run the web server under nodemon to prevent manual restarting.
2023-05-25 17:32:58 -07:00
Daniel Ceregatti
20910730df Add custom XML file selection highlight. 2023-05-25 08:53:31 -07:00
Daniel Ceregatti
5267ae70bb Add web UI. This has lofty goals.
Use node js module syntax.
Make dev easier by not starting the web UI from docker startup.
2023-05-24 23:40:44 -07:00
Daniel Ceregatti
0a73bea7f6 Revert back to the experimental appid. :( 2023-05-24 15:47:04 -07:00
Daniel Ceregatti
fb3a575662 Remove TL;DR, as we no longer have a release.
Remove the two shared objects that were necessary for running the release.
Restore the merging of XML at server start.
Adjust layout of list output to accommodate longer mod names.
2023-05-24 15:43:55 -07:00
Daniel Ceregatti
f755b6fe6d First version where XML merging is working using the cfgeconomy method!
Split up the XML wrangling between the two containers. This means the web one needs xmlstarlet.
2023-05-20 20:07:47 -07:00
Daniel Ceregatti
3a41001b9f Remove debug. 2023-05-20 00:00:59 -07:00
Daniel Ceregatti
2c47f36660 Oops, not sure how that ended up in there. 2023-05-19 23:42:38 -07:00
Daniel Ceregatti
92f9598910 WIP XML merging. Handle files without XML document node, as well as without their root node. This means we need a matrix of what file has what root node AND the names of the child nodes! 2023-05-19 23:41:34 -07:00
Daniel Ceregatti
ebf961bb73 Split off mpmissions so there's always a pristine version of it in the server container, for when we merge XML.
Forget xmlmerge. Switch to xmlstarlet.
Add the two shared objects required to get a release server running. This is just to get around having to host them/fish them up from elsewhere.
Update docs.
2023-05-18 21:09:01 -07:00
Daniel Ceregatti
2fc31fea37 The server doesn't like read only directories where it finds its files. Removing read-only flags from mounts for now.
Rework directories so there are fewer volumes within volumes.
Keep splitting up the code between the two scripts, removing unused variables, etc..
Add XML file merging integration. WIP.
Fix lack of comma in cfg file that _might_ have been causing issues...
2023-05-18 17:29:27 -07:00
Daniel Ceregatti
64f162001d Continue refactoring file locations in the two containers.
Also refactor variables so they're consistent.
Set container names in PS1.
Update docs.
2023-05-16 09:03:41 -07:00
Daniel Ceregatti
206c838f9d Continue splitting up the functionality. Only put functions and files that pertain to the container and/or volume.
Set forceSameBuild = 0 because the release build we have, while it works, reports a few revisions behind.
WIP getting all this working again.
2023-05-15 17:44:56 -07:00
Daniel Ceregatti
4cb4a4409d Mount each script into /usr/local/bin.
Keep separating out the functionality between the two scripts.
2023-05-15 08:56:51 -07:00