docs: Supplement changes from 0e3b6615

This commit is contained in:
Jonas Schulz
2025-04-17 11:24:46 +02:00
committed by Thorsten Roßner
parent 7f1cfc5555
commit b0088b028c
2 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ For your convenience, we recommend creating a `*.domain.tld` A-Record for your c
## Domain
A list of all subdomains can be found in `helmfile/environments/default/global.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:
@@ -99,7 +99,7 @@ export DOMAIN=domain.tld
### Apps
Depending on your ideal openDesk deployment, you may wish to disable or enable certain apps.
All available apps and their default values are located in `helmfile/environments/default/opendesk_main.gotmpl`.
All available apps and their default values are located in `helmfile/environments/default/opendesk_main.yaml.gotmpl`.
| Component | Name | Default | Description |
| -------------------- | --------------------------- | ------- | ------------------------------ |

View File

@@ -14,7 +14,7 @@ This document covers the theming options for an openDesk deployment.
# Settings
All default settings can be found in [`theme.gotmpl`](../helmfile/environments/default/theme.gotmpl). Most of the components adhere to these settings.
All default settings can be found in [`theme.yaml.gotmpl`](../helmfile/environments/default/theme.yaml.gotmpl). Most of the components adhere to these settings.
Please review the default configuration that is applied to understand your customization options.