add onlyoffice, and ingress revision
Some checks failed
/ continuous-deploy (push) Failing after 15s

This commit is contained in:
Márcio Fernandes
2026-04-08 18:24:25 +00:00
parent 374f369ea2
commit 58a26067fa
13 changed files with 152 additions and 8 deletions

View File

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