Files
onlyoffice/release/2.0.0+7.1.1
Philipp Rothmann bc039e8bb2
Some checks failed
continuous-integration/drone/push Build is failing
fix release notes
2022-08-09 10:57:29 +02:00

19 lines
487 B
Groff

This release upgrades onlyoffice to v7, adds a seperate postgresdb + rabbitmq
and adds env variables for the forcesave option.
Please add this to your .env file:
```
SECRET_DB_PASSWORD_VERSION=v1
AUTO_ASSEMBLY_ENABLED=false
AUTO_ASSEMBLY_INTERVAL=5min
AUTO_ASSEMBLY_STEP=1min
```
If you like to use the forcesave option, set `AUTO_ASSEMBLY_ENABLED=true`.
Don't forget to generate or insert a new db secret: `abra app secret generate onlyoffice.example.org db_password v1`
@yksflip