Changing default app secret

Changing default app secret

The default secret for the ONLYOFFICE app package is changeme. Please change that to some unique secret:

  1. Open a File Manager into the app
  2. Edit the file /app/data/config/production-linux.json
  3. Locate the section called secret.
              "secret": {
                "inbox": {
                  "string": "changeme"
                },
                "outbox": {
                  "string": "changeme"
                }
  1. Be sure to change the two secrets above to the same unique password.
  2. Restart the app