Merge pull request #3648 from luixxiul/fix

Replace the default hostnames with others on documentation files for components about adjusting the service URL
This commit is contained in:
Slavi Pantaleev 2024-10-21 11:07:00 +03:00 committed by GitHub
commit 2afaeef6e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ Example additional configuration for your `inventory/host_vars/matrix.example.co
```yaml
# Change the default hostname
matrix_mautrix_wsproxy_hostname: wsproxy.example.com
matrix_mautrix_wsproxy_hostname: ws.example.com
```
## Adjusting DNS records

View File

@ -33,7 +33,7 @@ Example additional configuration for your `inventory/host_vars/matrix.example.co
```yaml
# Change the default hostname
jitsi_hostname: jitsi.example.com
jitsi_hostname: call.example.com
```
## Adjusting DNS records

View File

@ -39,7 +39,7 @@ Example additional configuration for your `inventory/host_vars/matrix.example.co
```yaml
# Change the default hostname
ntfy_hostname: ntfy.example.com
ntfy_hostname: push.example.com
```
## Adjusting DNS records

View File

@ -42,7 +42,7 @@ Example additional configuration for your `inventory/host_vars/matrix.example.co
```yaml
# Change the default hostname
grafana_hostname: stats.example.com
grafana_hostname: grafana.example.com
```
## Adjusting DNS records