Find the recently installed ONLYOFFICE Docs in My Apps and click the button to enter the app settings section.
Then open File Manager access the app's file system, edit the /app/data/config/production-linux.json
file and change the default secret to your own unique secret key.
"secret": {
"inbox": {
"string": "mysecret"
},
"outbox": {
"string": "mysecret"
}
Where mysecret
is your new secret key used to sign the data. It is the secret to validate the JSON web token in the request to ONLYOFFICE Docs.
Note: be sure to change the two secrets above to the same unique password.
Restart the ONLYOFFICE Docs app.