Procházet zdrojové kódy

Replace <matrix-domain> with example.com

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3628/head
Suguru Hirahara před 1 rokem
rodič
revize
faa441029c
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E4F9743DAB4B7B75
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +2
    -2
      examples/vars.yml
  2. +2
    -2
      roles/custom/matrix-base/defaults/main.yml

+ 2
- 2
examples/vars.yml Zobrazit soubor

@@ -1,9 +1,9 @@
---
# The bare domain name which represents your Matrix identity.
# Matrix user ids for your server will be of the form (`@user:<matrix-domain>`).
# Matrix user ids for your server will be of the form (`@user:example.com`).
#
# Note: this playbook does not touch the server referenced here.
# Installation happens on another server ("matrix.<matrix-domain>").
# Installation happens on another server ("matrix.example.com").
#
# If you've deployed using the wrong domain, you'll have to run the Uninstalling step,
# because you can't change the Domain after deployment.


+ 2
- 2
roles/custom/matrix-base/defaults/main.yml Zobrazit soubor

@@ -1,10 +1,10 @@
---

# The bare domain name which represents your Matrix identity.
# Matrix user ids for your server will be of the form (`@user:<matrix-domain>`).
# Matrix user ids for your server will be of the form (`@user:example.com`).
#
# Note: this playbook does not touch the server referenced here.
# Installation happens on another server ("matrix.<matrix-domain>", see `matrix_server_fqn_matrix`).
# Installation happens on another server ("matrix.example.com", see `matrix_server_fqn_matrix`).
#
# Example value: example.com
matrix_domain: ~


Načítá se…
Zrušit
Uložit