From f9203e5d7fa75ffcc6f3dde604b7fe0c79dcce7f Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 17 Sep 2026 15:24:48 +0200 Subject: [PATCH] docs: format readme --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fae4f8..d358e48 100644 --- a/README.md +++ b/README.md @@ -131,14 +131,21 @@ To disable dashboard app (since it is so corporate): ## Metrics -There is a [metrics exporter](https://github.com/xperimental/nextcloud-exporter) that can be run as sidecar container, also part of the nextcloud helm charts. Its configured via alloys label-based auto-discovery provided by the updated [monitoring-stack](https://git.coopcloud.tech/coop-cloud/monitoring-ng) +There is a [metrics exporter](https://github.com/xperimental/nextcloud-exporter) +that can be run as sidecar container, also part of the nextcloud helm charts. +Its configured via alloys label-based auto-discovery provided by the updated +[monitoring-stack](https://git.coopcloud.tech/coop-cloud/monitoring-ng). + To enable, uncomment ``` COMPOSE_FILE="$COMPOSE_FILE:compose.metrics.yml" SECRET_METRICS_TOKEN_VERSION=v1 # length=32 charset=hex ``` -then generate the secret with abra and run -`abra app cmd app set_metrics_token` +then generate the secret with abra and insert it via `set_metrics_token` +``` +abra app secret generate metrics_token +abra app cmd app set_metrics_token +``` ## Upgrading Nextcloud