From 70d6e2090c8bcc9c59f76d172f0bb80b5b339d00 Mon Sep 17 00:00:00 2001 From: sn0w Date: Thu, 23 Aug 2018 21:31:05 +0200 Subject: [PATCH] Add note about NO_X_FORWARDING --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index 05d7a3d..e273bdd 100644 --- a/README.adoc +++ b/README.adoc @@ -142,6 +142,10 @@ debugging. If you just want to take a look at the running elixir processes, run `:observer.start.` +Protip: If you don't want that this script tampers with your `xhost`, or if you use wayland, +you can simply export `NO_X_FORWARDING=1` to disable X. This limits you do "static" debugging +(`IO.inspect/2` / `IEx.pry/0` / `IEx.break!/2` / ...), but it will "work". + === Data Storage Currently all data is stored in subfolders of `DOCKER_DATADIR` which