From 20ef8a090c2bc552e8f1e5dd773cd086c9782a21 Mon Sep 17 00:00:00 2001 From: uakci Date: Wed, 15 Sep 2021 01:19:55 +0200 Subject: initial --- patches/nui.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 patches/nui.patch (limited to 'patches/nui.patch') diff --git a/patches/nui.patch b/patches/nui.patch new file mode 100644 index 0000000..a99771c --- /dev/null +++ b/patches/nui.patch @@ -0,0 +1,10 @@ +diff --git a/web.scm b/web.scm +index 411a6cc..e76f8b2 100644 +--- a/web.scm ++++ b/web.scm +@@ -4,4 +4,4 @@ + (lambda (request request-body) + (values '((content-type . (text/plain))) + (process-line (utf8->string request-body)))) +- 'http '(#:port 7183)) ++ 'http '(#:port (getenv "PORT"))) -- cgit v1.2.3