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-
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