mirror of
https://github.com/RipleyBooya/Nextcloud-AIO_OnlyOffice_Availability_Fix.git
synced 2025-12-12 21:58:39 +01:00
Update README.md
This commit is contained in:
parent
e1d727456d
commit
ef9f32941c
1 changed files with 14 additions and 3 deletions
17
README.md
17
README.md
|
|
@ -50,10 +50,21 @@ This document proposes a complete, reliable, automated workaround.
|
||||||
|
|
||||||
## Summary of the Solution
|
## Summary of the Solution
|
||||||
|
|
||||||
### 0. (Optional) Set “Availability check interval” to **0 minutes**
|
|
||||||
In the ONLYOFFICE admin panel:
|
|
||||||
|
|
||||||
**Settings → ONLYOFFICE → Availability check interval → set to `0`**
|
### 0. (Optional) Set “editors_check_interval” to **0** via OCC
|
||||||
|
|
||||||
|
There is no GUI option anymore for this in the ONLYOFFICE admin panel,
|
||||||
|
so you have to use the CLI (occ) inside the Nextcloud container:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker exec -it nextcloud-aio-nextcloud \
|
||||||
|
sudo -E -u www-data php occ config:system:set onlyoffice editors_check_interval --value=0
|
||||||
|
|
||||||
|
docker exec -it nextcloud-aio-nextcloud \
|
||||||
|
sudo -E -u www-data php occ config:system:get onlyoffice editors_check_interval
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This reduces periodic background checks,
|
This reduces periodic background checks,
|
||||||
**BUT on its own it does *not* fix the nightly-backup issue.**
|
**BUT on its own it does *not* fix the nightly-backup issue.**
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue