1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

add onlyoffice service

This commit is contained in:
Robin Appelman 2021-07-28 15:41:05 +02:00
commit b9bb8190cd
3 changed files with 145 additions and 1 deletions

View file

@ -33,6 +33,7 @@ Additionally, you can use the following options when starting an instance:
- `s3`: setup an S3 server and configure to Nextcloud to use it as primary storage
- `<path to app.tar.gz>`: by specifying the path to an app package this package will be extracted into the apps directory of the new instance (overwriting any existing app code). This can be used to quickly test a packaged app.
- `ldap`: setup an LDAP server
- `onlyoffice` setup an onlyoffice document server
#### Run tests in a new instance