From 4c8f64bfeb22915219fb0307bbaf6749ebb93b0c Mon Sep 17 00:00:00 2001 From: 0xboobface <0xboobface@gmail.com> Date: Sat, 29 Feb 2020 15:19:45 +0100 Subject: [PATCH] Update help section --- client/src/main/resources/html/docs/QuestionsAndAnswers.md | 4 +++- client/src/main/resources/html/docs/RunningTheServer.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/client/src/main/resources/html/docs/QuestionsAndAnswers.md b/client/src/main/resources/html/docs/QuestionsAndAnswers.md index 631e2df9..876ca208 100644 --- a/client/src/main/resources/html/docs/QuestionsAndAnswers.md +++ b/client/src/main/resources/html/docs/QuestionsAndAnswers.md @@ -52,4 +52,6 @@ To change only the config file: On Linux and macOS edit `ctbrec.sh` and add one or both of the above mentioned settings to the start line (preferably directly after $JAVA): -`$JAVA -Dctbrec.config=alternate-settings.json -Djdk.gtk.version=3 -cp ctbrec-1.19.1-final.jar ctbrec.ui.Launcher` \ No newline at end of file +`$JAVA -Dctbrec.config=alternate-settings.json -Djdk.gtk.version=3 -cp ctbrec-1.19.1-final.jar ctbrec.ui.Launcher` + + \ No newline at end of file diff --git a/client/src/main/resources/html/docs/RunningTheServer.md b/client/src/main/resources/html/docs/RunningTheServer.md index bb9f19a5..76adc2e5 100644 --- a/client/src/main/resources/html/docs/RunningTheServer.md +++ b/client/src/main/resources/html/docs/RunningTheServer.md @@ -1,5 +1,7 @@ ## How To Run The Server + + **!!! First things first !!!** If you expose the server to the internet, I highly recommend enabling authentication and secure communication via TLS. Otherwise the whole world has access to your CTB Recorder server.