From 60457af840023cb65fdf238698029658f88bda8a Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 10 Feb 2025 17:56:38 +0900 Subject: [PATCH] Update docs/configuring-playbook-matrix-media-repo.md: remove descriptions about metrics for now Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-matrix-media-repo.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/configuring-playbook-matrix-media-repo.md b/docs/configuring-playbook-matrix-media-repo.md index a633794d3..a4f1af80a 100644 --- a/docs/configuring-playbook-matrix-media-repo.md +++ b/docs/configuring-playbook-matrix-media-repo.md @@ -15,13 +15,8 @@ To enable matrix-media-repo, add the following configuration to your `inventory/ ```yaml matrix_media_repo_enabled: true - -# (optional) Turned off by default -# matrix_media_repo_metrics_enabled: true ``` -The repo is pre-configured for integrating with the Postgres database, Traefik proxy and [Prometheus/Grafana](configuring-playbook-prometheus-grafana.md) (if metrics enabled) from this playbook for all the available homeserver roles. - By default, the media-repo will use the local filesystem for data storage. You can alternatively use a `s3` cloud backend as well. Access token caching is also enabled by default since the logout endpoints are proxied through the media repo. ### Extending the configuration