소스 검색

Merge pull request #7 from shreyasajj/googlemessages

Changed port number
pull/2794/head
Shreyas Ajjarapu 2 년 전
committed by GitHub
부모
커밋
cce6ba5f9d
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-bridge-mautrix-gmessages/tasks/inject_into_nginx_proxy.yml
  2. +1
    -1
      roles/custom/matrix-bridge-mautrix-gmessages/templates/config.yaml.j2

+ 1
- 1
roles/custom/matrix-bridge-mautrix-gmessages/tasks/inject_into_nginx_proxy.yml 파일 보기

@@ -3,7 +3,7 @@
- name: Fail if matrix-nginx-proxy role already executed
ansible.builtin.fail:
msg: >-
Trying to append mautrix-whatapp-metrics's reverse-proxying configuration to matrix-nginx-proxy,
Trying to append mautrix-gmessages-metrics's reverse-proxying configuration to matrix-nginx-proxy,
but it's pointless since the matrix-nginx-proxy role had already executed.
To fix this, please change the order of roles in your playbook,
so that the matrix-nginx-proxy role would run after the matrix-bridge-mautrix-gmessages role.


+ 1
- 1
roles/custom/matrix-bridge-mautrix-gmessages/templates/config.yaml.j2 파일 보기

@@ -33,7 +33,7 @@ appservice:

# The hostname and port where this appservice should listen.
hostname: 0.0.0.0
port: 29336
port: 8080

# Database config.
database:


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