removed services

This commit is contained in:
Natalia Ovchinnikova 2023-11-27 12:57:23 +03:00
parent 6485730b0a
commit bf63cc6350

View File

@ -75,12 +75,6 @@
</ul>
</td>
</tr>
<tr>
<td><div class="copy-link" id="MigrationService">MigrationService</div></td>
<td>Handles the API requests related to the migration. It is responsible for creating the database.
The database connection is transferred to the service, and the service creates the tables and populates them with values.
The port number is 5034.</td>
</tr>
<tr>
<td><div class="copy-link" id="NotifyService">NotifyService</div></td>
<td>
@ -95,14 +89,6 @@
<td><div class="copy-link" id="PeopleServer">PeopleServer</div></td>
<td>Handles the API requests related to the <em>People</em> module.</td>
</tr>
<tr>
<td><div class="copy-link" id="Radicale">Radicale</div></td>
<td>
<p>Defines a server to work with the <em>CalDAV/CardDAV</em> protocols.
It operates either as a standalone package using its own internal HTTP server, or can be integrated with an existing web server.</p>
<p>When working with calendars/events/todo/address books/contacts, all actions are duplicated on the Radicale server. Any client (for example, Thunderbird) running on these protocols can be connected, and the data will be synchronized with the portals.</p>
</td>
</tr>
<tr>
<td><div class="copy-link" id="SocketIO">SocketIO</div></td>
<td>Provides the two-way communication between a client and a server.
@ -115,11 +101,7 @@
</tr>
<tr>
<td><div class="copy-link" id="StudioNotifyService">StudioNotifyService</div></td>
<td>Generates notifications and sends them to other services (for example, <b>TelegramService</b> and <b>NotifyService</b>).</td>
</tr>
<tr>
<td><div class="copy-link" id="TelegramService">TelegramService</div></td>
<td>Launches a service that waits for a notification to interact with Telegram.</td>
<td>Generates notifications and sends them to other services (for example, <b>NotifyService</b>).</td>
</tr>
<tr>
<td><div class="copy-link" id="WebApi">WebApi</div></td>
@ -127,11 +109,6 @@
For example, it handles requests related to settings, audit, authentication, etc.
The port number is 5000.</td>
</tr>
<tr>
<td><div class="copy-link" id="WebDav">WebDav</div></td>
<td>Webdav is an extension of the HTTP protocol that allows you to manage files on a remote server,
access documents over the Internet, and collaborate on them.</td>
</tr>
<tr>
<td><div class="copy-link" id="WebHealthChecksUI">WebHealthChecksUI</div></td>
<td>Displays the list of launched services. The port number is 5027.</td>