Sign inSign up

6053537/onlyoffice

By 6053537

Updated over 1 year ago

onlyoffice 破解限制连接人数和手机不能编辑,实测可用于nextcloud 采用onlyoffice 6.3.1原版破解

Image
14

10K+

6053537/onlyoffice repository overview

onlyoffice 破解限制连接人数和手机不能编辑,实测可用于nextcloud 采用onlyoffice 6.3.1原版破解

https://github.com/yspcn/onlyoffice

docker run -it -d --name office -p 89:80 --restart always -e WOPI_ENABLED=true -e JWT_ENABLED=false 6053537/onlyoffice:7.2.1.34

arm64

docker run -it -d --name office -p 89:80 --restart always -e WOPI_ENABLED=true -e JWT_ENABLED=false 6053537/onlyoffice:arm64-8.1.3.2

反代

location / {
        proxy_pass http://127.0.0.1:89;
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";
        proxy_set_header Host $http_host;
        proxy_read_timeout 300s;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-Host $host;
        proxy_set_header X-Forwarded-Proto $scheme;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
  }

JWT_ENABLED:指定ONLYOFFICE Docs启用 JSON Web 令牌验证。默认为true

JWT_SECRET:定义密钥以验证对ONLYOFFICE Docs的请求中的 JSON Web 令牌。默认为secret

JWT_HEADER:定义将用于发送 JSON Web 令牌的 HTTP 标头。默认为Authorization

JWT_IN_BODY :指定在ONLYOFFICE Docs的请求正文中启用令牌验证。默认为false

Tag summary

Content type

Image

Digest

Size

975.5 MB

Last updated

about 5 years ago

docker pull 6053537/onlyoffice