File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
roles/custom/matrix-bridge-appservice-irc Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ matrix_appservice_irc_ircService_servers: [] # noqa var-naming
454454# # that sometimes they don't get around to it and end up ping timing us out.
455455# # pingRateMs: 60000
456456# # Choose which conditions the IRC bridge should kick Matrix users for. Decisions to this from
457- # # defaults should be taken with care as it may dishonestly repesent Matrix users on the IRC
457+ # # defaults should be taken with care as it may dishonestly represent Matrix users on the IRC
458458# # network, and cause your bridge to be banned.
459459# kickOn:
460460# # Kick a Matrix user from a bridged room if they fail to join the IRC channel.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ homeserver:
3131 # Default: true
3232 enablePresence: {{ matrix_appservice_irc_homeserver_enablePresence|to_json }}
3333
34- # Which port should the appservice bind to. Can be overriden by the one provided in the
34+ # Which port should the appservice bind to. Can be overridden by the one provided in the
3535 # command line! Optional.
3636 # bindPort: 8090
3737
@@ -133,7 +133,7 @@ ircService:
133133 # Whether to enable hosting the setup widget page. Default: false.
134134 widget: false
135135
136- # Config for the media proxy, required to serve publically accessible URLs to authenticated Matrix media
136+ # Config for the media proxy, required to serve publicly accessible URLs to authenticated Matrix media
137137 mediaProxy:
138138 # To generate a .jwk file:
139139 # $ node src/generate-signing-key.js > signingkey.jwk
@@ -142,7 +142,7 @@ ircService:
142142 ttlSeconds: 604800
143143 # The port for the media proxy to listen on
144144 bindPort: {{ matrix_appservice_irc_homeserver_media_bind_port | to_json }}
145- # The publically accessible URL to the media proxy
145+ # The publicly accessible URL to the media proxy
146146 publicUrl: "https://{{ matrix_appservice_irc_homeserver_media_domain }}{{ matrix_appservice_irc_homeserver_media_path }}"
147147
148148# Options here are generally only applicable to large-scale bridges and may have
You can’t perform that action at this time.
0 commit comments