Onlyoffice in casaOS : where is secret key?

Hello,

I just installed casaOS, including Nextcloud and Onlyoffice.
I would like to link the two applications, and I remember that with yunohost, there was a secret Onlyoffice key to enter in Nextcloud so that office files could be opened in Nextcloud with Onlyoffice.

However, in CasaOS, the directories that are supposed to contain the key are not present (/etc/onlyoffice/documentserver/local.json), so I cannot find the key in question…

On CasaOS, where can I find this key, and will it allow me to use Onlyoffice in Nextcloud?

Thank you in advance, from a beginner!

Translated with DeepL.com (free version)

Hi @ThomSER7
When I install OnlyOffice (9.0.4) it create whole path: /etc/onlyoffice/documentserver/local.json inside container.
Where I see some json fields secret…
Yes, this path is not mounted to HOST volume. But it can be easily accessible by App Settings upper icon “Terminal and Logs” and type:
cat /etc/onlyoffice/documentserver/local.json

And when I open OnlyOffice first time it suggest me to create secret key:

Link documentation goes here.