Quellcode durchsuchen

Update docs/configuring-playbook-jitsi.md: edit the section for prerequisites

- Add a link to the handbook: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-requirements
- Add a link to the role's document

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4073/head
Suguru Hirahara vor 1 Jahr
Ursprung
Commit
a9c3db2994
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: E4F9743DAB4B7B75
1 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen
  1. +2
    -3
      docs/configuring-playbook-jitsi.md

+ 2
- 3
docs/configuring-playbook-jitsi.md Datei anzeigen

@@ -26,10 +26,9 @@ The Ansible role for Jitsi is developed and maintained by [MASH (mother-of-all-s

## Prerequisites

You may need to open the following ports to your server:
Before proceeding, make sure to check server's requirements recommended by [the official deployment guide](https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-requirements).

- `4443/tcp` — RTP media fallback over TCP
- `10000/udp` — RTP media over UDP. Depending on your firewall/NAT configuration, incoming RTP packets on port `10000` may have the external IP of your firewall as destination address, due to the usage of STUN in JVB (see [`jitsi_jvb_stun_servers`](https://github.com/mother-of-all-self-hosting/ansible-role-jitsi/blob/main/defaults/main.yml)).
You may need to open some ports to your server, if you use another firewall in front of the server. Refer [the role's document](https://github.com/mother-of-all-self-hosting/ansible-role-jitsi/blob/main/docs/configuring-jitsi.md#prerequisites) to check which ones to be configured.

## Adjusting DNS records



Laden…
Abbrechen
Speichern