diff --git a/docs/getting-started.md b/docs/getting-started.md index f20242da..b03c4ab1 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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 | | -------------------- | --------------------------- | ------- | ------------------------------ | diff --git a/docs/theming.md b/docs/theming.md index 6f3611b1..131f81b6 100644 --- a/docs/theming.md +++ b/docs/theming.md @@ -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.