From bd561c0ea2172363178c5e7048f98447f1fdbdfe Mon Sep 17 00:00:00 2001 From: Robin Appelman <robin@icewind.nl> Date: Wed, 4 Aug 2021 14:58:57 +0200 Subject: [PATCH] put snap config in a <details> section Signed-off-by: Robin Appelman <robin@icewind.nl> --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40b8cf2..0771734 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,12 @@ User=www-data WantedBy = multi-user.target ``` -If you have installed Nextcloud via Snap, you need to use the following file instead and replace `CHANGEME` in `DATABASE_URL` with the value of `dbpassword` from `/var/snap/nextcloud/current/nextcloud/config/config.php`: +Adjusting the paths and ports as needed. + +<details> +<summary>Snap configuration (click to expand)</summary> + +If you have installed Nextcloud via Snap, you need to use the following file instead and replace `CHANGEME` in `DATABASE_URL` with the value of `dbpassword` from `/var/snap/nextcloud/current/nextcloud/config/config.php` ```ini [Unit] @@ -80,7 +85,7 @@ User=root WantedBy = multi-user.target ``` -Adjusting the paths and ports as needed. +</details> #### Configuration -- GitLab