From a4a39b7f90e8fbad33d7ed656f346fb3f35442a1 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 8 Aug 2025 19:52:28 +0300 Subject: [PATCH] Clarify what ui_base_path does [skip ci] --- maubot/example-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maubot/example-config.yaml b/maubot/example-config.yaml index 0a6c8ac..7991461 100644 --- a/maubot/example-config.yaml +++ b/maubot/example-config.yaml @@ -54,7 +54,8 @@ server: port: 29316 # Public base URL where the server is visible. public_url: https://example.com - # The base path for the UI. + # The base path for the UI. Note that this does not change the API path. + # Add a path prefix to public_url if you want everything on a subpath. ui_base_path: /_matrix/maubot # The base path for plugin endpoints. The instance ID will be appended directly. plugin_base_path: /_matrix/maubot/plugin/