Просмотр исходного кода
Replace the default hostnames with others on documentation files for components about adjusting the service URL
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3648/head
Suguru Hirahara
1 год назад
Родитель
Сommit
fce459d04c
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: E4F9743DAB4B7B75
4 измененных файлов:
4 добавлений и
4 удалений
-
docs/configuring-playbook-bridge-mautrix-wsproxy.md
-
docs/configuring-playbook-jitsi.md
-
docs/configuring-playbook-ntfy.md
-
docs/configuring-playbook-prometheus-grafana.md
|
|
@@ -30,7 +30,7 @@ Example additional configuration for your `inventory/host_vars/matrix.example.co |
|
|
|
|
|
|
|
|
```yaml |
|
|
```yaml |
|
|
# Change the default hostname |
|
|
# Change the default hostname |
|
|
matrix_mautrix_wsproxy_hostname: wsproxy.example.com |
|
|
|
|
|
|
|
|
matrix_mautrix_wsproxy_hostname: ws.example.com |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
## Adjusting DNS records |
|
|
## Adjusting DNS records |
|
|
|
|
|
@@ -33,7 +33,7 @@ Example additional configuration for your `inventory/host_vars/matrix.example.co |
|
|
|
|
|
|
|
|
```yaml |
|
|
```yaml |
|
|
# Change the default hostname |
|
|
# Change the default hostname |
|
|
jitsi_hostname: jitsi.example.com |
|
|
|
|
|
|
|
|
jitsi_hostname: call.example.com |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
## Adjusting DNS records |
|
|
## Adjusting DNS records |
|
|
|
|
|
@@ -39,7 +39,7 @@ Example additional configuration for your `inventory/host_vars/matrix.example.co |
|
|
|
|
|
|
|
|
```yaml |
|
|
```yaml |
|
|
# Change the default hostname |
|
|
# Change the default hostname |
|
|
ntfy_hostname: ntfy.example.com |
|
|
|
|
|
|
|
|
ntfy_hostname: push.example.com |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
## Adjusting DNS records |
|
|
## Adjusting DNS records |
|
|
|
|
|
@@ -42,7 +42,7 @@ Example additional configuration for your `inventory/host_vars/matrix.example.co |
|
|
|
|
|
|
|
|
```yaml |
|
|
```yaml |
|
|
# Change the default hostname |
|
|
# Change the default hostname |
|
|
grafana_hostname: stats.example.com |
|
|
|
|
|
|
|
|
grafana_hostname: grafana.example.com |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
## Adjusting DNS records |
|
|
## Adjusting DNS records |
|
|
|