소스 검색

correct spelling errors in IRC bridge configuration templates.

pull/3512/head
Thom Wiggers 3 달 전
부모
커밋
b51733aab6
No known key found for this signature in database GPG 키 ID: 1BB0A7CE26E363
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-bridge-appservice-irc/defaults/main.yml
  2. +3
    -3
      roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2

+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/defaults/main.yml 파일 보기

@@ -454,7 +454,7 @@ matrix_appservice_irc_ircService_servers: [] # noqa var-naming
# # that sometimes they don't get around to it and end up ping timing us out. # # that sometimes they don't get around to it and end up ping timing us out.
# # pingRateMs: 60000 # # pingRateMs: 60000
# # Choose which conditions the IRC bridge should kick Matrix users for. Decisions to this from # # Choose which conditions the IRC bridge should kick Matrix users for. Decisions to this from
# # defaults should be taken with care as it may dishonestly repesent Matrix users on the IRC
# # defaults should be taken with care as it may dishonestly represent Matrix users on the IRC
# # network, and cause your bridge to be banned. # # network, and cause your bridge to be banned.
# kickOn: # kickOn:
# # Kick a Matrix user from a bridged room if they fail to join the IRC channel. # # Kick a Matrix user from a bridged room if they fail to join the IRC channel.


+ 3
- 3
roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2 파일 보기

@@ -31,7 +31,7 @@ homeserver:
# Default: true # Default: true
enablePresence: {{ matrix_appservice_irc_homeserver_enablePresence|to_json }} enablePresence: {{ matrix_appservice_irc_homeserver_enablePresence|to_json }}


# Which port should the appservice bind to. Can be overriden by the one provided in the
# Which port should the appservice bind to. Can be overridden by the one provided in the
# command line! Optional. # command line! Optional.
# bindPort: 8090 # bindPort: 8090


@@ -133,7 +133,7 @@ ircService:
# Whether to enable hosting the setup widget page. Default: false. # Whether to enable hosting the setup widget page. Default: false.
widget: false widget: false


# Config for the media proxy, required to serve publically accessible URLs to authenticated Matrix media
# Config for the media proxy, required to serve publicly accessible URLs to authenticated Matrix media
mediaProxy: mediaProxy:
# To generate a .jwk file: # To generate a .jwk file:
# $ node src/generate-signing-key.js > signingkey.jwk # $ node src/generate-signing-key.js > signingkey.jwk
@@ -142,7 +142,7 @@ ircService:
ttlSeconds: 604800 ttlSeconds: 604800
# The port for the media proxy to listen on # The port for the media proxy to listen on
bindPort: {{ matrix_appservice_irc_homeserver_media_bind_port | to_json }} bindPort: {{ matrix_appservice_irc_homeserver_media_bind_port | to_json }}
# The publically accessible URL to the media proxy
# The publicly accessible URL to the media proxy
publicUrl: "https://{{ matrix_appservice_irc_homeserver_media_domain }}{{ matrix_appservice_irc_homeserver_media_path }}" publicUrl: "https://{{ matrix_appservice_irc_homeserver_media_domain }}{{ matrix_appservice_irc_homeserver_media_path }}"


# Options here are generally only applicable to large-scale bridges and may have # Options here are generally only applicable to large-scale bridges and may have


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