inrupt / pod-server

Solid server package that bind together solid-idp, wac-ldp, and websockets-pubsub.
MIT License
40 stars 12 forks source link

serve something on http://localhost:8080/ #35

Closed michielbdejong closed 5 years ago

michielbdejong commented 5 years ago

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 5 years ago

Completed in the latest version with the following network configuration:

{
  // ...
  "network": {
    "host": "localhost:8080",
    "port": 8080,
    "useHttps": false
  },
  // ...
}
jaxoncreed commented 5 years ago

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