From e8c41c2927dbd4a4c437983fecd1e0caab269645 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Fri, 10 Jul 2026 01:09:02 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5a996b..bfe5f53 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ https://forms.domain/index.php/dashboard/view # -NextCloud Settings- Add the users' home directory in Nextcloud? -> (No) -# -OnlyOffice Setup- +# 📦 OnlyOffice Setup Verify that the server settings were successfully updated Check healthcheck and api.js ``` @@ -281,6 +281,9 @@ Verify that the secret keys match sudo grep -n -A5 -B5 "secret" /var/www/onlyoffice/config/local.json ``` Verify the SSL certificate +``` +curl -Iv https://docs.domain +``` Run the curl tests ``` sudo -i @@ -302,6 +305,11 @@ sudo -i php /var/www/nextcloud/occ status ``` +Verify Server Time +``` +timedatectl status +``` + Final diagnosis ``` sudo tail -100 /var/log/onlyoffice/docservice.log