
freenas/collaboracollabora/code是一个可与NextCloud集成的Docker镜像,提供在线文档编辑功能。它基于Collabora Office核心,是LibreOffice Online的开发版本(CODE),相比LibreOffice Online的持续更新快照,CODE更为保守,平均每月发布一次,并通过官方网站公告。该镜像适合家庭用户搭建自己的在线办公套件,实现文档的在线编辑和协作。
为使Collabora Online正常工作,需配置Nginx反向代理。以下是示例配置:
nginxserver { listen 443 ssl; server_name collabora.example.com; ssl_certificate /path/to/ssl_certificate; ssl_certificate_key /path/to/ssl_certificate_key; # 静态文件 location ^~ /loleaflet { proxy_pass https://localhost:9980; proxy_set_header Host $http_host; } # WOPI发现URL location ^~ /hosting/discovery { proxy_pass https://localhost:9980; proxy_set_header Host $http_host; } # 主WebSocket location ~ /lool/(.*)/ws$ { proxy_pass https://localhost:9980; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header Host $http_host; proxy_read_timeout 36000s; } # 管理控制台WebSocket location ^~ /lool/adminws { proxy_pass https://localhost:9980; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header Host $http_host; proxy_read_timeout 36000s; } # 下载、演示和图片上传 location ^~ /lool { proxy_pass https://localhost:9980; proxy_set_header Host $http_host; } }





manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务