docs(gettings-started.md): [#184] Add a comment about the maximum length of the openDesk domain

This commit is contained in:
Thorsten Roßner
2025-11-10 14:05:43 +01:00
parent e37361790b
commit cb367775a6

View File

@@ -77,6 +77,8 @@ For your convenience, we recommend creating a `*.domain.tld` A-Record for your c
## Domain ## Domain
As example base domain for your deployment we use `domain.tld` in this document.
A list of all subdomains can be found in `helmfile/environments/default/global.yaml.gotmpl`. A list of all subdomains can be found in `helmfile/environments/default/global.yaml.gotmpl`.
All subdomains can be customized. For example, _Nextcloud_ can be changed to `files.domain.tld` in `dev` environment: All subdomains can be customized. For example, _Nextcloud_ can be changed to `files.domain.tld` in `dev` environment:
@@ -100,6 +102,11 @@ or alternatively via environment variable:
export DOMAIN=domain.tld export DOMAIN=domain.tld
``` ```
> [!warning]
> Due to a limitation caused by a [bug in the SSSD subcomponent](https://github.com/SSSD/sssd/issues/7246), there
> is an upper bound on the total domain length used by openDesk. To avoid issues, we recommend keeping the openDesk
> base domain length below 94 characters.
### Apps ### Apps
Depending on your ideal openDesk deployment, you may wish to disable or enable certain apps. Depending on your ideal openDesk deployment, you may wish to disable or enable certain apps.