Configuration

How to configure Reva IOP to provide Science Mesh services

To get an understanding on how to create, use and manage Reva configuration, please refer to the official Reva documentation.

NOTE: The following configuration sections are meant to be put into the main Reva configuration file (revad.toml), unless explicitly stated otherwise.

IMPORTANT: values marked with $...$ are meant to be changed to something more meaningful

If you are joining the ScienceMesh with an ownCloud “OCIS” system, then follow the instructions below. If you are joining with an ownCloud 10 or Nextcloud system then you can also use this template and

  • replace all occurrences of your.revad.com with your revad internet-facing hostname
  • replace all occurrences of your.effs.com with your Nextcloud/ownCloud internet-facing hostname
  • if necessary, change all occurrences of /index.php/apps/sciencemesh/ to the correct path if it’s different (e.g. remove the “index.php/")
  • replace all occurrences of “shared-secret-1” with the shared secret that you configured in the ‘ScienceMesh’ app’s admin settings on your EFSS (see https://developer.sciencemesh.io/docs/technical-documentation/efss-deployment/ )

Basic ScienceMesh services

How a Reva IOP site should be configured to provide a minimal set of services required for joining the Science Mesh.

Mesh Directory

ADDON: How to configure your IOP site to host a Mesh Directory service.

Collaborative applications

ADDON: How to configure your IOP site to share access to some CS3MESH-compatible collaborative applications

OwnCloud & Nextcloud integration

ADDON: How to integrate your IOP deployment with the Nextcloud or OwnCloud EFSS solutions.

Example of toml file to set up REVA

Here you can find an example of toml file needed to set up all necessary services for your reva instance. It consists of the services described in the others [Configuration sections]({{< ref “docs/Technical-documentation/IOP/Configuration” >}}). This toml file is used for [REVA deployment]({{< ref “docs/Technical-documentation/IOP/Deployment/Kubernetes” >}}) and referenced there as standalone.toml.

Last modified February 9, 2023: Mention sciencemesh.toml (bd14cd0)