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