brianmiller / phvalheim-server

PhValheim backend server
GNU General Public License v2.0
26 stars 5 forks source link

After phvalheim-server v2.0, admin "Launch" links are broken #25

Closed brianmiller closed 1 year ago

brianmiller commented 1 year ago

The Launch links no longer work from the admin interface. This is due to the main feature released in v2.0 which isolates the public and admin interfaces by port. Unfortunately, the public world files are only exposed to the public port.

We need to expose the public files to the admin side of the internal nginx gateway.

brianmiller commented 1 year ago

Commit https://github.com/brianmiller/phvalheim-server/commit/0aa000590a89f77b57d2318f6f282c560bf7abef solves this. Public files were already exposed, the API wasn't.