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.