[GH-ISSUE #84] Plugins not working in Nextcloud #45

Closed
opened 2026-02-26 09:35:31 +03:00 by kerem · 4 comments
Owner

Originally created by @ExaconAT on GitHub (Nov 22, 2017).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/84

I see all the Plugins but none of them are working.

Ubuntu 16.04
Apache2

All updated. Docker Image running on Port 8000.

Apache 2 Conf

<VirtualHost *:443>
ServerName xxxx.com

SSLEngine on
SSLCertificateFile "/etc/letsencrypt/live/xxxxx/fullchain.pem"
SSLCertificateKeyFile "/etc/letsencrypt/live/xxxxxxxx/privkey.pem"

SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:ECDHE-RSA-AES128-SHA:DHE-RSA-AES128-GCM-SHA256:AES256+EDH:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:DES-CBC3-SHA:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4
SSLProtocol All -SSLv2 -SSLv3
SSLCompression off
SSLHonorCipherOrder on

SetEnvIf Host "^(.*)$" THE_HOST=$1
RequestHeader setifempty X-Forwarded-Proto https
RequestHeader setifempty X-Forwarded-Host %{THE_HOST}e
ProxyAddHeaders Off

ProxyPassMatch (.*)(/websocket)$ "ws://localhost:8000/$1$2"
ProxyPass / "http://localhost:8000/"
ProxyPassReverse / "http://localhost:8000/"

Originally created by @ExaconAT on GitHub (Nov 22, 2017). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/84 I see all the Plugins but none of them are working. Ubuntu 16.04 Apache2 All updated. Docker Image running on Port 8000. # Apache 2 Conf <VirtualHost *:443> ServerName xxxx.com SSLEngine on SSLCertificateFile "/etc/letsencrypt/live/xxxxx/fullchain.pem" SSLCertificateKeyFile "/etc/letsencrypt/live/xxxxxxxx/privkey.pem" SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:ECDHE-RSA-AES128-SHA:DHE-RSA-AES128-GCM-SHA256:AES256+EDH:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:DES-CBC3-SHA:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4 SSLProtocol All -SSLv2 -SSLv3 SSLCompression off SSLHonorCipherOrder on SetEnvIf Host "^(.*)$" THE_HOST=$1 RequestHeader setifempty X-Forwarded-Proto https RequestHeader setifempty X-Forwarded-Host %{THE_HOST}e ProxyAddHeaders Off ProxyPassMatch (.*)(\/websocket)$ "ws://localhost:8000/$1$2" ProxyPass / "http://localhost:8000/" ProxyPassReverse / "http://localhost:8000/" </virtualhost>
kerem 2026-02-26 09:35:31 +03:00
Author
Owner

@agolybev commented on GitHub (Nov 23, 2017):

Hi @ExaconAT, I'm trying reproduce this issue at this moment.

<!-- gh-comment-id:346591534 --> @agolybev commented on GitHub (Nov 23, 2017): Hi @ExaconAT, I'm trying reproduce this issue at this moment.
Author
Owner

@K0R0L commented on GitHub (Nov 23, 2017):

It will be fixed in next release (5.0.5)

<!-- gh-comment-id:346605548 --> @K0R0L commented on GitHub (Nov 23, 2017): It will be fixed in next release (5.0.5)
Author
Owner

@ExaconAT commented on GitHub (Nov 23, 2017):

This is confirmed as a bug?

<!-- gh-comment-id:346605703 --> @ExaconAT commented on GitHub (Nov 23, 2017): This is confirmed as a bug?
Author
Owner

@K0R0L commented on GitHub (Nov 23, 2017):

Yes

<!-- gh-comment-id:346606945 --> @K0R0L commented on GitHub (Nov 23, 2017): Yes
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#45
No description provided.