Explorar el Código

Rename sygnal.yaml.j2 to config.yaml.j2

There does not seem to exist other yaml.j2 files, which would be named after the servive.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3958/head
Suguru Hirahara hace 1 año
padre
commit
38a1d61c3f
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: E4F9743DAB4B7B75
Se han modificado 3 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      docs/configuring-playbook-sygnal.md
  2. +1
    -1
      roles/custom/matrix-sygnal/defaults/main.yml
  3. +0
    -0
      roles/custom/matrix-sygnal/templates/config.yaml.j2

+ 1
- 1
docs/configuring-playbook-sygnal.md Ver fichero

@@ -46,7 +46,7 @@ aux_file_definitions:
group: "{{ matrix_user_groupname }}"
```

For a more complete example of available fields and values they can take, see `roles/custom/matrix-sygnal/templates/sygnal.yaml.j2` (or the [upstream `sygnal.yaml.sample` configuration file](https://github.com/matrix-org/sygnal/blob/master/sygnal.yaml.sample)).
For a more complete example of available fields and values they can take, see `roles/custom/matrix-sygnal/templates/config.yaml.j2` (or the [upstream `sygnal.yaml.sample` configuration file](https://github.com/matrix-org/sygnal/blob/master/sygnal.yaml.sample)).

Configuring [GCM/FCM](https://firebase.google.com/docs/cloud-messaging/) is easier, as it only requires that you provide some config values.



+ 1
- 1
roles/custom/matrix-sygnal/defaults/main.yml Ver fichero

@@ -103,7 +103,7 @@ matrix_sygnal_metrics_prometheus_enabled: false
#
# For a more advanced customization, you can extend the default (see `matrix_sygnal_configuration_extension_yaml`)
# or completely replace this variable with your own template.
matrix_sygnal_configuration_yaml: "{{ lookup('template', 'templates/sygnal.yaml.j2') }}"
matrix_sygnal_configuration_yaml: "{{ lookup('template', 'templates/config.yaml.j2') }}"

matrix_sygnal_configuration_extension_yaml: |
# Your custom YAML configuration for Sygnal goes here.


roles/custom/matrix-sygnal/templates/sygnal.yaml.j2 → roles/custom/matrix-sygnal/templates/config.yaml.j2 Ver fichero


Cargando…
Cancelar
Guardar