Skip to content
Snippets Groups Projects
Verified Commit 5fb15d6d authored by Armin Co's avatar Armin Co
Browse files

updated README.md

parent f1d693b2
Branches
No related tags found
No related merge requests found
......@@ -19,3 +19,29 @@ Therefore the command 'docker create' needs to be executed.
Afterwards the directory can be copied with 'docker cp'.
The container and the image are not longer needed, so they will be removed at the end.
**Verifying commits**
Commits made from the online editor are signed with the github web-flow key.
Other commits are not verified.
[https://github.com/web-flow.gpg](https://github.com/web-flow.gpg)
**Testing**
To test if the generation of the website files was succesfully
a test version can be run with websockify.
```
openssl req -newkey rsa:2048 -nodes -keyout test.key -x509 -days 365 -out test.crt
websockify --cert=test.crt --key=test.key --ssl-only --ssl-target --web=/home/node/dist 443 MUMBLE_SERVER:64738
```
**Deploy**
When the website is not deployed with websockify, it is still needed for the websocket.
```websockify --ssl-target 64737 MUMBLE_SERVER:64738```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment