Changing default app secret
The default secret for the ONLYOFFICE app package is changeme. Please change that to some unique secret:
- Open a File Manager into the app
- Edit the file /app/data/config/production-linux.json
- Locate the section called secret.
"secret": {
"inbox": {
"string": "changeme"
},
"outbox": {
"string": "changeme"
}
- Be sure to change the two secrets above to the same unique password.
- Restart the app