From cc2d7e0864cfbe7b110bdb9ba82ffe1b63e82fda Mon Sep 17 00:00:00 2001 From: dannyrb Date: Fri, 10 May 2019 14:52:31 -0400 Subject: [PATCH] No image archive? No problem --- docs/latest/deployment/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/latest/deployment/index.md b/docs/latest/deployment/index.md index a1172bbd2..b56941e74 100644 --- a/docs/latest/deployment/index.md +++ b/docs/latest/deployment/index.md @@ -100,7 +100,12 @@ domain name as your archive, then connecting the two is as simple as following the steps layed out in our [Configuration Essentials Guide](./../essentials/configuration.md). -### What if I don't have an imaging archive? +#### What if I don't have an imaging archive? + +We provide some guidance on configuring a local image archive in our +[Data Source Essentials](./../essentials/data-source.md) guide. Hosting an +archive remotely is a little trickier. You can check out some of our +[advanced recipes](#recipes) for modeled setups that may work for you. ...