From fe819c1d0c9ae6d284dd99e3e607092b024b36b5 Mon Sep 17 00:00:00 2001 From: Jasurbek Yuldoshev Date: Tue, 22 Oct 2024 01:53:08 +0500 Subject: [PATCH] [fix:189] Add docs on how to setup self hosted server --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 44eb4c3..a3e7560 100644 --- a/readme.md +++ b/readme.md @@ -111,6 +111,13 @@ jprq http 3000 --cname example.com Press Ctrl+C to stop it +## How to setup self hosted server + +* Compile the server [code](https://github.com/azimjohn/jprq/tree/master/server) +* Set ENV variables listed [here](https://github.com/azimjohn/jprq/blob/master/jprq.service) +* Compile the [CLI](https://github.com/azimjohn/jprq/blob/master/cli/config.go#L12) with your domain +* Ready! + ### Update as of Oct 21, 2023 ** jprq is now members-only service **