mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
Text: Warning
This commit is contained in:
@ -74,6 +74,23 @@ header img {
|
||||
margin-bottom: 20px;
|
||||
width: 600px;
|
||||
}
|
||||
pre
|
||||
{
|
||||
border: 1px solid #CCC;
|
||||
background-color: #fff;
|
||||
border-radius: 3px;
|
||||
display: block;
|
||||
font-family: Monaco,Andale Mono,Courier New,monospace;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
margin: 18px 0 24px;
|
||||
padding: 8px;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
pre.hljs {
|
||||
padding-left: 35px;
|
||||
}
|
||||
.features-list {
|
||||
padding-left: 16px;
|
||||
list-style: outside none disc;
|
||||
|
||||
@ -221,8 +221,16 @@
|
||||
Explore ONLYOFFICE™ Integration Edition <a href="http://api.onlyoffice.com/editors/howitworks" target="_blank">API Documentation.</a>
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<div class="help-block">
|
||||
<span>Warning</span>
|
||||
<br />
|
||||
This is a test example used for demonstration purposes only and it can be accessed by anyone. Once you finish examining it, we recommend that you disable this example for security reasons. This is done running the following commands:
|
||||
<pre>
|
||||
sudo docker exec $(sudo docker ps -q) sudo supervisorctl stop onlyoffice-documentserver:example
|
||||
|
||||
sudo docker exec $(sudo docker ps -q) sudo sed 's,autostart=true,autostart=false,' -i /etc/supervisor/conf.d/onlyoffice-documentserver-example.conf
|
||||
</pre>
|
||||
</div>
|
||||
<div class="help-block">
|
||||
<span>Any questions?</span>
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user