From 6f8b43dfab8aa92a04d7f014b333f11b5b82d9a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Fri, 5 Aug 2022 18:58:19 +0200 Subject: [PATCH] Remove unneeded and possibly puzzeling documentation --- docs/configuring-playbook-bot-maubot.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/docs/configuring-playbook-bot-maubot.md b/docs/configuring-playbook-bot-maubot.md index b6c6e9051..d5990a11d 100644 --- a/docs/configuring-playbook-bot-maubot.md +++ b/docs/configuring-playbook-bot-maubot.md @@ -61,23 +61,3 @@ You can expand "Access token" to copy it. ![Obatining an admin access token with Element](assets/obtain_admin_access_token_element.png) **IMPORTANT**: once you copy the token, just close the Matrix client window/tab. Do not "log out", as that would invalidate the token. - -## External nginx - -To use the management interface with an [external nginx webserver](configuring-playbook-own-webserver.md) the configuration will default to -a http bind port at `127.0.0.1:29316`. If you need to use a different interface add the following to your `vars.yml` (e.g. with `0.0.0.0`). - - -```yaml -# Controls whether the maubot container exposes its HTTP management interface port (tcp/29316 in the container). -# -# Takes an ":" or "" value (e.g. "127.0.0.1:29316"), or empty string to not expose. -# If you'll be setting this at all, it should be defined in terms of `matrix_bot_maubot_management_interface_port`. -# Example: -# matrix_bot_maubot_management_interface_http_bind_port: "127.0.0.1:{{ matrix_bot_maubot_management_interface_port }}" -matrix_bot_maubot_management_interface_http_bind_port: '0.0.0.0:{{ matrix_bot_maubot_management_interface_port }}' -``` - - - -