From fc6de8bf05df7641071a9142555954c5e3f2c3b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20=F0=9F=A6=84?= <43847817+codiflow@users.noreply.github.com> Date: Fri, 24 May 2024 15:23:00 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9a7905..80e038d 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,14 @@ cd ./excalidraw-complete/excalidraw # Adjust URLs inside of frontend.patch if you want to use a reverse proxy git apply ../frontend.patch cd ../ +git checkout dev docker build -t exalidraw-ui-build excalidraw -f ui-build.Dockerfile docker run -v ${PWD}/:/pwd/ -it exalidraw-ui-build cp -r /frontend /pwd -git checkout firebase-patch ``` (Optional) Replace `localhost:3002` inside of `main.go` with your domain name if you want to use a reverse proxy +(Optional) Replace `"ssl=!0", "ssl=0"` with `"ssl=!0", "ssl=1"` if you want to use HTTPS +(Optional) Replace `"ssl:!0", "ssl:0"` with `"ssl:!0", "ssl:1"` if you want to use HTTPS (Optional) Change ip:port of Go webserver at the end of `main.go` if you want to customize it Compile the Go application: