Update help section
This commit is contained in:
parent
c580a74e49
commit
4c8f64bfeb
|
@ -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):
|
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`
|
`$JAVA -Dctbrec.config=alternate-settings.json -Djdk.gtk.version=3 -cp ctbrec-1.19.1-final.jar ctbrec.ui.Launcher`
|
||||||
|
|
||||||
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/ATeS6HgADUo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
@ -1,5 +1,7 @@
|
||||||
## How To Run The Server
|
## How To Run The Server
|
||||||
|
|
||||||
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/vBP4aawOB4E" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
|
||||||
**!!! First things first !!!**
|
**!!! 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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue