ソースを参照

Update SchiliChat to v1.11.36

pull/3206/head
Suguru Hirahara 2年前
コミット
ba2e31c48d
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E4F9743DAB4B7B75
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      docs/configuring-playbook-client-schildichat.md
  2. +1
    -1
      roles/custom/matrix-client-schildichat/defaults/main.yml

+ 1
- 1
docs/configuring-playbook-client-schildichat.md ファイルの表示

@@ -2,7 +2,7 @@

By default, this playbook does not install the [SchildiChat](https://github.com/SchildiChat/schildichat-desktop) Matrix client web application.

**WARNING**: SchildiChat is based on Element-web, but its releases are lagging behind. As an example (from 2023-08-31), SchildiChat is 10 releases behind (it being based on element-web `v1.11.30`, while element-web is now on `v1.11.40`). Element-web frequently suffers from security issues, so running something based on an ancient Element-web release is **dangerous**. Use SchildiChat at your own risk!
**WARNING**: SchildiChat is based on Element-web, but its releases are lagging behind. As an example (from 2024-02-26), SchildiChat is 22 releases behind (it being based on element-web `v1.11.36`, while element-web is now on `v1.11.58`). Element-web frequently suffers from security issues, so running something based on an ancient Element-web release is **dangerous**. Use SchildiChat at your own risk!


## Enabling SchildiChat


+ 1
- 1
roles/custom/matrix-client-schildichat/defaults/main.yml ファイルの表示

@@ -6,7 +6,7 @@ matrix_client_schildichat_enabled: true
matrix_client_schildichat_container_image_self_build: false

# renovate: datasource=docker depName=registry.gitlab.com/etke.cc/schildichat-web
matrix_client_schildichat_version: v1.11.30-sc.2
matrix_client_schildichat_version: v1.11.36-sc.2
matrix_client_schildichat_docker_image: "{{ matrix_client_schildichat_docker_image_name_prefix }}etke.cc/schildichat-web:{{ matrix_client_schildichat_version }}"
matrix_client_schildichat_docker_image_name_prefix: "{{ 'localhost/' if matrix_client_schildichat_container_image_self_build else 'registry.gitlab.com/' }}"
matrix_client_schildichat_docker_image_force_pull: "{{ matrix_client_schildichat_docker_image.endswith(':latest') }}"


読み込み中…
キャンセル
保存