Parcourir la source

Merge pull request #3648 from luixxiul/fix

Replace the default hostnames with others on documentation files for components about adjusting the service URL
pull/3649/head
Slavi Pantaleev il y a 1 an
committed by GitHub
Parent
révision
2afaeef6e3
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: B5690EEEBB952194
4 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. +1
    -1
      docs/configuring-playbook-bridge-mautrix-wsproxy.md
  2. +1
    -1
      docs/configuring-playbook-jitsi.md
  3. +1
    -1
      docs/configuring-playbook-ntfy.md
  4. +1
    -1
      docs/configuring-playbook-prometheus-grafana.md

+ 1
- 1
docs/configuring-playbook-bridge-mautrix-wsproxy.md Voir le fichier

@@ -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


+ 1
- 1
docs/configuring-playbook-jitsi.md Voir le fichier

@@ -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


+ 1
- 1
docs/configuring-playbook-ntfy.md Voir le fichier

@@ -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


+ 1
- 1
docs/configuring-playbook-prometheus-grafana.md Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer