Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Existing Docker Document Service integrate to Docker Groups Same machine #147

Open
intersector opened this issue Apr 11, 2022 · 1 comment

Comments

@intersector
Copy link

Hello,
I m facing an issue with the addition of OnlyOffice Groups at my home server.
I was already running a Document Server (Cheers) , while I m trying to use the integration feature of Groups , i can not integrate with error "undefined".
I saw the docker logs of Document Service and appears that it tries to connect without jwt.
I used the same env like the example docker-compose.yml but it seems that are not recognized.
Thanks

@Carazyda
Copy link
Member

Hello @intersector Please take a look at /var/www/onlyoffice/WebStudio/web.appsettings.config CommunityServer for those keys
<add key="files.docservice.secret" value="" />
<add key="files.docservice.secret.header" value="" />

and in /etc/onlyoffice/documentserver/local.json DocumentServer for those keys
"token": {
"inbox": { "header": "",
"outbox": { "header": "",
"secret": {
"inbox": { "string": ""
"outbox": { "string": ""
"session": { "string": ""
they must be the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants