소스 검색

Switch to the new vectorim/element-web Docker image

pull/700/head
Aaron Raimist 5 년 전
부모
커밋
c33d007306
No known key found for this signature in database GPG 키 ID: 37419210002890EF
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +1
    -1
      README.md
  2. +1
    -1
      docs/configuring-dns.md
  3. +1
    -1
      docs/configuring-playbook-client-element.md
  4. +1
    -1
      roles/matrix-client-element/defaults/main.yml

+ 1
- 1
README.md 파일 보기

@@ -128,7 +128,7 @@ This playbook sets up your server using the following Docker images:

- [instrumentisto/coturn](https://hub.docker.com/r/instrumentisto/coturn/) - the [Coturn](https://github.com/coturn/coturn) STUN/TURN server (optional)

- [vectorim/riot-web](https://hub.docker.com/r/vectorim/riot-web/) - the [Element](https://element.io/) web client (optional)
- [vectorim/element-web](https://hub.docker.com/r/vectorim/element-web/) - the [Element](https://element.io/) web client (optional)

- [ma1uta/ma1sd](https://hub.docker.com/r/ma1uta/ma1sd/) - the [ma1sd](https://github.com/ma1uta/ma1sd) Matrix Identity server (optional)



+ 1
- 1
docs/configuring-dns.md 파일 보기

@@ -34,7 +34,7 @@ DNS records marked with `(*)` above are optional. They refer to services that wi

As the table above illustrates, you need to create 2 subdomains (`matrix.<your-domain>` and `element.<your-domain>`) and point both of them to your new server's IP address (DNS `A` record or `CNAME` record is fine).

The `element.<your-domain>` subdomain is necessary, because this playbook installs the [Element](https://github.com/vector-im/riot-web) web client for you.
The `element.<your-domain>` subdomain is necessary, because this playbook installs the [Element](https://github.com/vector-im/element-web) web client for you.
If you'd rather instruct the playbook not to install Element (`matrix_client_element_enabled: false` when [Configuring the playbook](configuring-playbook.md) later), feel free to skip the `element.<your-domain>` DNS record.

The `dimension.<your-domain>` subdomain may be necessary, because this playbook could install the [Dimension integrations manager](http://dimension.t2bot.io/) for you. Dimension installation is disabled by default, because it's only possible to install it after the other Matrix services are working (see [Setting up Dimension](configuring-playbook-dimension.md) later). If you do not wish to set up Dimension, feel free to skip the `dimension.<your-domain>` DNS record.


+ 1
- 1
docs/configuring-playbook-client-element.md 파일 보기

@@ -1,6 +1,6 @@
# Configuring Element (optional)

By default, this playbook installs the [Element](https://github.com/vector-im/riot-web) Matrix client web application.
By default, this playbook installs the [Element](https://github.com/vector-im/element-web) Matrix client web application.
If that's okay, you can skip this document.




+ 1
- 1
roles/matrix-client-element/defaults/main.yml 파일 보기

@@ -2,7 +2,7 @@ matrix_client_element_enabled: true

matrix_client_element_container_image_self_build: false

matrix_client_element_docker_image: "vectorim/riot-web:v1.7.12"
matrix_client_element_docker_image: "vectorim/element-web:v1.7.12"
matrix_client_element_docker_image_force_pull: "{{ matrix_client_element_docker_image.endswith(':latest') }}"

matrix_client_element_data_path: "{{ matrix_base_data_path }}/client-element"


불러오는 중...
취소
저장