serve something on http://localhost:8080/
Closed this issue · 2 comments
michielbdejong commented
When running this on data from a multi-user NSS install, I see the databrowser on e.g. http://michielbdejong.localhost:8080/ but I see a 404 on http://localhost:8080/.
jaxoncreed commented
Completed in the latest version with the following network configuration:
{
// ...
"network": {
"host": "localhost:8080",
"port": 8080,
"useHttps": false
},
// ...
}
jaxoncreed commented
Note that this configuration breaks OIDC standards as OIDC MUST be served over https