Merith

Results 352 comments of Merith

Would like to give an update to this *because* I was forced to lower security on my server just to use this feature. Someone was able to compromise my server...

Current solution (note, the docker container for SFTP has been finicky for me) ```yml # docker-compose services: server: image: wolveix/satisfactory-server:latest container_name: satisfactory-server hostname: satisfactory-server restart: "unless-stopped" volumes: - ./server:/config -...

note: launching the aur package `flatseal` doesnt cause this crash

I would be willing to help test and *attempt* to help develop the mod on Dedicated Servers, I do not know much of C varient languages but I do know...

Best guess is runtime dependancies at the moment. since windows and linux are vastly different environments, its mostly easy to compile the same engine asset for supported targets, however something...

Thanks for the clearification, that is what I was trying to get at but my words were not wanting to cooperate there!

fresh logs from local dev ``` [05:46:56] [Server thread/INFO] (Minecraft) running gc [05:47:01] [Server thread/INFO] (fastback) [DEBUG] executing net.pcal.fastback.commands.Commands$$Lambda$8014/0x000002ac82fd5a68@352b0d1b [05:47:01] [pool-6-thread-1/INFO] (fastback) [DEBUG] Executing git --version [05:47:01] [pool-6-thread-1/INFO] (fastback) [DEBUG]...

found where it is its the `isNativeOk()` checks, they call the functions multiple times perhaps caching the results of the version strings could help with this

Typically for basic test server you don't need to have anything in "settings" as autohost by default piggybacks off the Minecraft port for http traffic

just empty "external_address"