From bccd6a1181386408fb422751cd1d20f5dee5f664 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Sun, 28 Jan 2024 22:33:49 -0800 Subject: [PATCH] add more info for nextcloud --- docs/services.md | 2 +- modules/services/nextcloud-server/docs/default.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/services.md b/docs/services.md index dc4b0a7..43083c6 100644 --- a/docs/services.md +++ b/docs/services.md @@ -2,7 +2,7 @@ | Service | Backup | Reverse Proxy | SSO | LDAP | Monitoring | Profiling | |-----------------------|--------|---------------|-----|-------|------------|-----------| -| [Nextcloud Server][1] | P (1) | Y | N | Y | Y | P (2) | +| [Nextcloud Server][1] | P (1) | Y | Y | Y | Y | P (2) | Legend: **N**: no but WIP; **P**: partial; **Y**: yes diff --git a/modules/services/nextcloud-server/docs/default.md b/modules/services/nextcloud-server/docs/default.md index cf0c122..e23c241 100644 --- a/modules/services/nextcloud-server/docs/default.md +++ b/modules/services/nextcloud-server/docs/default.md @@ -344,6 +344,10 @@ configuration can be found with `systemctl cat nginx | grep -om 1 -e "[^ ]\+conf Enable verbose logging by setting the `shb.nextcloud.debug` boolean to `true`. +Access the database with `sudo -u nextcloud psql`. + +Access Redis with `sudo -u nextcloud redis-cli -s /run/redis-nextcloud/redis.sock`. + ## Options Reference {#services-nextcloud-server-options} ```{=include=} options