From 93eb996bc55ac2505b28e7850a0b2e03d51cd4c2 Mon Sep 17 00:00:00 2001 From: Jonas Dossmann Date: Tue, 2 Dec 2025 20:50:21 +0000 Subject: [PATCH 1/2] Update raspberry-pi.md Clarified instructions. --- docs/admin/getting-started/other/raspberry-pi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/getting-started/other/raspberry-pi.md b/docs/admin/getting-started/other/raspberry-pi.md index 7bae052e..b185e993 100644 --- a/docs/admin/getting-started/other/raspberry-pi.md +++ b/docs/admin/getting-started/other/raspberry-pi.md @@ -110,13 +110,13 @@ Edit the `.env` file: nano .env ``` -Add the minimal OpenCloud setup: +Activate the minimal OpenCloud setup by un-commenting this line: ```bash COMPOSE_FILE=docker-compose.yml:traefik/opencloud.yml ``` -Set your admin password +Look for the following line and set here your admin password: ```bash INITIAL_ADMIN_PASSWORD=YourSecurePassword From 1e39b424593a27e4889d8fd51fc74a5f4283a8aa Mon Sep 17 00:00:00 2001 From: Anja Barz Date: Thu, 29 Jan 2026 13:41:33 +0100 Subject: [PATCH 2/2] run linter and formatter --- docs/admin/getting-started/other/raspberry-pi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/getting-started/other/raspberry-pi.md b/docs/admin/getting-started/other/raspberry-pi.md index b185e993..5ba62936 100644 --- a/docs/admin/getting-started/other/raspberry-pi.md +++ b/docs/admin/getting-started/other/raspberry-pi.md @@ -116,7 +116,7 @@ Activate the minimal OpenCloud setup by un-commenting this line: COMPOSE_FILE=docker-compose.yml:traefik/opencloud.yml ``` -Look for the following line and set here your admin password: +Look for the following line and set here your admin password: ```bash INITIAL_ADMIN_PASSWORD=YourSecurePassword