nextcloud icon indicating copy to clipboard operation
nextcloud copied to clipboard

fixes "nodeJS - error downloadFile"

Open armagankaratosun opened this issue 4 years ago • 4 comments

fixes the issue reported here https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/96 with self-signed certificates

armagankaratosun avatar Nov 30 '20 01:11 armagankaratosun

Thanks. I will look at this. But I think I fixed that in the new version of the playbook already. But didn't backport. https://github.com/ReinerNippes/nextcloud/blob/d7933a5aba5891eef81f2ae476115df515cb817f/roles/onlyoffice/tasks/main.yml#L17

ReinerNippes avatar Nov 30 '20 17:11 ReinerNippes

Hey, thanks for the reply. That looks actually a more elegant way to do it (if it actually works, didn't try that version). mine is a bit "quick and dirty" approach, to be honest.

armagankaratosun avatar Dec 01 '20 12:12 armagankaratosun

Hello,

I have this error, On nextcloud : image

Logs Docker Onlyoffice : image

Every 3 weeks my Onlyoffice stops working. I have to redo the whole installation. I don't understand why.

So I have this error, with the scripts of the nextcloud-reloaded branch.

I am on ubuntu 20.04. Certificate selfsigned.

Now, I would like to find the solution of why I have this problem.

Please help Me @ReinerNippes

thomasbonsirven avatar May 30 '22 13:05 thomasbonsirven

Ok, i found a solution but need to edit your ansible for that :

We need to use an AutorizationJwt. So, in config nextcloud add this : 'onlyoffice' => array ( 'verify_peer_off' => true, 'jwt_header' => "AuthorizationJwt" ),

and in docker for onlyoffice : -e JWT_HEADER=AuthorizationJwt And is work, restart docker, and is work.

Other, i dont k,now why, but the port 8000 is already used after fresh install Nextcloud on a fresh installed Ubuntu Server 20.04 You say why ?

thomasbonsirven avatar Jun 01 '22 07:06 thomasbonsirven