From a6ad0d446c6bf4ee965300a0113bce22579ac7e5 Mon Sep 17 00:00:00 2001 From: Martin Lablans Date: Thu, 13 Aug 2026 14:26:20 +0200 Subject: [PATCH] Document OVis --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 03a1b63..8846d4c 100644 --- a/README.md +++ b/README.md @@ -451,6 +451,20 @@ If these variables are not set, the Data Quality Agent will still run and genera Reports are accessible at `https:///bbmri-data-quality-agent` (default credentials are admin:admin, please change it after first login!!). [Official documentation](https://fdqf.bbmri-eric.eu/user/deployment.html) + +### OVis (CCP only) + +OVis visualizes your tumor documentation data at `https:///ccp-ovis`. Set in your `ccp.conf`: + +```bash +ENABLE_OVIS=true +OVIS_SUPERADMIN_EMAILS=admin@your-site.de +``` + +Users authenticate centrally with their CCP account (membership in your site's CCP group required), while their permissions are defined inside OVis -- so no duplicate user accounts are needed. The addresses in `OVIS_SUPERADMIN_EMAILS` become super admins and can grant roles to everyone else. + +Data is imported on first start into `/var/cache/bridgehead/ccp/ovis-mongodb`. Deleting that directory also resets all OVis permissions. + ## Things you should know ### Auto-Updates