Просмотр исходного кода

Set `matrix-client-cinny` to `cinny_identifier`

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4900/head
Suguru Hirahara 3 недель назад
Родитель
Сommit
036fe3dd0f
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
2 измененных файлов: 4 добавлений и 2 удалений
  1. +1
    -1
      docs/configuring-playbook-client-cinny.md
  2. +3
    -1
      group_vars/matrix_servers

+ 1
- 1
docs/configuring-playbook-client-cinny.md Просмотреть файл

@@ -72,4 +72,4 @@ The shortcut commands with the [`just` program](just.md) are also available: `ju

## Troubleshooting

As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu cinny`.
As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu matrix-client-cinny`.

+ 3
- 1
group_vars/matrix_servers Просмотреть файл

@@ -344,7 +344,7 @@ devture_systemd_service_manager_services_list_auto: |
+
([{'name': 'matrix-cactus-comments-client.service', 'priority': 2000, 'groups': ['matrix', 'cactus-comments-client']}] if matrix_cactus_comments_client_enabled else [])
+
([{'name': 'cinny.service', 'priority': 2000, 'groups': ['matrix', 'clients', 'cinny', 'client-cinny']}] if cinny_enabled else [])
([{'name': (cinny_identifier + '.service'), 'priority': 2000, 'groups': ['matrix', 'clients', 'cinny', 'client-cinny']}] if cinny_enabled else [])
+
([{'name': 'matrix-client-element.service', 'priority': 2000, 'groups': ['matrix', 'clients', 'element', 'client-element']}] if matrix_client_element_enabled else [])
+
@@ -4288,6 +4288,8 @@ matrix_client_hydrogen_self_check_validate_certificates: "{{ matrix_playbook_ssl

cinny_enabled: false

cinny_identifier: matrix-client-cinny

cinny_docker_image_registry_prefix_upstream: "{{ matrix_container_global_registry_prefix_override if matrix_container_global_registry_prefix_override else cinny_docker_image_registry_prefix_upstream_default }}"

cinny_container_image_self_build: "{{ matrix_architecture not in ['arm64', 'amd64'] }}"


Загрузка…
Отмена
Сохранить