b71eb0f9ef
* fix(valheim): remove unnecessary quotes * fix(valheim): order variables consistently Keep the top level boolean values for groups of settings ahead of the remaining settings. * fix(valheim): remove extra port This port is no longer required: https://valheimbugs.featureupvote.com/suggestions/219538/please-clarify-is-port-2458-needed-for-dedicated-servers * fix(valheim): include the portalLink directly Move from the Include template to directly including the contents in advance of changing the default "open" port. * fix(valheim): fix open portal button The "Open" link previously opened the STATUS_HTTP_PORT, which serves a status.json generated by querying the Valheim server's query port. Now it opens the SUPERVISOR_HTTP_PORT which presents a status and control web interface for the various processes running under the supervisor. This seems much more useful than the blank default and JSON file available in the other server. * fix(valheim): bump minor version