mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
135 lines
7.9 KiB
Markdown
135 lines
7.9 KiB
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
|
|
SPDX-FileCopyrightText: 2024 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
|
|
<h1>openDesk Deployment Automation</h1>
|
|
|
|
<!-- TOC -->
|
|
* [Overview](#overview)
|
|
* [Upgrades](#upgrades)
|
|
* [Requirements](#requirements)
|
|
* [Getting started](#getting-started)
|
|
* [Advanced customization](#advanced-customization)
|
|
* [Architecture](#architecture)
|
|
* [Testing](#testing)
|
|
* [Permissions](#permissions)
|
|
* [Releases](#releases)
|
|
* [Data Storage](#data-storage)
|
|
* [Feedback](#feedback)
|
|
* [Development](#development)
|
|
* [License](#license)
|
|
* [Copyright](#copyright)
|
|
<!-- TOC -->
|
|
|
|
# Overview
|
|
|
|
openDesk is a Kubernetes based, open-source and cloud-native digital workplace suite provided by the
|
|
*Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH*.
|
|
|
|
For production use, [openDesk Enterprise Edition](./README-EE.md) is recommended.
|
|
|
|
openDesk currently features the following functional main components:
|
|
|
|
| Function | Functional Component | Component<br/>Version | Upstream Documentation |
|
|
|----------------------|-----------------------------|-------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|
|
|
| Chat & collaboration | Element ft. Nordeck widgets | [1.11.89](https://github.com/element-hq/element-desktop/releases/tag/v1.11.89) | [For the most recent release](https://element.io/user-guide) |
|
|
| Collaborative notes | Notes (aka Docs) | [2.4.0](https://github.com/suitenumerique/docs/releases/tag/v2.4.0) | Online documentation/welcome document available in installed application |
|
|
| Diagram editor | CryptPad ft. diagrams.net | [2024.9.0](https://github.com/cryptpad/cryptpad/releases/tag/2024.9.0) | [For the most recent release](https://docs.cryptpad.org/en/) |
|
|
| File management | Nextcloud | [30.0.6](https://nextcloud.com/de/changelog/#30-0-6) | [Nextcloud 30](https://docs.nextcloud.com/) |
|
|
| Groupware | OX App Suite | [8.35](https://documentation.open-xchange.com/appsuite/releases/8.35/) | Online documentation available from within the installed application; [Additional resources](https://documentation.open-xchange.com/) |
|
|
| Knowledge management | XWiki | [16.10.5](https://www.xwiki.org/xwiki/bin/view/ReleaseNotes/Data/XWiki/16.10.5/) | [For the most recent release](https://www.xwiki.org/xwiki/bin/view/Documentation) |
|
|
| Portal & IAM | Nubus | [1.7.0](https://docs.software-univention.de/nubus-kubernetes-release-notes/latest/en/changelog.html#version-1-7-0-2025-02-23) | [Univention's documentation website](https://docs.software-univention.de/n/en/nubus.html) |
|
|
| Project management | OpenProject | [15.4.2](https://www.openproject.org/docs/release-notes/15-4-2/) | [For the most recent release](https://www.openproject.org/docs/user-guide/) |
|
|
| Videoconferencing | Jitsi | [2.0.9955](https://github.com/jitsi/jitsi-meet/releases/tag/stable%2Fjitsi-meet_9955) | [For the most recent release](https://jitsi.github.io/handbook/docs/category/user-guide/) |
|
|
| Weboffice | Collabora | [24.04.12.4](https://www.collaboraoffice.com/code-24-04-release-notes/) | Online documentation available from within the installed application; [Additional resources](https://sdk.collaboraonline.com/) |
|
|
|
|
While not all components are perfectly shaped for the execution inside containers, one of the project's objectives is to
|
|
align the applications with best practices regarding container design and operations.
|
|
|
|
This documentation aims to give you all that is needed to set up your own instance of the openDesk.
|
|
|
|
Basic knowledge of Kubernetes and DevOps processes is required though.
|
|
|
|
# Upgrades
|
|
|
|
You want to upgrade an existing openDesk installation?
|
|
|
|
⟶ Visit our detailed documentation about [Updates & Upgrades](./docs/migrations.md).
|
|
|
|
# Requirements
|
|
|
|
You want to understand what is required to install openDesk yourself?
|
|
|
|
⟶ Visit our [Requirements](./docs/requirements.md) overview.
|
|
|
|
# Getting started
|
|
|
|
You would like to install openDesk in your own infrastructure?
|
|
|
|
⟶ Visit our detailed [Getting started guide](./docs/getting-started.md).
|
|
|
|
# Advanced customization
|
|
|
|
- [Enhanced Configuration](./docs/enhanced-configuration.md)
|
|
- [External services](./docs/external-services.md)
|
|
- [Security](./docs/security.md)
|
|
- [Scaling](./docs/scaling.md)
|
|
- [Monitoring](./docs/monitoring.md)
|
|
- [Theming](./docs/theming.md)
|
|
|
|
# Architecture
|
|
|
|
More information on openDesk's architecture can be found in our [architecture docs](./docs/architecture.md).
|
|
|
|
# Testing
|
|
|
|
openDesk is continously tested to ensure a high quality. Read how we test in openDesk in our [test concept](./docs/testing.md).
|
|
|
|
# Permissions
|
|
|
|
Find out more about the permission system in the[roles & permissions concept](./docs/permissions.md)
|
|
|
|
# Releases
|
|
|
|
All technical releases are created using [Semantic Versioning](https://semver.org/lang/de/).
|
|
|
|
Gitlab provides an
|
|
[overview on the releases](https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk/-/releases)
|
|
of this project.
|
|
|
|
Please find a list of the artifacts related to the release either in the source code archive attached to the release or
|
|
in the files from the release's git-tag:
|
|
- `./helmfile/environments/default/images.yaml.gotmpl`
|
|
- `./helmfile/environments/default/charts.yaml.gotmpl`
|
|
|
|
Find more information in our [Workflow documentation](./docs/workflow.md).
|
|
|
|
# Data Storage
|
|
|
|
More information about different data storages used within openDesk are described in the
|
|
[Data Storage documentation](./docs/data-storage.md).
|
|
|
|
# Feedback
|
|
|
|
We love to get feedback from you!
|
|
|
|
For feedback related to the deployment / contents of this repository,
|
|
please use the [issues within this project](https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk/-/issues).
|
|
|
|
If you want to address other topics, please check the section
|
|
["Rückmeldungen und Beteiligung" in the OVERVIEW.md](https://gitlab.opencode.de/bmi/opendesk/info/-/blob/main/OVERVIEW.md#rückmeldungen-und-beteiligung) of the [openDesk Info Repository](https://gitlab.opencode.de/bmi/opendesk/info).
|
|
|
|
# Development
|
|
|
|
If you want to join or contribute to the development of openDesk please read the [Development guide](./docs/development.md).
|
|
|
|
# License
|
|
|
|
This project uses the following license: Apache-2.0
|
|
|
|
# Copyright
|
|
|
|
Copyright (C) 2024-2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
|