Daniel Ceregatti
212da43d0a
Add support for processing local XML files, as some times mods include them.
...
Add DayZ Bicycle XML integration.
Update docs.
2023-09-05 17:35:17 -07:00
Daniel Ceregatti
45631496f4
Update docs to account for the need to install mpmissions by hand.
2023-09-05 17:28:26 -07:00
Daniel Ceregatti
ad2f547845
Refactor function name so it's different between web and server containers.
...
Fix typo.
2023-08-31 17:05:57 -07:00
Daniel Ceregatti
d176eadea0
Add step that copies the server config file from the repo to the container.
2023-08-31 12:02:08 -07:00
Daniel Ceregatti
5deda87b31
Fix list formatting.
2023-08-30 23:45:13 -07:00
Daniel Ceregatti
65840a79c5
Refactor everything the relies on getting a mod by index in a listing. This had to account for context such needing to maintain mod ordering when starting the server.
...
Moved a lot of the functions out of scripts and into common and consolidated.
Fix some output formatting.
Make key copying only happen in a server.
2023-08-30 18:08:08 -07:00
Daniel Ceregatti
09b08a9978
Revert the server script back to starting the server instead of doing nothing.
2023-08-29 12:51:25 -07:00
Daniel Ceregatti
ed17cdc7a1
Remove shared objects added for the release branch.
2023-08-29 12:46:56 -07:00
Daniel Ceregatti
6bcc518ad8
Revert back to the exp appid.
2023-08-29 12:40:09 -07:00
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