diff --git a/meshapps/Chart.yaml b/meshapps/Chart.yaml index ae411a1..34d77de 100644 --- a/meshapps/Chart.yaml +++ b/meshapps/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: meshapps description: Umbrella-repository of apps supported by the IOP and its adapters type: application -version: 0.0.1 +version: 0.0.2 appVersion: 0.0.1 diff --git a/meshapps/README.md b/meshapps/README.md index 5c8a9a6..c696d9a 100644 --- a/meshapps/README.md +++ b/meshapps/README.md @@ -5,4 +5,11 @@ Colletion of apps supported by/compatible with the IOP and its adaptors. ## [Collabora CODE](https://hub.helm.sh/charts/stable/collabora-code) - **Integration reference:** https://developer.sciencemesh.io/docs/iop/deployment/kubernetes/wopiserver -- **Requirements:** `iop.wopi.enabled=true` - `iop` chart version >= `0.0.3` +- **Requirements:** `iop.wopiserver.enabled=true` - `iop` chart version >= `0.0.3` + +## [CodiMD](https://hub.helm.sh/charts/codimd/codimd) + +- **Integration reference:** TODO(@SamuAlfageme) https://developer.sciencemesh.io/docs/integrations/codimd +- **Requirements:** + - `iop.wopiserver.enabled=true` and `iop.wopiserver.wopibridge.enabled=true` + - `iop` chart version >= `0.1.1` (`wopiserver` chart >= `0.2.0`) diff --git a/meshapps/requirements.yaml b/meshapps/requirements.yaml index 28149d9..6573a25 100644 --- a/meshapps/requirements.yaml +++ b/meshapps/requirements.yaml @@ -3,3 +3,7 @@ dependencies: version: 1.0.6 repository: "https://kubernetes-charts.storage.googleapis.com" condition: collabora-code.enabled +- name: codimd + version: 0.1.7 + repository: "https://helm.codimd.dev/" + condition: codimd.enabled diff --git a/meshapps/values.yaml b/meshapps/values.yaml index 4577d8f..5b19b2b 100644 --- a/meshapps/values.yaml +++ b/meshapps/values.yaml @@ -1,3 +1,31 @@ collabora-code: enabled: false - image: latest + image: + tag: latest + +codimd: + enabled: false + image: + registry: gitlab-registry.cern.ch + repository: authoring/notes/codimd + tag: cernbox-integration + pullPolicy: Always + service: + type: ClusterIP + codimd: + authentication: + local: + enabled: false + extraEnvironmentVariables: + CMD_ALLOW_ANONYMOUS: true + CMD_ALLOW_ANONYMOUS_EDITS: true + CMD_ALLOW_ANONYMOUS_VIEWS: true + CMD_ALLOW_EMAIL_REGISTER: false + CMD_APPLIANCE_MODE: true + CMD_EMAIL: false + versionCheck: false + imageStorePersistentVolume: + enabled: false + postgresql: + persistence: + enabled: false