Update install.md

merge-requests/85/head
Aleix Quintana Alsius 2023-04-23 18:19:53 +00:00
parent e32e83a2e8
commit 5b8fcdabde
1 changed files with 2 additions and 3 deletions

View File

@ -84,13 +84,12 @@ You can use your own certificate, being it a single, wildcard or SAN certificate
The installer accepts all the variables existing in [`dd.conf.sample`][dd.conf.sample] as environment variables using the `DD_` prefix to distinct of other environment variables.
For example, the variable `DOMAIN` can be pre-configured with the environment variable `DD_DOMAIN`.
Read the next example.
For example, the variable `DOMAIN` can be pre-configured with the environment variable `DD_DOMAIN`, as seen in the example below.
If `DD_DOMAIN` is defined, the unattended installation will be started using values from environment variables.
Otherwise, without defining `DD_DOMAIN`, it will proceed with the unattended installation.
Take note that when using the unattended mode, the dns records must resolve to your server ip address. You will need to setup DNS records for:
Take note that when using the unattended mode, the dns records must resolve to your server ip address. So, you will need to setup DNS records for:
- moodle.${DD_DOMAIN}
- nextcloud.${DD_DOMAIN}