Services, misc edits

This commit is contained in:
kn0wmad
2022-01-05 21:09:50 -07:00
committed by Lucy Cifferello
parent 8d9a8894c5
commit e90e4010df
42 changed files with 251 additions and 139 deletions

View File

@@ -34,7 +34,20 @@ Services
--------
The server-side software available on EmbassyOS are referred to as "Services." It's important to distinguish the difference between *services* and *applications*. Applications are generally *client-side*. This means that they are either standalone software, or they reach out to a server in order to operate. Services are *server-side*. These generally run 24/7, waiting for commands from a user via an application.
.. _webui:
.. _service-dependencies:
Dependencies
------------
Some services have dependencies on other services. A service may even require its dependency to be *configured* in a particular way.
Traditionally, managing dependencies was a massive headache and a huge barrier to running a personal server. But no more! The Embassy's revolutionary dependency management system makes the process transparent and simple.
If a service has one or more dependencies, or a dependency needs to be configured in a particular way, your Embassy will inform you and offer solutions.
Sometimes, a dependency can be satisfied in multiple ways. For example, Lightning has a dependency on Bitcoin. But that does not necessarily mean you need to have Bitcoin installed on your Embassy. You could just as easily configure Lightning to use another Bitcoin node located somewhere else!
.. _web-ui:
Web User Interface (UI)
-----------------------