fugasjunior

Results 19 comments of fugasjunior

I was able to reproduce the issue: ``` docker run --platform linux/amd64 --rm steamcmd/steamcmd:latest +@sSteamCmdForcePlatformType linux +login anonymous +app_update 1874900 +quit ``` gives the same error `ERROR! Failed to install...

I don't know unfortunately, I don't think there is any issue tracker for SteamCMD, at least I haven't found one. But considering that downloading other servers works fine on MacOS,...

Unfortunately not. The best place to create the ticket would be the Reforger issue tracker I've linked before. This issue is not directly related to this project.

Hi, thanks for the info! Did you manage to get manager working with host mode on Windows? No such luck in my case. I've enabled the beta feature in Docker...

I've been unsuccessful in trying to get the host network mode working on Windows. I've created an issue https://github.com/docker/compose/issues/11802. I'll also take a look at #117.

Hi, thank you for the great suggestion. I have implemented better download monitoring for servers. Now you will be able to see in which stage the installation or update is...

I think deleting the `temp` and `downloads` directories can generally be a good idea to troubleshoot failing mod downloads. I will try to incorporate it into the GUI or at...

Build process has been optimized. The project now has two separate gradle modules, one for frontend and one for backend. If no changes are being done to the frontend code,...

Hello, and thank you for your feedback! I agree that when this app is deployed in production, HTTPS should definitely be used. My intention was to provide a simple service...

Thanks for the feedback. The counter seems to work normally on Windows 10, so there likely is something specific with Windows Server. I'll try to replicate the issue and fix...