Update README.md

This commit is contained in:
FURK4NGG
2026-07-10 01:09:02 +03:00
committed by GitHub
parent 432438ab87
commit e8c41c2927
+9 -1
View File
@@ -268,7 +268,7 @@ https://forms.domain/index.php/dashboard/view
# -NextCloud Settings- # -NextCloud Settings-
Add the users' home directory in Nextcloud? -> (No) Add the users' home directory in Nextcloud? -> (No)
# -OnlyOffice Setup- # 📦 OnlyOffice Setup
Verify that the server settings were successfully updated Verify that the server settings were successfully updated
Check healthcheck and api.js 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 sudo grep -n -A5 -B5 "secret" /var/www/onlyoffice/config/local.json
``` ```
Verify the SSL certificate Verify the SSL certificate
```
curl -Iv https://docs.domain
```
Run the curl tests Run the curl tests
``` ```
sudo -i sudo -i
@@ -302,6 +305,11 @@ sudo -i
php /var/www/nextcloud/occ status php /var/www/nextcloud/occ status
``` ```
Verify Server Time
```
timedatectl status
```
Final diagnosis Final diagnosis
``` ```
sudo tail -100 /var/log/onlyoffice/docservice.log sudo tail -100 /var/log/onlyoffice/docservice.log