pelican-eggs / eggs

Service eggs for the pterodactyl panel
MIT License
2.87k stars 2.32k forks source link

Update arma reforger #2880

Closed QuintenQVD0 closed 4 months ago

QuintenQVD0 commented 7 months ago

Description

Checklist for all submissions

redthirten commented 7 months ago

https://github.com/parkervcp/eggs/issues/2879 implies only the startup flag needs to be added to resolve the issue. If the Arma server can automatically create the missing folder, I don't think we need to adjust the install script. Also, I don't think we need a variable for the folder location. I would just hardcode it into the startup command personally (that way an end-user doesn't accidentally put it in a reserved folder that somehow breaks things).

parkervcp commented 7 months ago

This will need testing either way to make sure it works. If arma can create the folder on its own then a hard coded value in the startup should be fine but a company may want it configurable to match mounts they have configured.

redthirten commented 7 months ago

a company may want it configurable to match mounts they have configured

But it's a temp/throwaway folder just for downloading, no? Why would you assign it to a mount? Only reason I can think of would be to give free space other than what is allocated.

parkervcp commented 7 months ago

a company may want it configurable to match mounts they have configured

Why would you assign it to a mount? Only reason I can think of would be to give free space other than what is allocated.

I can think of many reasons. They could mount to hdd based storage instead of ssd based to save on writes to the disk and have the disks last longer.

I also argue for more configurable when possible.

redthirten commented 7 months ago

That's fair. I also just realized the variable is not user-editable, which works for me 👍