09.安装Collabora Online服务
Posted ericchengge677
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了09.安装Collabora Online服务相关的知识,希望对你有一定的参考价值。
安装Collabora Online服务
参考博客:http://blog.sina.com.cn/s/blog_16b158be80102xp5u.html
一、安装docker服务
yum install -y yum-utils
yum install docker -y
systemctl enable docker
systemctl start docker
docker ps
systemctl status docker
docker pull collabora/code
docker run -t -d -p 127.0.0.1:9980:9980 -e ‘domain=collabora.flybird.com‘ -e "username=admin" -e "password=123456" --restart always --cap-add MKNOD collabora/code
server {
listen 443 ssl;
server_name collabora.orgleaf.com;
ssl on;
ssl_certificate /etc/letsencrypt/live/cloud.orgleaf.com/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/cloud.orgleaf.com/privkey.pem; # managed by Certbot
#ssl_certificate /etc/nginx/cert/nextcloud.crt;
#ssl_certificate_key /etc/nginx/cert/nextcloud.key;
location / {
proxy_pass https://localhost:9980;
proxy_set_header Host $http_host;
}
location ^~ /loleaflet {
proxy_pass https://localhost:9980;
proxy_set_header Host $http_host;
}
location ^~ /hosting/discovery {
proxy_pass https://localhost:9980;
proxy_set_header Host $http_host;
}
location ^~ /lool {
proxy_pass https://localhost:9980;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Host $http_host;
}
以上是关于09.安装Collabora Online服务的主要内容,如果未能解决你的问题,请参考以下文章
SharePoint 2016 服务器部署Office Online Server 部署
基于OpenXR,Collabora推开源VI-SLAM AR/VR定位系统