inrupt/pod-server

serve something on http://localhost:8080/

Closed this issue · 2 comments

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/.

Completed in the latest version with the following network configuration:

{
  // ...
  "network": {
    "host": "localhost:8080",
    "port": 8080,
    "useHttps": false
  },
  // ...
}

Note that this configuration breaks OIDC standards as OIDC MUST be served over https