Releases: brianmiller/phvalheim-server
2.3 Adds database browser and confirmation dialogs
2.2 Fixes Launch links on the admin page
This release solves issue #25
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:
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
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
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:
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
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
Fixes broken "Launch!" in the admin interface
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
added LD_PRELOAD to Steam game installer command