Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • bmi/opendesk/components/platform-development/charts/opendesk-jitsi
1 result
Show changes
Commits on Source (3)
# [3.0.0](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/compare/v2.1.1...v3.0.0) (2024-12-20)
### Bug Fixes
* Reuse compliance ([f01b632](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/commit/f01b6321d667858f23b05f785a400fc91f8ce165))
### Features
* Support to set HTML page title ([678d734](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/commit/678d734efe0b241b9f67f43e8a7e895559a9c566))
### BREAKING CHANGES
* Removed option `theme.texts.productName` and added `theme.title`.
## [2.1.1](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/compare/v2.1.0...v2.1.1) (2024-11-27)
......
# SPDX-FileCopyrightText: 2024 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
# SPDX-License-Identifier: Apache-2.0
version = 1
[[annotations]]
path = "charts/opendesk-jitsi/files/web/*.png"
SPDX-FileCopyrightText = "2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "charts/opendesk-jitsi/files/web/*.json"
SPDX-FileCopyrightText = "2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH"
SPDX-License-Identifier = "Apache-2.0"
......@@ -21,5 +21,5 @@ keywords:
- "networking"
name: "opendesk-jitsi"
type: "application"
version: "2.1.1"
version: "3.0.0"
...
......@@ -13,13 +13,13 @@ To install the chart with the release name `my-release`, you have two options:
### Install via Repository
```console
helm repo add opendesk-jitsi https://gitlab.opencode.de/api/v4/projects/1377/packages/helm/stable
helm install my-release --version 2.1.1 opendesk-jitsi/opendesk-jitsi
helm install my-release --version 3.0.0 opendesk-jitsi/opendesk-jitsi
```
### Install via OCI Registry
```console
helm repo add opendesk-jitsi oci://registry.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi
helm install my-release --version 2.1.1 opendesk-jitsi/opendesk-jitsi
helm install my-release --version 3.0.0 opendesk-jitsi/opendesk-jitsi
```
## Requirements
......@@ -270,12 +270,11 @@ helm install my-release --version 2.1.1 opendesk-jitsi/opendesk-jitsi
| settings.keycloakClientId | string | `"jitsi"` | Configured client id in keycloak. |
| settings.keycloakRealm | string | `"souvap"` | Keycloak realm name. |
| terminationGracePeriodSeconds | string | `""` | In seconds, time the given to the pod needs to terminate gracefully. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod/#termination-of-pods |
| theme.colors.background | string | `"#121212"` | |
| theme.colors.primary | string | `"#5e27dd"` | |
| theme.colors.secondaryGreyLight | string | `"#f5f5f5"` | |
| theme.colors | object | `{"background":"#121212","primary":"#5e27dd","secondaryGreyLight":"#f5f5f5"}` | Color settings. |
| theme.imagery | object | `{"faviconSvgB64":"PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciLz4=","logoHeaderInvertedSvgB64":"PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciLz4="}` | Imagery and related settings. |
| theme.imagery.faviconSvgB64 | string | `"PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciLz4="` | An base64 encoded SVG image used as favicon during video conferences. |
| theme.imagery.logoHeaderInvertedSvgB64 | string | `"PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciLz4="` | An base64 encoded SVG image used as watermark during video conferences. |
| theme.texts.productName | string | `"openDesk"` | The name of the application that is shown to the user in the UI. |
| theme.title | string | `"Videokonferenz"` | The HTML title also used for the browser tab name. |
| tolerations | list | `[]` | Tolerations for pod assignment Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ |
| topologySpreadConstraints | list | `[]` | Topology spread constraints rely on node labels to identify the topology domain(s) that each Node is in Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/ topologySpreadConstraints: - maxSkew: 1 topologyKey: failure-domain.beta.kubernetes.io/zone whenUnsatisfiable: DoNotSchedule |
| updateStrategy.type | string | `"RollingUpdate"` | Set to Recreate if you use persistent volume that cannot be mounted by more than one pods to make sure the pods is destroyed first. |
......
......@@ -2,7 +2,7 @@
// SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
// SPDX-License-Identifier: Apache-2.0
interfaceConfig.APP_NAME =
"{{ .Values.theme.texts.productName }} Videoconference";
"{{ .Values.theme.title }} Videoconference";
interfaceConfig.DISABLE_JOIN_LEAVE_NOTIFICATIONS = true;
interfaceConfig.DISABLE_PRESENCE_STATUS = true;
interfaceConfig.DISABLE_TRANSCRIPTION_SUBTITLES = true;
......
......@@ -6,6 +6,6 @@
],
"welcomepage": {
"headerSubtitle": "Please enter the conference name",
"headerTitle": "Video Conferencing"
"headerTitle": "Video Conference"
}
}
<!--
SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
SPDX-License-Identifier: Apache-2.0
-->
<style>
.meetings-list .item {
border-color: {{ .Values.theme.colors.secondaryGreyLight }};
......
......@@ -601,18 +601,16 @@ updateStrategy:
# Theming related settings.
theme:
# Text settings.
texts:
# -- The name of the application that is shown to the user in the UI.
productName: "openDesk"
# -- The HTML title also used for the browser tab name.
title: "Videokonferenz"
# Color settings.
# -- Color settings.
colors:
background: "#121212"
primary: "#5e27dd"
secondaryGreyLight: "#f5f5f5"
# Imagery and related settings.
# -- Imagery and related settings.
imagery:
# -- An base64 encoded SVG image used as watermark during video conferences.
logoHeaderInvertedSvgB64: "PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciLz4="
......

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.