Install Collabora Office:修订间差异
创建页面,内容为“<ref>https://www.collaboraoffice.com/code/quick-tryout-owncloud-docker/</ref> <syntaxhighlight lang="bash"> docker run -d -p 8000:80 owncloud </syntaxhighlight> Then, visit https://localhost:8000 to configure. 600px <syntaxhighlight lang="bash"> </syntaxhighlight>” |
无编辑摘要 |
||
(未显示同一用户的1个中间版本) | |||
第6行: | 第6行: | ||
Then, visit | Then, visit | ||
https:// | https://ip:8000 to configure. | ||
[[Image:owncloud.png|600px]] | [[Image:owncloud.png|600px]] | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
docker run -t -d -p 9980:9980 -e "extra_params=--o:ssl.enable=false" collabora/code | |||
</syntaxhighlight> | |||
Then install Collabora Online app via File -> Market | |||
Set server: | |||
Settings -> Additional: | |||
Collabora Online server to http://10.226.35.245:9980 |
2024年6月24日 (一) 09:57的最新版本
docker run -d -p 8000:80 owncloud
Then, visit https://ip:8000 to configure.
docker run -t -d -p 9980:9980 -e "extra_params=--o:ssl.enable=false" collabora/code
Then install Collabora Online app via File -> Market
Set server:
Settings -> Additional: Collabora Online server to http://10.226.35.245:9980