reorganize

This commit is contained in:
Matt Hill
2021-01-09 10:35:31 -07:00
parent da26607f03
commit e60f4157ee
44 changed files with 128 additions and 149 deletions

View File

@@ -0,0 +1,13 @@
.. _managing-dependencies:
*********************
Managing 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!