Merge pull request #225 from Start9Labs/managing-services

update pictures/copy for service management
This commit is contained in:
BitcoinMechanic
2022-12-16 13:49:25 -08:00
committed by GitHub
18 changed files with 19 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 1018 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 275 KiB

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 KiB

After

Width:  |  Height:  |  Size: 477 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 KiB

View File

@@ -45,7 +45,8 @@ Installing a Service
.. figure:: /_static/images/services/service2.png
:width: 60%
* You may click *View Service* at any time to view install progress.
* You may click *View Installed* at any time to view install progress.
.. figure:: /_static/images/services/service3.png
:width: 60%
@@ -55,7 +56,13 @@ Updating a Service
.. note:: embassyOS will **NEVER** update a service without your consent.
To see if an update is available for a service, you can visit the *Updates* section of the Marketplace or by visiting its Marketplace listing.
To see if an update is available for a service, you can visit the *Updates* tab or visit the service's Marketplace listing.
.. figure:: /_static/images/services/updatestab2.png
:width: 60%
.. figure:: /_static/images/services/update-marketplace-listing.png
:width: 60%
If an update is available, simply click "Update" and confirm the action.
@@ -114,19 +121,6 @@ Properties can contain both static and dynamic information about a service. They
* a **copy** icon for copying the value to your clipboard.
* a **QR** icon for viewing the value as a QR code.
Service Interfaces
------------------
Interfaces are URLs that an installed service uses to communicate in various ways with other software. Many Services will only have one interface, perhaps with a Tor and LAN address, to denote where it is hosted / accessed. Other services, such as Bitcoin or Lightning Nodes, may have several interfaces for different use cases.
.. figure:: /_static/images/services/service-ints.png
:width: 60%
* To view the Interfaces for a particular service, navigate to *Services > [Service Name] > Properties*. From there you can copy a URL to your clipboard for use with external software.
.. figure:: /_static/images/services/service-ints0.png
:width: 60%
Service Actions
---------------
@@ -149,6 +143,16 @@ Custom Actions
Service developers can define any number of arbitrary actions for their service.
Service Interfaces
------------------
Interfaces are URLs that an installed service uses to communicate in various ways with other software. Many Services will only have one interface, perhaps with a Tor and LAN address, to denote where it is hosted / accessed. Other services, such as Bitcoin or Lightning Nodes, may have several interfaces for different use cases.
.. figure:: /_static/images/services/service-ints.png
:width: 60%
* To view the Interfaces for a particular service, go to *Services > [Service Name] > Interfaces*
Service logs
------------