diff --git a/README.md b/README.md index 858cfa4..3aeb877 100644 --- a/README.md +++ b/README.md @@ -14,29 +14,29 @@ Requirements Role Variables -------------- -| Variable | Description | Default | -| --------------------------- | ------------------------------------------------------------------------------- | ------------------ | -| docker_user | The user who is going to manage/run the Docker Compose services | deploy | -| *jitsi_letsencrypt_email* | E-Mail adress used for requesting certificates | Not set | -| jitsi_docker_host_address | | | -| jitsi_enable_letsencrypt | Jitsi will take care of Let's Encrypt certificates | 0 | -| jitsi_exposed_http_port | Exposed container port for HTTP | 8000 | -| jitsi_exposed_https_port | Exposed container port for HTTPS | 8443 | -| jitsi_jibri_recorder_password | Provide a secure password\* | | -| jitsi_jibri_recorder_user | | | -| jitsi_jibri_xmpp_password | | | -| jitsi_jibri_xmpp_user | | | -| jitsi_jicofo_auth_password | | | -| jitsi_jicofo_auth_user | | | -| jitsi_jicofo_component_secret | | | -| jitsi_jigasi_xmpp_password | | | -| jitsi_jigasi_xmpp_user | | | -| jitsi_jvb_auth_password | | | -| jitsi_jvb_auth_user | | | -| jitsi_jvb_stun_servers | | stun:stun.schlund.de:3478,
stun:stun.t-online.de:3478,
stun:stun.1und1.de:3478 | -| jitsi_public_url | The public URL under which Jitsi Meet can be accessed | http://localhost | -| jitsi_timezone | | Europe/Amsterdam | -| jitsi_virtual_host | The virtual host that is e.g. used by Traefik, usually part of the public url | localhost | +| Variable | Description | Default | +| --------------------------- | ------------------------------------------------------------------------------- | ------------------ | +| docker_user | The user who is going to manage/run the Docker Compose services | deploy | +| *jitsi_letsencrypt_email* | E-Mail adress used for requesting certificates | Not set | +| jitsi_docker_host_address | | | +| jitsi_enable_letsencrypt | Jitsi will take care of Let's Encrypt certificates | 0 | +| jitsi_exposed_http_port | Exposed container port for HTTP | 8000 | +| jitsi_exposed_https_port | Exposed container port for HTTPS | 8443 | +| jitsi_jibri_recorder_password | Provide a secure password\* | | +| jitsi_jibri_recorder_user | | | +| jitsi_jibri_xmpp_password | | | +| jitsi_jibri_xmpp_user | | | +| jitsi_jicofo_auth_password | | | +| jitsi_jicofo_auth_user | | | +| jitsi_jicofo_component_secret | | | +| jitsi_jigasi_xmpp_password | | | +| jitsi_jigasi_xmpp_user | | | +| jitsi_jvb_auth_password | | | +| jitsi_jvb_auth_user | | | +| jitsi_jvb_stun_servers | | meet-jit-si-turnrelay.jitsi.net:443 | +| jitsi_public_url | The public URL under which Jitsi Meet can be accessed | http://localhost | +| jitsi_timezone | | Europe/Amsterdam | +| jitsi_virtual_host | The virtual host that is e.g. used by Traefik, usually part of the public url | localhost | \* It is important to provide a dedicated secure password for each service. Generate passwords with e.g. `openssl rand -hex 16`