pelican-eggs / eggs

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

[Bug]: valheim_bepinex #2173

Closed Sikksens closed 1 year ago

Sikksens commented 1 year ago

Panel Version

1.11.3

Wings Version

1.11.4

Service

valheim

Modified

Yes, I modified the egg (will provide details below)

Expected Behavior

Public server option not enabling by default

Actual Behavior

Server is not listed as public, had to change startup command to -public 1 instead of -public {{PUBLIC_SERVER}} for it to appear publicly.

Steps To Reproduce

Imported latest egg Enabled Public Server option Started Server Checked A2S on query port (2457) No response

Install logs

https://pteropaste.com/g7cv6my94srk

gOOvER commented 1 year ago

did you changed the Variable ?

trenutoo commented 1 year ago

The environment variable is PUBLIC. The egg environment variable should be updated to match the startup parameters

gOOvER commented 1 year ago

i change it later @Sikksens change variable in the Egg from

PUBLIC to PUBLIC_SERVER

as qickfix

Sikksens commented 1 year ago

Didn't even think to check the set variable, I see now, thanks will change my startup command to match. image