From 7a590f8ed70edc2cc54321d4987bf9fb7cba07f8 Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Mon, 18 Jun 2018 22:08:48 +0000 Subject: [PATCH] Add docs about hubs.local --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a3e7026c4..ff0f72292 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ To bundle javascript and generate the html templates, run: yarn build ``` +## hubs.local Host Entry + +When running the full stack for Hubs (which includes [Reticulum](https://github.com/mozilla/reticulum)) +locally it is necessary to add a `hosts` entry pointing `hubs.local` to your local server's IP. +This will allow the CSP checks to pass that are served up by Reticulum so you can test the whole app. + ## Query Params - `room` - Id of the room (an integer) that you want to join -- GitLab