Skip to content

Releases: brianmiller/phvalheim-server

2.3 Adds database browser and confirmation dialogs

01 Jan 01:01
Compare
Choose a tag to compare

Implements: #20 and #14

Database Browser:
image
image

Dialogs:
image

2.2 Fixes Launch links on the admin page

29 Dec 23:38
Compare
Choose a tag to compare

This release solves issue #25

2.1

21 Dec 18:39
Compare
Choose a tag to compare
2.1

Oops.

Commit 75d4291 fixes the admin page links (removed /admin).

My bad...

Release notes from v2.0 below:

We're punting on RBAC. I don't have time to build something too elaborate.

Commit 47b5594 isolates the /admin/ pages to a dedicated port.

You can review the README changes here:
https://github.com/brianmiller/phvalheim-server#container-ports
https://github.com/brianmiller/phvalheim-server#docker-command-line

A note regarding Unraid:
The Unraid docker template for phvalheim-server has been updated to include an additional variable:
image

Oddly, Unraid doesn't update the container edit screen if the docker template has been updated. The only way I can see to get Unraid to render the new template is to:

  • Stop the container
  • Delete the container (do not delete your stateful directory)
  • Deploy a new container, targeting the same stateful directory destination

image

Note: This release also includes preparatory database update logic for future schema changes. You may see "Upgrading schema to version xyz..." in the engine logs. These database changes are not being used yet.

2.0

20 Dec 21:12
5f50e89
Compare
Choose a tag to compare
2.0

We're punting on RBAC. I don't have time to build something too elaborate.

Commit 47b5594 isolates the /admin/ pages to a dedicated port.

You can review the README changes here:
https://github.com/brianmiller/phvalheim-server#container-ports
https://github.com/brianmiller/phvalheim-server#docker-command-line

A note regarding Unraid:
The Unraid docker template for phvalheim-server has been updated to include an additional variable:
image

Oddly, Unraid doesn't update the container edit screen if the docker template has been updated. The only way I can see to get Unraid to render the new template is to:

  • Stop the container
  • Delete the container (do not delete your stateful directory)
  • Deploy a new container, targeting the same stateful directory destination

image

Note: This release also includes preparatory database update logic for future schema changes. You may see "Upgrading schema to version xyz..." in the engine logs. These database changes are not being used yet.

1.8

15 Dec 19:03
Compare
Choose a tag to compare
1.8

Fixes broken "Launch!" in the admin interface

1.7

15 Dec 19:02
Compare
Choose a tag to compare
1.7

Removes requirement for a reverse proxy and TLS.
Note: this exposes the admin interface if you choose to not run a reverse proxy.

v1.9 will be released today to resolve this issue.

1.6

18 Nov 19:33
Compare
Choose a tag to compare
1.6
added LD_PRELOAD to Steam game installer command