Procházet zdrojové kódy

Merge pull request #1715 from GoliathLabs/mautrix-googlechat

Updated: matrix-googlechat to v0.3.1
pull/1716/head
Slavi Pantaleev před 3 roky
committed by GitHub
rodič
revize
e59a348219
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/matrix-bridge-mautrix-googlechat/defaults/main.yml

+ 1
- 1
roles/matrix-bridge-mautrix-googlechat/defaults/main.yml Zobrazit soubor

@@ -7,7 +7,7 @@ matrix_mautrix_googlechat_enabled: true
matrix_mautrix_googlechat_container_image_self_build: false
matrix_mautrix_googlechat_container_image_self_build_repo: "https://github.com/mautrix/googlechat.git"

matrix_mautrix_googlechat_version: latest
matrix_mautrix_googlechat_version: v0.3.1
# See: https://mau.dev/mautrix/googlechat/container_registry
matrix_mautrix_googlechat_docker_image: "{{ matrix_mautrix_googlechat_docker_image_name_prefix }}mautrix/googlechat:{{ matrix_mautrix_googlechat_version }}"
matrix_mautrix_googlechat_docker_image_name_prefix: "{{ 'localhost/' if matrix_mautrix_googlechat_container_image_self_build else 'dock.mau.dev/' }}"


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