Skip to content

Conversation

@DomiIRL
Copy link
Contributor

@DomiIRL DomiIRL commented Jul 17, 2025

Hey @jeremylvln,

I have another draft for you again.
This time it should be something a little bit more functional but sadly I wasn't able to get the operator running with my changes so I wasn't able to test my changes :/

This new feature will allow for a single file to be added after patches at a specific location and with a custom name allowing to:

  • Work around maven file name conflicts (strict structures and third party repositories may cause problems from my experience)
  • Add mods in the /mod folder
  • Any other custom jar or arbitrary files people may want (In my case addon jar files in a /addon folder)
  • Also reduces the need for CI Workflows for files at specific locations as well as maintenance for all of these workflows and moves the responsibility of file structure to the deployment alone.

I also think the addition of defining a specific path where a file should be added could definitely enhance patches in the future.

Currently I've only implemented the feature for game servers but from what I've seen it should be possible to apply the same logic to the proxy. I also added some documentation :)

Cheers

@DomiIRL DomiIRL marked this pull request as draft July 17, 2025 20:07
@jeremylvln
Copy link
Owner

Hi @DomiIRL, I (somehow) broke a part of the Redis communication in my last PR. I will first look into repairing this and I will look after at your PR :)

Thanks a lot for this MR, means a lot to me!

@DomiIRL DomiIRL changed the title Feat: Single File Injections feat: Single File Injections Jul 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants