This repository hosts the production visual assets for the Health Data Safe platform. Content is served as static GitHub Pages from this repo’s main branch.
The file index.json is exposed via the Service Information API call under the assets.definitions property, referenced by the prod open-pryv.io platform config.
healthdatasafe/assets-demo — same structure, served from https://healthdatasafe.github.io/assets-demo/index.json.index.jsonbaseUrl resolves relative resource paths. null means “resolve against index.json’s own location” (HTML <base href> semantics).favicon.default — .ico file path.css.default — .css file path.{app-name} — custom assets per consumer app (see app-web-auth3/, lib-js/).{
"baseUrl": null,
"favicon": { "default": "favicon.ico" },
"css": { "default": "default.css" },
"lib-js": {
"buttonSignIn": {
"css": "lib-js/buttonSignIn.css",
"html": "lib-js/buttonSignIn.html",
"messages": "lib-js/buttonSignInMessages.json"
}
}
}
main.main automatically.Service-info caches mean clients may see the old version for several minutes after a content change. Verify with a fresh browser session or curl --no-keepalive.