From e9271c7eafa155fcfc33ac68ffbeae15ef8bd450 Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Mon, 25 Jul 2022 13:40:06 +0200 Subject: [PATCH] Improve webui integration. Closes #41 (#42) * git ignore resources * docs --- .gitignore | 4 +++- README.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index edc238d..7c01464 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ # Dependency directories (remove the comment below to include it) # vendor/ -dist/ \ No newline at end of file +# Resources directory +resources +!resources/resources.go diff --git a/README.md b/README.md index f9eef41..659f7f0 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ WebUI: http://localhost:52860/webui ``` +If you want to connect to `WebUI`, also run `./scripts/download-webui.sh`. Note that the the Saturn L2 node only binds to the **localhost** loopback network interface and so will only be reachable from the same machine. In the above snippet, `52860` is the port that the Saturn L2 node binds to on the localhost interface. This port can be configured using the `PORT` environment variable as mentioned above.