Merge branch 'develop' into feature/test-fixes-december-23

This commit is contained in:
Svetlana Maleeva 2024-06-14 17:50:03 +03:00
commit fd73d9d606
5 changed files with 11 additions and 9 deletions

View File

@ -88,15 +88,15 @@
<p>Download <b>ONLYOFFICE Docs</b> <b><%= ((BasePage)Page).EditionVersion %></b> Docker script file:</p>
<div class="community_display">
<pre><code>wget http://download.onlyoffice.com/docs/docs-install.sh
<pre><code>wget https://download.onlyoffice.com/docs/docs-install.sh
</code></pre>
</div>
<div class="enterprise_display">
<pre><code>wget http://download.onlyoffice.com/docs/docs-enterprise-install.sh
<pre><code>wget https://download.onlyoffice.com/docs/docs-enterprise-install.sh
</code></pre>
</div>
<div class="developer_display">
<pre><code>wget http://download.onlyoffice.com/docs/docs-developer-install.sh
<pre><code>wget https://download.onlyoffice.com/docs/docs-developer-install.sh
</code></pre>
</div>

View File

@ -88,15 +88,15 @@
<p>Laden Sie die Docker-Skriptdatei von <b>ONLYOFFICE Docs</b> <b><%= ((BasePage)Page).EditionVersion %></b> herunter:</p>
<div class="community_display">
<pre><code>wget http://download.onlyoffice.com/docs/docs-install.sh
<pre><code>wget https://download.onlyoffice.com/docs/docs-install.sh
</code></pre>
</div>
<div class="enterprise_display">
<pre><code>wget http://download.onlyoffice.com/docs/docs-enterprise-install.sh
<pre><code>wget https://download.onlyoffice.com/docs/docs-enterprise-install.sh
</code></pre>
</div>
<div class="developer_display">
<pre><code>wget http://download.onlyoffice.com/docs/docs-developer-install.sh
<pre><code>wget https://download.onlyoffice.com/docs/docs-developer-install.sh
</code></pre>
</div>

View File

@ -88,15 +88,15 @@
<p>Téléchargez le fichier de script <b>ONLYOFFICE Docs</b> <b><%= ((BasePage)Page).EditionVersion %></b> :</p>
<div class="community_display">
<pre><code>wget http://download.onlyoffice.com/docs/docs-install.sh
<pre><code>wget https://download.onlyoffice.com/docs/docs-install.sh
</code></pre>
</div>
<div class="enterprise_display">
<pre><code>wget http://download.onlyoffice.com/docs/docs-enterprise-install.sh
<pre><code>wget https://download.onlyoffice.com/docs/docs-enterprise-install.sh
</code></pre>
</div>
<div class="developer_display">
<pre><code>wget http://download.onlyoffice.com/docs/docs-developer-install.sh
<pre><code>wget https://download.onlyoffice.com/docs/docs-developer-install.sh
</code></pre>
</div>

View File

@ -41,6 +41,7 @@
<p>The backup of your cloud portal data will be restored on your server.</p>
<div class="notehelp">After restoring the cloud portal backup file in the server version, current passwords will be reset and access can only be restored via the <b>Forgot your password?</b> link on the authorization page.
<p>After restoring the backup, you will also need to upload your license file again. This can be done in the <b>Payments</b> section.</p>
<p>In order to receive portal notifications (like password restoration instructions) from our default SMTP server, port 25 must be open on your server.</p>
</div>
</div>

View File

@ -40,6 +40,7 @@
<p>Резервная копия данных вашего облачного портала будет восстановлена на локальном сервере.</p>
<div class="notehelp">После восстановления резервной копии облачного портала в серверной версии текущие пароли будут сброшены, и доступ можно восстановить только через ссылку <b>Забыли пароль?</b> на странице авторизации.
<p>После восстановления резервной копии также потребуется повторно загрузить файл лицензии. Это можно сделать в разделе <b>Платежи</b>.</p>
<p>Чтобы получать оповещения портала (такие, как инструкции по смене пароля) с нашего стандартного SMTP-сервера, на вашем сервере должен быть открыт порт 25.</p>
</div>
</div>
</div>