Clarify what ui_base_path does

[skip ci]
This commit is contained in:
Tulir Asokan 2025-08-08 19:52:28 +03:00
parent 10383d526f
commit a4a39b7f90

View file

@ -54,7 +54,8 @@ server:
port: 29316 port: 29316
# Public base URL where the server is visible. # Public base URL where the server is visible.
public_url: https://example.com 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 ui_base_path: /_matrix/maubot
# The base path for plugin endpoints. The instance ID will be appended directly. # The base path for plugin endpoints. The instance ID will be appended directly.
plugin_base_path: /_matrix/maubot/plugin/ plugin_base_path: /_matrix/maubot/plugin/