add onlyoffice, and ingress revision
Some checks failed
/ continuous-deploy (push) Failing after 15s
Some checks failed
/ continuous-deploy (push) Failing after 15s
This commit is contained in:
11
README.md
11
README.md
@@ -13,6 +13,7 @@ Using [NextCloud](https://nextcloud.com/)
|
||||
- [repair tree](#repair-tree)
|
||||
- [Repair AppData Cache (Fix App Store 500 Error)](#repair-appdata-cache-fix-app-store-500-error)
|
||||
- [force create indexes](#force-create-indexes)
|
||||
- [documentserver repair](#documentserver-repair)
|
||||
- [Mimetype migrations available](#mimetype-migrations-available)
|
||||
- [delete file locks](#delete-file-locks)
|
||||
- [Setup and Deploy](#setup-and-deploy)
|
||||
@@ -98,8 +99,18 @@ su -s /bin/bash www-data -c "php occ maintenance:repair"
|
||||
su -s /bin/bash www-data -c "php occ db:add-missing-indices"
|
||||
```
|
||||
|
||||
### documentserver repair
|
||||
|
||||
```bash
|
||||
# Rebuild appdata and caches
|
||||
su -s /bin/bash www-data -c "php occ onlyoffice:documentserver --clear"
|
||||
su -s /bin/bash www-data -c "php occ maintenance:repair"
|
||||
su -s /bin/bash www-data -c "php occ files:scan-app-data"
|
||||
```
|
||||
|
||||
### Mimetype migrations available
|
||||
|
||||
|
||||
```bash
|
||||
|
||||
# Rebuild appdata and caches
|
||||
|
||||
Reference in New Issue
Block a user