From 7159151352701dc4f469c80b258fa3ca79701ec1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 19 May 2017 07:45:41 +0000 Subject: [PATCH] document how packages are accessed --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a0c01df..a700c7a 100644 --- a/README.md +++ b/README.md @@ -101,3 +101,17 @@ Once you run the app the initialization files will appear in these locations ``` Deleting those files will rese + +Accessing static apps +--------------------- + +Static apps are stored in `packages/pages` + +``` +# App ID as files with a list of packages they should load +/srv/walnut/packages/pages/ # https://domain.tld/path +/srv/walnut/packages/pages/ # https://domain.tld and https://domain.tld/foo match + +# packages are directories with reverse dns name # used for debugging +/srv/walnut/packages/pages/ # matches apps./ and /apps/ +```